You must be logged in to post your query.
Home › Forums › Chart Support › Click small data points
Is there a way to make small data points clickable? E.g. I am using the following (time) range bar chart:
http://jsfiddle.net/g2n6x870/1/
I want to navigate after clicking twice on data point (bar). Unfortunately, when the time range is relatively small (e.g. a few seconds as for row “G” before 07:00:00), it is already hard to click the item on the desktop. I have not managed to click it yet on a touch pad.
Is there a way to make such small items clickable or let the tooltip open easier?
Many thanks, Stefan
Stefan,
You can try to set the minimum width for dataPoints to achieve your requirements as shown in this JSFiddle.
—- Manoj Mohan Team CanvasJS
You must be logged in to reply to this topic. Login/Register