JavaScript charting libraries for mobile devices

10,968

Solution 1

Check out ZingChart - JavaScript Charting Library that renders in HTML5 Canvas, SVG, VML and/or Flash.

I'm on the team. abegin[at]zingchart.com or www.twitter.com/zingchart

Solution 2

http://katharnavas.blogspot.com/2009/11/20-best-javascript-charting-and.html

hope this will help u ...gud luck :)

Solution 3

Flot should work if the mobile browser has proper HTML5 canvas support, and Sencha Touch is planning an upcoming release with charting / drawing support ported over from the ExtJS 4.0 release.

Solution 4

I'd go with http://www.highcharts.com/ pre version 2 (the new version uses SVG which doesn't render on android). I know it supports the iPhone (as it says on the home page) and Android has no problems with canvas. Blackberry is the only device I'm not sure about.

Share:
10,968
Admin
Author by

Admin

Updated on July 25, 2022

Comments

  • Admin
    Admin almost 2 years

    What JavaScript charting libraries are appropriate for mobile devices, e.g., iPhone, BlackBerry and Android? For example, Android currently does not support SVG and so a pure JavaScript HTML5 Canvas solution like Flot is likely required.

  • Mic
    Mic almost 14 years
    It looks highcharts use SVG that does not work on Android.
  • Admin
    Admin almost 14 years
    Ya I am looking into that only, will let u know the feedback ..! Thanks..!
  • Castrohenge
    Castrohenge almost 14 years
    Strange. I'm not sure if they've changed to SVG recently but the version I have running on my machine is using canvas. We were planning to use Highcharts for the mobile platform at my company specifically because it was using canvas. I'll investigate this further. Thanks for pointing this out.
  • Castrohenge
    Castrohenge almost 14 years
    Seems version 2 has changed to SVG.
  • brasofilo
    brasofilo almost 10 years
    Are you affiliated with this product? stackoverflow.com/search?q=url%3Azoomcharts.com
  • jancha
    jancha almost 10 years
    I am one of the core developers there.
  • brasofilo
    brasofilo almost 10 years
    Looks very cool. But please check the site rules about self-promotion.
  • Jimmy Kane
    Jimmy Kane almost 7 years
    Isn't this propertiary ?