jQuery UI Widgets › Forums › Chart › Horizontal Column Chart Series Orientation
Tagged: bar, chart, column, horizontal, jqxChart
This topic contains 1 reply, has 2 voices, and was last updated by Dimitar 12 years, 1 month ago.
I am trying to put together a horizontal bar chart. By default it attempts to put the series label in vertical orientation. I would like to place the label in a horizontal orientation.
Thank you.
Hello iankanderson,
You can achieve this by setting the textRotationAngle property to 90, i.e.:
categoryAxis: { textRotationAngle: 90, dataField: 'Country', showGridLines: true, flip: false },
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
You must be logged in to reply to this topic.