Home Forums Feature Requests & Feedback Zoom Out Functionality? Reply To: Zoom Out Functionality?

#22300

@leo,

You can hide the zoom / reset toobar by changing CSS visibility property to hidden. Below is the code snippet.
document.getElementsByClassName("canvasjs-chart-toolbar")[0].style.visibility = 'visible';

Please take a look at this updated code.


Vishwas R
Team CanvasJS