I am looking for a charting library available for BB (OS> = 5), Android (OS> = 2.3) and IOS (OS> = 4). I have two requirements
- The chart should be attractive (not basic, like drawn by canvas).
- Appearance should be the same on all platforms.
I have tried many web frameworks to create diagrams, but they basically support a higher version of the OS, as they use HTML5 and javascript. I researched
- Highcharts
- Sencha Schemes
- Fusion charts
- Flotr
- and much more...
But they all do not support BB OS 5. I have googled for my own charting API, which supports BB OS 5 and above, but did not find anything. And depending on what I found, they are very simple and not attractive. In addition, it must be compatible with the touch screen and enabled zoom. (for example, drilling, etc.), so I can manipulate its event and show the effect on the chart. Are there any good suggestions if I am missing any chart or frame that I can use?
source
share