I plan to do some vey basic charting of historical EOD data in a Java app I am currently writing and look for hints as to which open-source package is the best to use.
By best I mean:
- few (if any) dependencies on other packages
- memory and filesize footprint
The packages I found on sourceforge are all universal, multi-purpose and often come with a bundle of other jar's needed. As I just want price charting these all seem a bit oversized for me.
Is anybody aware of some other package I should look at. Or even share some code with me?
Also, is there some charting package that would allow point&figure charting? I currently use a JTable for this, but maybe there exists some other package already?
Thanks in advance,
agrau
By best I mean:
- few (if any) dependencies on other packages
- memory and filesize footprint
The packages I found on sourceforge are all universal, multi-purpose and often come with a bundle of other jar's needed. As I just want price charting these all seem a bit oversized for me.
Is anybody aware of some other package I should look at. Or even share some code with me?
Also, is there some charting package that would allow point&figure charting? I currently use a JTable for this, but maybe there exists some other package already?
Thanks in advance,
agrau