jQuery UI Widgets › Forums › Chart › display specific value in value axis
Tagged: Angular chart, barchart, bootstrap chart, javascript chart, jquery chart, jqwidgets chart, jqxChart, meanline, valueAxis
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 9 years, 10 months ago.
Hello. I try to draw a mean(average) line in barchart.
I draw a mean line by using band property like this
bands: [ { minValue: average, maxValue: average, fillColor: 'blue', lineWidth: 2, dashStyle: '2,2' } ],
and I want to display average value in valueaxis, but as you know, valueaxis is generated by min,max and interval automatically.
Is this possible?
Hello yceffort,
Please, take a look at this demo: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxchart/javascript_chart_annotations.htm?arctic
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.