1

i am working on iphone project that require to display data in charts.

the most important is design of chart to be good looking.

if html5 i need to be off-line as application will be off-line.

Alex
  • 1,068
  • 8
  • 23
  • 1
    Please search for existing questions/answers before you post a new question - this topic has already been covered in some detail. – John Parker Feb 01 '11 at 10:13

3 Answers3

1

the most important is design of chart to be good looking.

I would recommend using Morris

Reasons:

  1. The charts are looking excellent based on other charts that are on the market
  2. Its free (Simplified BSD License)
  3. It works fine on Chrome, IE8+, FireFox, Opera, Safari
  4. It works fine iOS 3+, Android 3+
  5. It's lightweight 26.3 KB
  6. It requires jQuery >=1.7 & Raphaël >=2.0
  7. It's dead simple to integrate & use.
j0k
  • 22,600
  • 28
  • 79
  • 90
Igor Aleksic
  • 180
  • 7
0

The best chart tools

Caio
  • 3,178
  • 6
  • 37
  • 52
0

ZingChart should do the trick. Renders Charts in HTML5 Canvas as well as/or SVG.

agbegin
  • 152
  • 4