@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