Home Forums Chart Support zoom toolbar is too low if no graph title is provided

zoom toolbar is too low if no graph title is provided

Viewing 2 posts - 1 through 2 (of 2 total)
  • #45387

    zoom toolbar is too low if no graph title is provided, is there a property to decide if the toolbar should be in the graph or above it?

    • This topic was modified 2 months, 1 week ago by SCompliance.
    #45393

    @scompliance,

    Sorry, it’s not possible to move the toolbar using any property as of now. However, you can use CSS to style it, as it is a DOM element, and change its position. Please take a look at this CSS snippet for an example on how to do the same.

    .canvasjs-chart-toolbar {
        top: -50px !important;
    }


    Ananya Deka,
    Team CanvasJS

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

You must be logged in to reply to this topic.