Phonegap + jQuery Mobile + Stock / Line Chart

前端 未结 2 1747
闹比i
闹比i 2021-02-09 15:57

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 h

相关标签:
2条回答
  • 2021-02-09 16:15

    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.

    0 讨论(0)
  • 2021-02-09 16:16

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

    0 讨论(0)
提交回复
热议问题