Search found 127 matches

by garv
Wed Apr 21, 2004 9:11 am
Forum: JFreeChart
Topic: stackedVerticalBar and color
Replies: 1
Views: 1520

Hi, Is this what you need? 6. I want to set my own colors for each series in my chart. How do I do that? You can use the setSeriesPaint() method in the renderer. For example, the following code could be used for a bar chart: CategoryItemRenderer renderer = plot.getRenderer(); renderer.setSeriesPaint...
by garv
Wed Apr 21, 2004 9:02 am
Forum: JFreeChart
Topic: How about wrapped JFreeChart to JavaBeans?
Replies: 2
Views: 1851

You're making a JBuilder component for JFreeChart? That's pretty cool. :D any suggest? You currently have a property editor for the dataset ( screenshot 1 ), but that's mostly useful in the GUI design stage; eventually that dataset will have to be populated in code from a database result or some oth...
by garv
Tue Apr 20, 2004 1:20 pm
Forum: JFreeChart
Topic: how to show percent?
Replies: 3
Views: 2819

What kind of Chart are you using?

If it's a Pie Chart, have a look at PiePlot.getLabelGenerator() and StandardPieItemLabelGenerator.
by garv
Tue Apr 20, 2004 8:37 am
Forum: JFreeChart
Topic: JFreeChart Function Rendering
Replies: 3
Views: 2892

by garv
Mon Apr 19, 2004 3:36 pm
Forum: JFreeChart
Topic: Colors with LineChart And BarChart
Replies: 1
Views: 1890

You can use the setSeriesPaint() method of your Renderer object.
by garv
Mon Apr 19, 2004 3:33 pm
Forum: JFreeChart
Topic: Labels on Value Axis
Replies: 2
Views: 2008

Use the setTickUnit() function of your Y-axis.
by garv
Sat Apr 17, 2004 9:59 pm
Forum: JFreeChart
Topic: tooltip problem
Replies: 5
Views: 3626

i'm displaying it in my browser. beyond that i'm not sure how it's being displayed. Aside from what David said, the tooltips are a Java Swing feature and don't translate directly to the browser. If you want to display tooltips in the browser, you'll have to use the image map feature, setting "alt" ...
by garv
Sat Apr 17, 2004 7:43 pm
Forum: JFreeChart
Topic: tooltip problem
Replies: 5
Views: 3626

Are you displaying the plot in a ChartPanel (or ChartFrame)?
by garv
Sat Apr 17, 2004 7:41 pm
Forum: JFreeChart
Topic: blurry pie chart
Replies: 1
Views: 2106

JPEG compression is no good for saving large areas of a single color. Use the PNG output format instead.
by garv
Sat Apr 17, 2004 7:39 pm
Forum: JFreeChart
Topic: Filled step chart; stacked area with straight lines
Replies: 1
Views: 1729

JFreeChart has a bugtracker on Sourceforge.net:
http://sourceforge.net/tracker/?group_i ... tid=115494
by garv
Fri Apr 16, 2004 12:07 pm
Forum: JFreeChart
Topic: Can't get a line xy chart
Replies: 4
Views: 2914

That looks about right :)
by garv
Fri Apr 16, 2004 8:57 am
Forum: JFreeChart
Topic: Empty Chart AIX PJA Unix
Replies: 5
Views: 3335

I have no experience with running JFreeChart on a UNIX platform, but if the target JDK is a 1.4+, you might try headless awt as an alternative to the PJA toolkit.
by garv
Thu Apr 15, 2004 5:24 pm
Forum: JFreeChart
Topic: Change REquest : Externalize zoom factor in class ChartPanel
Replies: 3
Views: 2853

What team? ;) (David is doing almost everything on his own) The GUI is known to be broken, it hasn't been updated in quite a while. It will be fixed prior to the 1.0 release, but I don't know when exactly. Please add your feature request to the RFE Tracker , or it might get lost in the tons of other...
by garv
Thu Apr 15, 2004 5:21 pm
Forum: JFreeChart
Topic: Deprecated
Replies: 1
Views: 2167

The javadocs for the deprecated method normally contain a suggested alternative.
http://www.jfree.org/jfreechart/javadoc/
by garv
Thu Apr 15, 2004 12:51 pm
Forum: JFreeChart
Topic: LineAndShapeRenderer
Replies: 2
Views: 3568

Set the value of the remaining six points to null.