I have a d3js linechart with tooltip, the click event on d3js circle(d3js node) is not working in ios chrome, but it is working fine in ios safari.
Asked
Active
Viewed 406 times
0
-
Here is the example plunker: http://plnkr.co/edit/ZFnnFdDU8NcFDCIW779d?p=preview – Sagar Oct 05 '15 at 01:51
-
I observed that it is because of the getScreenCTM() method that I used. I used that to position my tooltip on exact node position. I followed this answer as reference for that http://stackoverflow.com/questions/16256454/d3-js-position-tooltips-using-element-position-not-mouse-position – Sagar Oct 05 '15 at 01:53