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

#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