Hello,
1 ) I am using column series to draw a graph. I have data set of values -0.1382,-0.0672,-0.1235,-0.1241. I have converted the values in percent style %.Now my problem is i want to start graph with 0 value, however it starts with -6%. So how could i do this ? and Can i regulate y-Axis label with fixed value interval when data set is dynamic ?
Please refer attached demo example.
2 ) And other question is i want to display more x-Axis label on graph where data points of x-Axis are too many. let say i have 30 data points on x-Axis label,so when chart is loaded i could see only some data point like 8 to 10. When i zoom-in graph then only i am able to see all other data points.So is it possible to display all x-axis labels on graph at a time i.e. 30 points so that i further need not to zoom-in ?
Please give me some suggestion.
Thanks
1) Set the yAxis.maximum to zero, that should make the top of the graph go to zero.
2) Off of xAsis there will be an interval property, which if set to 1 will force the labels to appear. But there is a limit. If the chart runs out of real estate to show labels then it's going to clip some of them.