Awesome! Tested and can confirm it works on iPhone :)
I’m also running into this issue, I tried using jQuery / Modernizr to disable pointer events, but it didn’t work :(
if (Modernizr.touch) { $(‘#chartContainer1’).css(‘pointer-events’, ‘none’); }
Did you manage to find a fix for this issue please?