Open mr-bobz opened 7 years ago
Hi,
I am building a web app which uses angular-nvd3 Historical Bar Chart. It is awesome, except that I can't select a bar in iOS. It works fine in Android, Desktop etc.
$scope.chartOptions = { chart: { bars:{ dispatch: { elementClick: function(element){ console.debug("elementClick:",arguments); } } } } }
Is this a known issue? Is there any workaround to make it work in iOS? Tried both Chrome and native browser.
Hi,
I am building a web app which uses angular-nvd3 Historical Bar Chart. It is awesome, except that I can't select a bar in iOS. It works fine in Android, Desktop etc.
Is this a known issue? Is there any workaround to make it work in iOS? Tried both Chrome and native browser.