Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScript charting libraries for mobile devices [closed]

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.

like image 228
Kunal Avatar asked Jul 15 '10 07:07

Kunal


People also ask

Is Chart js free to use?

js is a free, open-source JavaScript library for data visualization, which supports eight chart types: bar, line, area, pie (doughnut), bubble, radar, polar, and scatter.

Is a JavaScript charting library and feature rich API?

AnyChart. AnyChart is a robust, lightweight and feature-rich JS chart library with rendering in SVG/VML. It actually gives web developers a great opportunity to create any different charts that will help to make decisions based on what is seen.


4 Answers

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

like image 120
agbegin Avatar answered Oct 04 '22 04:10

agbegin


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

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

like image 33
PHP Avatar answered Oct 04 '22 04:10

PHP


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.

like image 45
Castrohenge Avatar answered Oct 04 '22 03:10

Castrohenge


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.

like image 32
A Lee Avatar answered Oct 04 '22 04:10

A Lee