You must be logged in to post your query.
Home › Forums › Feature Requests & Feedback › Zoom by tap start and end
Tagged: zoom
Hello there!
Is there a way with the graph where, instead of dragging and zooming, you have the option to tap a starting point and an ending point to zoom into the specific area?
The reason I’m asking for this is that our software needs to run on touch devices, and our customers use our devices with gloves, making it difficult for them to drag.
Here’s a visual example of exactly what I mean.
@madsellab,
Zooming into a region by selecting region based on taps is not available as an inbuilt feature as of now. However, you can achieve the same with few lines of code by changing the viewport based on the clicks / taps. Please take a look at this JSFiddle for an example on the same.
— Vishwas R Team CanvasJS
You must be logged in to reply to this topic. Login/Register