How to make selecting multi points by drag in highcharts work in mobile phone?
问题 Details described I make the highcharts can be dragged in the chart and make the selected multi points marked. It work well in the PC browser. It can only click in the chart when visit the chart in mobile phone(android). Question: How can I make it success in mobile phone that select multi points by dragging in the chart? Thanks. Code in angularJS to select points by drag: Highcharts.chart('container', { chart: { zoomType: 'x', events: { selection: function(event) { return selectPointsByDrag