Charting library for Blackberry devices (native)
- by dozerbull
Does anyone know of a library to display charts and graphs natively on blackberry devices ? There are quite a few javascript (Flot...) charting libraries but I'd rather use something similar to Coreplot on iPhone if it is possible. I didn't find anything on top of SVG (JSR 226) or open GL ES (JSR 239) so any help is appreciated.
Ideally, I'd like to be able to:
draw Bar Charts (both vertical and horizontal)
draw Stacked bar charts
draw Pie charts
drill-down one level on each bar or pie section to get corresponding information