Search found 2 matches
- Mon Sep 17, 2018 8:41 pm
- Forum: JFreeChart
- Topic: jfreechart is not displaying in my production server
- Replies: 6
- Views: 22635
Re:
Hi, thanks for your suggestion. that helped me think about my problem in different way. but the problem is java is platform independent right? the article guided me to use headless Awt toolkit. In my application the production server is Linux and my work machine is windows. i still didn't get an ex...
- Tue Sep 04, 2018 4:31 pm
- Forum: JFreeChart
- Topic: Displaying multiple charts of the same type on single page
- Replies: 7
- Views: 17579
Re: Displaying multiple charts of the same type on single page
I have same issue, am trying to display multiple charts on page, but am getting same chart multiple times.The session object am adding is not updating with new chart object.