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..
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..