Phonegap + jQuery Mobile + Stock / Line Chart

可紊 提交于 2020-01-01 03:27:26

问题


Im trying found a solution for line/stock charts drwaing in phonegap application. Ive tried many libraries: amcharts JS, highcharts, but no one working.

Could somebody help me with this task? Any solutions are welcome. Platforms: Android, iOS.


回答1:


I had the same kind of problem. I created a JQuery mobile page with Google Visualizations. This seemed to work well in a browser. Then I used Phonegap to deploy it to Android and the charts did not work. Reason for this turned out te be that the Android Webkit browser in earlier releases cannot handle SVG, and Google Visualizations was using SVG for the Charts.

I now use JQPlot and the Charts work well on the Android/Phonegap version.




回答2:


check out this link. In this link plugins were available directly for drawing the graphs,pies,charts,bars etc...Hope it wil help you



来源:https://stackoverflow.com/questions/8651984/phonegap-jquery-mobile-stock-line-chart

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!