Home › forums › Chart Support › Get Max y Value
How can i get Maximum and minimum value of Y after chart(dynamically) loaded. ?
@nikunj,
You can use get() to fetch the minimum and maximum values of the axisY.
Please take a look at this jsfiddle.
__ Indranil Deo Team CanvasJS
Thanks Indra Got the answer.
Hello Indra, I want to create Range bar chart from range-to-range
Please check below link and advise me. Range Bar Chart
Thanks in advance Regards, Nikunj
For Range Bar Chart, you can take a look at this page.
In case you are looking for Stacked Range Bar Chart, we don’t have it out of the box yet. But you can take a look at this work-around.
Hi Indra,
How set indexLabel onclick event ?
Use below example Example
nikunj,
On clicking specific dataPoint, you can add indexLabel to it and re-render the chart. Please check this jsfiddle.
————- Indranil Deo Team CanvasJS
You must be logged in to reply to this topic.