Home › Forums › Chart Support › Drag and Drop line chart points for redraw › Reply To: Drag and Drop line chart points for redraw
Hi,
If you don’t want to show the zoom/pan/reset tool-bar you can hide it using css
.canvasjs-chart-toolbar { display: none !important; }
Here is the example.