Jqplot在Iphone上渲染错误
我的饼图渲染得很好(标签被粉碎到最右边,但它是一个外部脚本,所以 se la vi'),但是与饼图大小相同的折线/条形图似乎被粉碎到最右边容器的形状就像我的饼图上的标签一样。
有人在 Iphone 上使用 Jqplot 制作过条形图/折线图吗?我很困惑,几乎精疲力尽:P 谢谢!
My pie chart is rendering pretty well (labels are smashed 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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
事实证明 jqplot 在 iPhone 上运行得很好,我在 CSS 中有一个有趣的浮动,它导致了一系列问题,包括我的图表被破坏,我会向任何人推荐 jqplot。
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.
我使用了 jQuery Visualize,到目前为止它运行得很好;-)
据我所知,iPhone 的 Safari 浏览器支持 HTML5
从此处获取
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
由于您使用 jqplot 在 iphone 上绘制图表,我只是想知道您是否曾经在 jqplot 上实现过单击操作。
对我来说,我只是尝试在任何桌面浏览器上它都能完美地工作,但当我点击 iPhone 上的系列项目时却不能。
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.
我在 iphone 和 ipad 正确显示 jqplot 图表时遇到问题,但使用旧版本的 jquery 时出现问题(升级到 jquery 1.5.1,解决了部分问题)。
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).