I have a requirement where user is able to draw/add series,indicators,lines on highcharts both by click and touch events.
Here is the link http://www.highcharts.com/documentation/compatibility
The touch events are not directly supported by highcharts api.
May I get any suggestions?
And I figure it out by myself. If you need the touch events support in highcharts then, here is the code.
Just save it in a javascript file and include it in your webpage. You don't need to create or use any variable. You can find the original file here. Thanks.