Home Forums StockChart Support Stock Chart navigator first label overlapping.

Stock Chart navigator first label overlapping.

Viewing 3 posts - 1 through 3 (of 3 total)
  • #37823

    Stock Chart Navigator

    The first label of navigator is overlapping. That need to show the full label

    #37824

    It should not overlap it should show full label

    #37940

    @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

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.