Search found 53 matches
- Thu Jul 14, 2005 8:37 pm
- Forum: JFreeChart
- Topic: Deleting temporary images
- Replies: 4
- Views: 6237
- Wed May 11, 2005 3:49 pm
- Forum: JFreeChart
- Topic: Deleting temporary images
- Replies: 4
- Views: 6237
- 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.
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.
- Wed Sep 08, 2004 2:43 pm
- Forum: JFreeChart
- Topic: Jfreechart setUp
- Replies: 2
- Views: 4217
- Tue Sep 07, 2004 2:36 pm
- Forum: JFreeChart
- Topic: Getting values on top of the bar chart
- Replies: 10
- Views: 12176
- Fri Sep 03, 2004 3:31 pm
- Forum: JFreeChart
- Topic: Getting values on top of the bar chart
- Replies: 10
- Views: 12176
- 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...
- Mon Aug 30, 2004 8:58 pm
- Forum: JFreeChart
- Topic: Getting values on top of the bar chart
- Replies: 10
- Views: 12176
- 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
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
- 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:
You can however, remove the labels.
Just set the label generator as such:
Code: Select all
plot.setLabelGenerator(null);
- 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....
- Thu Aug 26, 2004 8:11 pm
- Forum: JFreeChart
- Topic: Barcharts - differnet series grouping?
- Replies: 4
- Views: 5730
- 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);
- Tue Aug 24, 2004 8:05 pm
- Forum: JFreeChart
- Topic: using JFreeChart with JSP
- Replies: 85
- Views: 486558
- Tue Aug 24, 2004 5:56 pm
- Forum: JFreeChart
- Topic: using JFreeChart with JSP
- Replies: 85
- Views: 486558