2

I have an iOS app which currently uses Google Charts to display some data on a chart. I've seen that as April 2015 Google Image Charts will be deprecated and won't be usable. Is there any other way of displaying charts?

This app also has a counterpart for mobile devices (Symbian, BlackBerry, Bada, etc.) so it'd be cool if this service works also for this devices.

Thanks

Rodrigo
  • 733
  • 1
  • 10
  • 26
  • 1
    Possible duplicate: http://stackoverflow.com/questions/769749/is-there-a-good-charting-library-for-iphone – tilo Aug 08 '12 at 12:00
  • That could make for the iOS app, but is there any service like Google Image Charts which could be used both on iOS and Phonegap? – Rodrigo Aug 08 '12 at 16:33

1 Answers1

0

You can look at DSBarChart. A simple Objective-C Bar Chart / Histogram library.

And here is the sample usage

Precisely what you are looking for.

dhilipsiva
  • 3,688
  • 1
  • 24
  • 35