cancel
Showing results for 
Search instead for 
Did you mean: 

Horizontal bar chart in ovp app

anandprakash_rai2
Participant
0 Kudos
557

Hi Experts,

I am having an analytical card in my ovp page. In this card I am using chart of type Bar.

The chart displays in vertical format.

My requirement is to display the chart in horizontal way. Can you please suggest me the best possible way to do the same

View Entire Topic
mdcastle
Active Participant
0 Kudos

Bar chart type should display horizontally. Can you post your annotations.xml file.

anandprakash_rai2
Participant
0 Kudos

Hi Mark,

Thanks for your quick reply.

Here is my annotation

<Annotation Term="UI.Chart" Qualifier="BuildChart"> <Record Type="UI.ChartDefinitionType"> <PropertyValue Property="ChartType" EnumMember="UI.ChartType/Bar"/> <PropertyValue Property="Measures"> <Collection> <PropertyPath>TASK_DHB_STATUS_CNT</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="Dimensions"> <Collection> <PropertyPath>TASK_DHB_STATUS</PropertyPath> </Collection> </PropertyValue> <PropertyValue Property="DimensionAttributes"> <Collection> <Record Type="UI.ChartDimensionAttributeType"> <PropertyValue Property="Dimension" PropertyPath="TASK_DHB_STATUS"/> <PropertyValue Property="Role" EnumMember="UI.ChartDimensionRoleType/Category"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="MeasureAttributes"> <Collection> <Record Type="UI.ChartMeasureAttributeType"> <PropertyValue Property="Measure" PropertyPath="TASK_DHB_STATUS_CNT"/> <PropertyValue Property="Role" EnumMember="UI.ChartMeasureRoleType/Axis1"/> </Record> </Collection> </PropertyValue> <PropertyValue Property="Title" String="Status"/> </Record> </Annotation>