Search found 892 matches
- Mon Feb 05, 2007 8:41 am
- Forum: JFreeChart
- Topic: ChartDeleter.java doesnt implement Serializable Interface
- Replies: 5
- Views: 9457
Re: ChartDeleter.java doesnt implement Serializable Interfac
I think this will result in the chart not being in session and the chart will be generated from scratch everytime, which will slow the performance. I will only slow the performance, when you want reuse the chart. But in most cases the image is intended to be actual, so this behavior is disired anyw...
- Mon Feb 05, 2007 8:23 am
- Forum: JFreeChart
- Topic: gantt chart -no image is displayed-Am using spring framework
- Replies: 3
- Views: 7512
- Wed Jan 31, 2007 8:38 am
- Forum: JFreeChart
- Topic: running Jfreechart programs written in Windows machines UNIX
- Replies: 4
- Views: 8501
- Wed Jan 31, 2007 8:34 am
- Forum: JFreeChart
- Topic: who can give me an example of dynamic barchart
- Replies: 4
- Views: 8787
- Tue Jan 30, 2007 11:21 am
- Forum: JFreeChart
- Topic: gantt chart -no image is displayed-Am using spring framework
- Replies: 3
- Views: 7512
I don't see the code for this:
Code: Select all
"/pms/showGanttChart.html?method=show&filename=" + fileName;
- Tue Jan 30, 2007 11:13 am
- Forum: JFreeChart
- Topic: two charts with two image maps in a single jsp page
- Replies: 6
- Views: 10131
Maybe this helps:
http://www.jfree.org/phpBB2/viewtopic.php?t=15804
http://www.jfree.org/phpBB2/viewtopic.php?t=15804
- Mon Jan 29, 2007 8:43 am
- Forum: JFreeChart
- Topic: Servlet.service() for servlet DisplayChart threw exception
- Replies: 2
- Views: 6401
- Mon Jan 29, 2007 8:38 am
- Forum: JFreeChart
- Topic: two charts with two image maps in a single jsp page
- Replies: 6
- Views: 10131
- Fri Jan 26, 2007 9:26 am
- Forum: JFreeChart
- Topic: two charts with two image maps in a single jsp page
- Replies: 6
- Views: 10131
Something like that ChartRenderingInfo cri = new ChartRenderingInfo(); String filename1 = ""; try { filename1 = ServletUtilities.saveChartAsPNG(chart1, 790, 430, cri, null); } catch (IOException ex) { logger.error(ex); throw new RuntimeException(ex.getMessage()); } String map1=ChartUtilities.getImag...
- Fri Jan 26, 2007 8:44 am
- Forum: JFreeChart
- Topic: how to generate tooltip, tickpoints for folat values
- Replies: 7
- Views: 9692
- Thu Jan 25, 2007 8:50 am
- Forum: JFreeChart
- Topic: Source code of JFreeChart Demo Collection
- Replies: 2
- Views: 8694
- Mon Jan 22, 2007 4:47 pm
- Forum: JFreeChart
- Topic: Cannot generate an image map. What gives???
- Replies: 10
- Views: 19324
- Wed Jan 17, 2007 12:41 pm
- Forum: JFreeChart
- Topic: Cannot generate an image map. What gives???
- Replies: 10
- Views: 19324
Something like that
Code: Select all
ChartRenderingInfo cri = new ChartRenderingInfo();
String filename = ServletUtilities.saveChartAsPNG(chart, 790, 430, cri, null);
String imageMap = ChartUtilities.getImageMap("imagemap", cri);
- Thu Jan 11, 2007 8:34 am
- Forum: JFreeChart
- Topic: Server Load Graph Example ?
- Replies: 3
- Views: 9179
There are many charts in JRobin: http://oldwww.jrobin.org/gallery.html
- Tue Jan 09, 2007 10:20 am
- Forum: JFreeChart
- Topic: JfreeChart on GWT (Google Web Toolkit)
- Replies: 31
- Views: 123176
Re: can i get a more detailed example from anyone
Not in the last 1.02 version.jansyndesis wrote: does the developer guide that is available for purchase give a proper working example for GWT + JFree?