on 2020 Jan 10 8:46 AM
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
Request clarification before answering.
Bar chart type should display horizontally. Can you post your annotations.xml file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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>
User | Count |
---|---|
53 | |
6 | |
6 | |
5 | |
5 | |
5 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.