Search found 16 matches

by mjacobsca
Fri Jun 30, 2006 6:21 pm
Forum: JFreeChart
Topic: 3D Bar Chart - How To Show Zero Value Item
Replies: 1
Views: 3003

3D Bar Chart - How To Show Zero Value Item

I've tried looking for this answer, but can't quite find the right way to do this. How can I force a zero value item to show up in a 3D bar chart? I don't like the empty space, and I'd like to show a flat color square while in 3D mode to indicate that the item was there. Can I do this? I've tried "a...
by mjacobsca
Wed Jan 21, 2004 9:49 pm
Forum: JFreeChart
Topic: Keeping Bars Together
Replies: 1
Views: 2546

Keeping Bars Together

Is there a way to keep bars aligned to the left side of the chart rather than evenly spacing them out over the entire chart? If there is only a bar or two, I like them to be close together rather than symetrically spaced in the chart.

Michael
by mjacobsca
Wed Jan 21, 2004 5:50 pm
Forum: JFreeChart
Topic: LocalizationBundle
Replies: 4
Views: 5058

Problem Fixed

My Java editor wasn't including *.properties files in the final JAR build. Once I included these, my problem went away. So this was user error.

If you are rebuilding your jar, make sure these files are in it after you build it.

Michael
by mjacobsca
Wed Jan 21, 2004 5:43 pm
Forum: JFreeChart
Topic: LocalizationBundle
Replies: 4
Views: 5058

I'm Getting It Too

I'm getting the same error. I rebuild the JAR file to add a few minor convenience methods.

I am using Windows 2000
JDK 1.3.1_02
JFreeChart 0.9.16
JCommon 0.9.1

All old files have been removed from my classpath.

Michael
by mjacobsca
Wed Jan 21, 2004 3:32 am
Forum: JFreeChart
Topic: Aligning Line Points On Bars
Replies: 1
Views: 2534

Aligning Line Points On Bars

I have an overlaid chart with vertical bars and lines. However, my line chart is not aligned with my bar chart. They both plot the correct ranges, but the points are not aligned with the bars. I want them to appear in the middle of the bars if possible. In order to keep bars thin, I have used item m...
by mjacobsca
Wed Dec 03, 2003 11:48 pm
Forum: JFreeChart
Topic: NumberFormat For Bar Chart
Replies: 0
Views: 2083

NumberFormat For Bar Chart

I have a Vertical Bar Chart that has double values. I need to set a number format so that only two fractional digits appear above the bar (bar labels, not axis labels). I have figured out how to do this with the PieChart, but cannot figure out how to get my CategoryPlot to do what I need. Can someon...
by mjacobsca
Thu Oct 02, 2003 7:44 pm
Forum: JFreeChart
Topic: Left Align Legend Items
Replies: 0
Views: 1942

Left Align Legend Items

I want to left align the legend items to give the legend a cleaner look with long legend item names. I see how to move the legend around, but want to know if there is a way to force the legend to be built with a certain alignment.

Michael
by mjacobsca
Mon Sep 29, 2003 7:31 am
Forum: JFreeChart
Topic: Long Titles On Charts
Replies: 1
Views: 2673

Long Titles On Charts

I have a few charts that end up with long titles, and the titles end up getting clipped off the right side of the chart. I'd like to be able to improve this situation if possible. I've looked at prior posts on the subject, but haven't found one that gives me a good idea on the best way to approach t...
by mjacobsca
Wed Sep 24, 2003 4:45 pm
Forum: JFreeChart
Topic: Image Map not working for PiePlot
Replies: 3
Views: 5235

thanks!

Thanks Richard. I guess I need to study the 0.9.12 generators a little more. I'm glad this wasn't a bug, and that the change actually occurred with some forthought.

Michael
by mjacobsca
Tue Sep 23, 2003 10:58 pm
Forum: JFreeChart
Topic: Image Map not working for PiePlot
Replies: 3
Views: 5235

image map not working

Can anyone duplicate this bug or is it just me?...

Michael
by mjacobsca
Tue Sep 23, 2003 10:56 pm
Forum: JFreeChart
Topic: Image Map generation not flexible enough
Replies: 11
Views: 22561

thanks

thanks Richard! I haven't had time to study the new changes in 0.9.12! I will check it out.
by mjacobsca
Fri Sep 19, 2003 6:51 pm
Forum: JFreeChart
Topic: Image Map generation not flexible enough
Replies: 11
Views: 22561

onMouseOver and onMouseOut events

I like to set the window status when my users roll over the hotspots. I also need links from them. In order to accomplish this, I loop through the ChartEntities and change the tooltips by adding in: onMouseOver="... and onMouseOut="... Currently, it appears that the tooltips support the use of the A...
by mjacobsca
Fri Sep 19, 2003 6:10 pm
Forum: JFreeChart
Topic: Image Map not working for PiePlot
Replies: 3
Views: 5235

Image Map not working for PiePlot

I'm experiencing strage behavior with image maps in 0.9.11 and 0.9.12. Pie3DPlot image maps ARE working, but PiePlot image maps are NOT working. In the code listed below, note how when the PiePlot is used, the image map is empty: <MAP NAME="testmap"> </MAP> ---- To test the working plot, just uncomm...
by mjacobsca
Fri Aug 22, 2003 9:35 pm
Forum: JFreeChart
Topic: Bars too wide - solutions?
Replies: 0
Views: 2102

Bars too wide - solutions?

I am generating a vertical bar chart and am trying to set the bar width using the following code: CategoryPlot catPlot = barChart.getCategoryPlot(); CategoryAxis domainAxis= catPlot.getDomainAxis(); domainAxis.setCategoryMargin(0.05); domainAxis.setUpperMargin(0.01); domainAxis.setLowerMargin(0.01);...
by mjacobsca
Thu Aug 21, 2003 5:05 pm
Forum: JFreeChart
Topic: 3-Dimension Cross-Tab Graph
Replies: 1
Views: 2901

3-Dimension Cross-Tab Graph

Are there future plans to include a 3-dimensional chart that includes 3-axes? I have an HTML table that shows Category By Location counts, so I need a 3-dimension that has Category on X-axis, Location on Y-axis, and the count on the Z-Axis.

Excel has this if you need to see an example.

Michael