Mar 02 2004
Overview:
Currently un-named, its goal is to provide a chart drawing package based on MIDP 1.0 specifications. Another goal is to make this package open-source, see help required below.
Status:
- Line charts are complete
- Pie charts are complete
- Bar and Bar with Line charts are working but require some minor changes
- Data can be given in categories and multiple lines and bars are drawn
- An area of the screen can be given for charting while application uses the rest of the screen
- With a sample application the obfuscated jar is 16 KBytes and takes 52 KBytes heap memory on the Nokia Series 60 emulator
- Axes drawing is partially working (lables and markers are missing)
TODOs:
- Customizations in drawing charts (Point circles, Axes stepping, lines in BarCharts, etc.).
- Chart titles, Axes titles, Data titles, Legend Charts for better explanation of charts.
- Finding a way to release the API in a way that source is hidden (till opensource efforts succeed).
Screen Shots:
Here you see a simple midlet on a Nokia 3650, with the charts occupying the whole j2me canvas area.
![]() |
![]() |
![]() |
![]() |





November 14th, 2007 at 3:02 pm
Hi, it’s possible to have a look at the source code? I have to write a j2me application that graphs some temperature read in a sensor network and I’m stuck in having the line graph plot in the right way.
Thanks, Giacomo
November 28th, 2007 at 7:47 am
[...] http://tazzix.com/wp/2004/03/02/j2me-chart-graph-api-v09/ [...]
March 4th, 2008 at 1:26 pm
Could you pls send me the code of this chart API and some sample codes.
March 5th, 2008 at 3:55 am
This library is not in opensource yet, neither there is a way where I could give you an obfuscated binary library to be used in J2ME projects, so for now I can only sell the code, if you are willing.
April 15th, 2008 at 3:24 pm
Hi, currently im doing medical application using j2me and d database is rms..My application looks juz like a text based sys. Cud u send me a code dat graph for anthing, so dat i can understand it..
April 16th, 2008 at 4:07 am
@Sofia, read comment # 4.
June 5th, 2008 at 9:47 pm
Hi tazzix,
i’m develop a mobile car-application. (for private use)
Could you send me your library for integration in my app, please?
Thanks,
stefan
November 21st, 2008 at 9:09 am
Where can i get that API? i need that for my thesis.. pls? i need to graph conics shapes…
December 18th, 2008 at 12:29 am
Hello tazzix,
I am ending my final project in the university and I really need your help, because I need put in my application a bar chart.
The code can be obfuscated binary library.
Would you say me if this library works with framework LWUIT(https://lwuit.dev.java.net/)?
Could you help me?
Thanks a lot,
Adnutri
April 14th, 2009 at 10:44 am
hey I got free chart for J2ME
check this out :
http://www.beanizer.org/site/index.php/en/Articles/Get-started-with-J2me-ChartComponent.html
April 18th, 2009 at 6:42 pm
I found another one which is not open source yet but I’ve decompiled it.
http://www.beanizer.org/site/index.php/en/Software/J2me-ChartComponent-ver-1.5.html
decompiled:
http://www.zshare.net/download/5883911806e51824/
enjoy!