You must be logged in to post your query.
Home › Forums › Chart Support › X Y Values
I was wondering if you can make the values not double
Turn this: 40 30 20 10 0 2 4 6 8 10
into this: 40 30 20 10 0 1 2 3 4 5 6 7 8 9 10
@swp360,
You can control the interval at which the axes labels are rendered using the interval property. For more customization options please refer to this documentation page.
If this doesn’t fulfill your requirements, kindly create a JSFiddle with your use-case and share it with us so that we can look into the code, understand the scenario better and help you out.
— Shashi Ranjan Team CanvasJS
You must be logged in to reply to this topic. Login/Register