Home Forums Chart Support Reduce title spacing Reply To: Reduce title spacing

#33107

@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.

Multiple Axis Y Chart with margin set to 0

—-
Manoj Mohan
Team CanvasJS