Jqplot on the Iphone rendering wrong
My pie chart is rendering pretty well (labels are sm开发者_如何转开发ashed to the far right but it was an external script so se la vi'), however a line / bar chart of the same size as the pie seems to be getting smashed to the far right of the container just like the labels on my pie chart.
Has Anyone gotten a bar/line graph working on an Iphone using Jqplot? Im baffled and nearly burnt out :P thanks!
So It turned out jqplot works great on the iphone, I had a funny float in the CSS that was causing a whole slew of problems including the murder of my charts, would recommend jqplot to anyone.
I used jQuery Visualize, and it works pretty well so far ;-)
As I am aware, iPhone's Safari browser supports HTML5 <canvas> tag...
Get it from here
Since you are using jqplot for charting on iphone, I am just wondering if you have ever implemented click action on jqplot.
For me I just tried that on any desktop browsers it works flawlessly but not when I click on series item on iphone.
I had a problem with iphone and ipad displaying jqplot graphs correctly but there was an issue with using an older version of jquery (upgraded to jquery 1.5.1 which solved part of the problem).
精彩评论