HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 528 forks source link

CSS3 problem? #277

Open sackIndian opened 10 years ago

sackIndian commented 10 years ago

If i am not wrong flotr2 does not handle css3 property "transform" both 2d&3d. And it consider only the margin property?

I have a problem:

I have placed my flotr graph in a div which is transform : translate(100%, 0px)

and used jquery to bring it to visible region. Now in ipad when i tap on graph it does not trigger events. And same was successful when i use "margin" instead of transform..