cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

if we increase the card size then no of bar chart columns also in increasing in OVP

0 Likes
235

Attach below images

after increase the card size then

in manifest.json

in Annotation file

<Annotation Term="UI.Chart" Qualifier="ProductWise">
<Record>
<PropertyValue Property="MeasureAttributes">
<Collection>
<Record Type="UI.ChartMeasureAttributeType">
<PropertyValue Property="Measure">
<PropertyPath>ASPGrossAmount</PropertyPath>
</PropertyValue>
<PropertyValue EnumMember="UI.ChartMeasureRoleType/Axis1" Property="Role"/>
</Record>
</Collection>
</PropertyValue>
<PropertyValue Property="DimensionAttributes">
<Collection>
<Record Type="UI.ChartDimensionAttributeType">
<PropertyValue Property="Dimension">
<PropertyPath>MaterialDesc</PropertyPath>
</PropertyValue>
<PropertyValue EnumMember="UI.ChartDimensionRoleType/Category" Property="Role"/>
</Record>
</Collection>
</PropertyValue>
<PropertyValue Property="ChartType" EnumMember="UI.ChartType/Bar"/>
</Record>
</Annotation>

Accepted Solutions (0)

Answers (0)