You must be logged in to post your query.
Home › Forums › Chart Support › Set XAxis Value to start at 0
Tagged: chart, x-axis, Y Axis Edge
Hey All,
I was wondering if there is a way to set the XAxis and Y Axis to start at 0. Currently they both start at whatever there lowest value is in the dataPoints be that 0, 0.2, 0.5.
Thanks for the help! -Extrabeefy
Extrabeefy,
You can set axisX minimum and axisY minimum to 0 to make both axis start from 0.
Ah ok thank you from the example I figured it meant if I didn’t have a value of 0 then it would show 0.2. Thank you!
Hi,
I have a problem. I need to show a line chart which will always start from the yaxis line edge. That means, i cannot set x: 0, because that will move the data point a little right from the y axis line. A sample is shown in the image. Is there any way i can do this?
@vishnumohan89,
You can do so by setting axisX minimum to 0.
___________ Indranil Deo, Team CanvasJS
You must be logged in to reply to this topic. Login/Register