Search found 892 matches

by angel
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...
by angel
Mon Feb 05, 2007 8:23 am
Forum: JFreeChart
Topic: gantt chart -no image is displayed-Am using spring framework
Replies: 3
Views: 7512

OK, I have to specify. I don't understand how your source should work. As I said, I miss the code for transmitting the image to the browser.
by angel
Wed Jan 31, 2007 8:38 am
Forum: JFreeChart
Topic: running Jfreechart programs written in Windows machines UNIX
Replies: 4
Views: 8501

You know, Java claims: "Write once, run anywhere" So try this first.

In case of problems: "Write once, debug everywhere"
by angel
Wed Jan 31, 2007 8:34 am
Forum: JFreeChart
Topic: who can give me an example of dynamic barchart
Replies: 4
Views: 8787

What is a dynamic barchart?
by angel
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;
by angel
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

by angel
Mon Jan 29, 2007 8:43 am
Forum: JFreeChart
Topic: Servlet.service() for servlet DisplayChart threw exception
Replies: 2
Views: 6401

A directory name null?
by angel
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

Sorry, I can't help you with the titel-stuff.
by angel
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...
by angel
Fri Jan 26, 2007 8:44 am
Forum: JFreeChart
Topic: how to generate tooltip, tickpoints for folat values
Replies: 7
Views: 9692

You've included a bunch of frameworks and libraries so it is difficult to say what is going wrong. Try to isolate the problem.
by angel
Mon Jan 22, 2007 4:47 pm
Forum: JFreeChart
Topic: Cannot generate an image map. What gives???
Replies: 10
Views: 19324

You use a differnent name for the map and the name of the map that the image is using:

<map id="imagemap" name="imagemap"></map>
<img src="/SPC/spcchart?width=700&height=600" usemap="#map">
by angel
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);
by angel
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
by angel
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

jansyndesis wrote: does the developer guide that is available for purchase give a proper working example for GWT + JFree?
Not in the last 1.02 version.