You must be logged in to post your query.
Home › Forums › StockChart Support › Stock Chart navigator first label overlapping.
The first label of navigator is overlapping. That need to show the full label
It should not overlap it should show full label
@ram-chella,
To avoid clipping of axis labels in navigator, you can set labelAngle to -1 in the navigator x-axis. Please find the below code-snippet for the same. navigator: { axisX: { labelAngle: -1 } }
—- Manoj Mohan Team CanvasJS
You must be logged in to reply to this topic. Login/Register