Hi. does canvasjs supports event handling such as if the device is mobile, all interactions such as zooming and panning will be disabled, if the device is desktop or laptop, zooming and panning is true.
You can disable interaction with chart like updating toolTip, zooming/panning, mouse-events, etc with the help of interactivityEnabled property. Setting interactivityEnabled to false in smaller screen should work fine in your case. Please take a look at this JSFiddle.