I am looking for a chart library that is available for BB(OS >=5 ), Android(OS >= 2.3) and IOS(OS >= 4). I have two requirements
- Chart should be attractive (not basic like drawn by canvas)
- look & feel should be same on all platforms.
I have tried many web based frameworks for generating chart but they mostly support higher OS version as they use HTML5 and javascript. I have explored,
- HighCharts
- Sencha Charts
- Fusion Charts
- Flotr
- and many more...
But all of them do not support BB OS 5. I have googled for native chart API that support BB OS 5 and above but didnt find anything. And whichever I found, they are very basic and not attractive in look. Also, it should be touch compatible and zoom-panning enabled. (like drill down etc..) so I can manipulate its event and show effect on graph. Is there any good suggestions if I am missing any chart or framework that I can use?

