Thanks very much!

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Rana Bhattacharyya

Thanks very much!

Post by Rana Bhattacharyya » Wed Jan 15, 2003 2:50 pm

Hi,
First of all I would like to thank you for this wonderful product. I have used it inside FO (SVG generated by batik), using iText to draw chart in PDF and finally I generated PNG using JIMI. Everytime it worked without a single hitch. The few things I would like to mention.

1. In com.jrefinery.chart.JFreeChartConstants the value of DEFAULT_BACKGROUND_PAINT is SystemColor. Due to this java awt api starts a few extra event handler threads even if I am not using any AWT, Swing components. I changed it to Color.white. Then it worked perfectly.

2. In scatter plot, we have added a new renderer to display data values with the different shapes (triangles etc.).

As currently I am using it, I may come across bugs or I may have to add new features. How can I send those fixes/changes.

Thanks,
Rana
(http://www.mycgiserver.com/~ranab)

David Gilbert

Re: Thanks very much!

Post by David Gilbert » Thu Jan 16, 2003 4:46 pm

Hi Rana,

Thanks! If you want to report bugs, there is a bug database on the project page on SourceForge:

http://sourceforge.net/projects/jfreechart

You can e-mail me any code that you would like me to consider for future releases, or if it is short just post it here in the forum.

Regards,

Dave Gilbert

Hans Stössel

Re: Thanks very much!

Post by Hans Stössel » Thu Feb 06, 2003 10:39 am

Hi Rana

Do you have a short source sample how I can draw a chart as PDF using iText?

Would be great.

Thanks

Hans

Locked