You must be logged in to post your query.
Home › Forums › Chart Support › Reduce title spacing
Tagged: Canvas js
How to reduce the spacing between multiple titles in the Y-axis object array. I have reduces the font size for the title. but also want to reduce the spacing. I am facing this issue in a line chart
@raghav-son,
To reduce space between title of one y-axis with the other y-axis line, you can set the margin property of axisY to 0.
axisY: { margin: 0 }
Please take a look at this JSFiddle for a complete code.
—- Manoj Mohan Team CanvasJS
You must be logged in to reply to this topic. Login/Register