Search found 53 matches

by Steve
Thu Jul 14, 2005 8:37 pm
Forum: JFreeChart
Topic: Deleting temporary images
Replies: 4
Views: 6237

Anymore info on this?
by Steve
Wed May 11, 2005 3:49 pm
Forum: JFreeChart
Topic: Deleting temporary images
Replies: 4
Views: 6237

Ok, thanks guys.

I'll try setting the session null.

Dave, do you know if the images created (and stored in tomcat's temp directory) are suppose to be deleted at some point in time?
Or is it default behavior to stay there permanently?

Thanks!
by Steve
Tue May 10, 2005 3:32 pm
Forum: JFreeChart
Topic: Deleting temporary images
Replies: 4
Views: 6237

Deleting temporary images

How would I go about deleting the images jfreechart creates in tomcat's temp directory? I assumed they'd be cleaned out by Tomcat, but this is not the case.
I saw some mentions to a ChartDeleter class, but I am unsure how to use it, or if it's suppose to be used to do this.

Thanks.
by Steve
Wed Sep 08, 2004 2:43 pm
Forum: JFreeChart
Topic: Jfreechart setUp
Replies: 2
Views: 4217

Did you extract the zip/tar.gz file first?
by Steve
Tue Sep 07, 2004 2:36 pm
Forum: JFreeChart
Topic: Getting values on top of the bar chart
Replies: 10
Views: 12176

david.gilbert wrote:You can increase the distance between the top of the bar and the anchor point using the setItemLabelAnchorOffset(double) method in the renderer.
Thanks alot, that did it.

Now I just need to how to center it "3d". :)
by Steve
Fri Sep 03, 2004 3:31 pm
Forum: JFreeChart
Topic: Getting values on top of the bar chart
Replies: 10
Views: 12176

Cool, that did it, but because it's a 3d bar, the value is somewhat obscured.

Is there anything I can do about that?
by Steve
Tue Aug 31, 2004 9:25 pm
Forum: JFreeChart
Topic: Getting values on top of the bar chart
Replies: 10
Views: 12176

But that's a 2d chart, not 3d. And I have setItemLabelsVisisble(true) already, and it makes the labels appear, but not on top of the bar. :( Here's the code for the bar creation: try { // Create the chart object JFreeChart chart = ChartFactory.createBarChart3D( "Number of Databases per Engine", // c...
by Steve
Mon Aug 30, 2004 8:58 pm
Forum: JFreeChart
Topic: Getting values on top of the bar chart
Replies: 10
Views: 12176

Someone?

:(
by Steve
Fri Aug 27, 2004 3:12 pm
Forum: JFreeChart
Topic: new to jsp and jfreechart
Replies: 3
Views: 4878

If you're new to java/jsp, this will be very difficult for you.
Your best bet, if at all possible, is to pay for the developer's guide as well as the online support available here:
http://www.object-refinery.com/jfreechart/support.html
by Steve
Fri Aug 27, 2004 3:06 pm
Forum: JFreeChart
Topic: Tooltips without Labels/ImageMap
Replies: 1
Views: 3146

With displaying the image through a browser (JSP) it's impossible to display sectional tooltips without an image map.

You can however, remove the labels.
Just set the label generator as such:

Code: Select all

plot.setLabelGenerator(null);
by Steve
Thu Aug 26, 2004 8:20 pm
Forum: JFreeChart
Topic: Getting values on top of the bar chart
Replies: 10
Views: 12176

Getting values on top of the bar chart

Ok, recently I've seen 3-4 topics about this and no straight answer has been given, so I'm making a dedicated topic for it. I've checked out the demo source files and I can't see any way to get a barchart's displayed values over the bar itself , so I'm asking, please explain it so we all can see it....
by Steve
Thu Aug 26, 2004 8:11 pm
Forum: JFreeChart
Topic: Barcharts - differnet series grouping?
Replies: 4
Views: 5730

I believe you use the setSeriesPaint() method for that.
It's under the renderer or the plot classes.
by Steve
Tue Aug 24, 2004 8:09 pm
Forum: JFreeChart
Topic: Barcharts
Replies: 1
Views: 3514

Try this:

Code: Select all

BarRenderer3D renderer = new BarRenderer();
renderer.setItemMargin(0);
by Steve
Tue Aug 24, 2004 8:05 pm
Forum: JFreeChart
Topic: using JFreeChart with JSP
Replies: 85
Views: 486558

Ya it does.
I believe 0.9.5 came with jFreechart 0.9.20, because I can't find it for download anywhere, nor can I find the zip file for it on my computer.

*Edit*
It's present in my /jFreechart-0.9.20/lib directory.
by Steve
Tue Aug 24, 2004 5:56 pm
Forum: JFreeChart
Topic: using JFreeChart with JSP
Replies: 85
Views: 486558

org.jfree.base.Library exists in jcommon-0.9.5