jQuery UI Widgets › Forums › Chart › Labels for Short Bar/Columns
Tagged: bar, columns, jqxChart, labels, short labels
This topic contains 1 reply, has 2 voices, and was last updated by ivailo 9 years, 7 months ago.
As seen in the example below:
http://jsfiddle.net/UX2c6/507/
When using labels with Bar/Column charts, if the bar is really short the label is hard to see.
Could there be an option to show labels with a line pointing to the column, similar to the Pie/Donut:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxchart/javascript_chart_pie_series_legend.htm?arctic
Best Regards,
Alex Overton
Hi Alex,
You can set:
labels: { visible: true, horizontalAlignment: 'right', offset: { x: 20, y: 0 } },
Then the labels will be better visible.
Here is the js example.
Best Regards, Ivailo Ivanov
jQWidgets Team http://www.jqwidgets.com
You must be logged in to reply to this topic.