Charting library for Blackberry devices (native)
Posted
by dozerbull
on Stack Overflow
See other posts from Stack Overflow
or by dozerbull
Published on 2010-03-25T13:52:50Z
Indexed on
2010/03/25
13:53 UTC
Read the original article
Hit count: 326
blackberry
|charts
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
© Stack Overflow or respective owner