Home › forums › Chart Support › Zero line in line chart for second yaxis without further grid
Tagged: grid zero yaxis
For my second yaxis I would like to show only the zero line, no further grid. The automaticcally chosen interval should remain unchanged. Is that possible?
Streifix
Streifix,
You can set gridThickess to 0 to remove grids from any axis.
If this doesn’t solve your requirement, kindly create jsfiddle with the issue you are facing so that we can look into the code and chart-options that you are using, understand it better and help you out.
— Vishwas R Team CanvasJS
Dear Vishwas,
thaas not what I wanted. I wanted only the zero line displayed and not the whole grid.
Now I found a simple solution using stripLines:
I added in the axis definition:
stripLines:[ { value: 0, } ] ,
and now I got the desired result.
Glad that you found a way to get desired result :)
In future if you find any issue, I would suggest you to share JSFiddle or Pictorial representation of the issue (or your requirements) so that we can understand your scenario better and guide you accordingly.
You must be logged in to reply to this topic.