Search found 25 matches

by Arkkimaagi
Mon Jan 08, 2007 2:31 pm
Forum: JFreeChart
Topic: AreaChart edge gaps
Replies: 1
Views: 3029

AreaChart edge gaps

I'm having problems with AreaCharts and their edges when null or no data is used. Here's my sample situation http://neocrome.net/datas/users/8-areachart.png The upper chart shows how it currently works, and the lower chart shows what I was aiming for. (Photoshop Mockup) I'm using org.jfree.chart.ren...
by Arkkimaagi
Thu Oct 26, 2006 12:02 pm
Forum: JFreeChart
Topic: XYLinePresentation gaps
Replies: 1
Views: 2327

XYLinePresentation gaps

Lets consider that we have data like this about the current date. Timestamps are full, I just prefer not to write them here fully. time = value 14:05 = 1 14:10 = 3 14:15 = 2 14:20 = null 14:25 = 1 14:30 = 2 14:35 = 3 When my series data contains datevalue that have null value on it, like 14:20 here,...
by Arkkimaagi
Wed Jul 06, 2005 6:36 am
Forum: JFreeChart
Topic: How to do a chart with this data?
Replies: 3
Views: 3539

Well, our client wants to see the hours, and some of the hours need to have working-shift info next to them, a being a short for team a. Hmm, symbolic axis could work, but it's a damn shame that 3d-charts work better on category axis. What if there would be an easy method to hide labels and show sub...
by Arkkimaagi
Tue Jul 05, 2005 2:13 pm
Forum: JFreeChart
Topic: How to do a chart with this data?
Replies: 3
Views: 3539

This is the only solution I've been able to find, and It's not pretty. There must be a better way..

http://www.jfree.org/phpBB2/viewtopic.php?t=9407
by Arkkimaagi
Tue Jul 05, 2005 11:27 am
Forum: JFreeChart
Topic: How to do a chart with this data?
Replies: 3
Views: 3539

How to do a chart with this data?

If I need to show string values on the x-axis and yet I need to have values with identical x-values, how can this be done? I tried category axis, but it only shows 6 values, and the last two do not appear. How can I force JFreeChart to use the values I give in the order I give them without overwriti...
by Arkkimaagi
Fri Jul 01, 2005 8:10 am
Forum: JFreeChart
Topic: Dispalying Own dates in jfree chart
Replies: 1
Views: 3066

Could this help?

axis.setDateFormatOverride(new SimpleDateFormat("MMM-yyyy"));
by Arkkimaagi
Fri Jul 01, 2005 8:06 am
Forum: JFreeChart
Topic: multiple axes and visual cues
Replies: 3
Views: 3797

Another way to show this could be organizing the legend so that there can be multiple groups each with the same title as the axis has.

This way you'd be able to see on what axis each value is supposed to be.

I really need a feature to show on what axis a series of data is on.
by Arkkimaagi
Thu Jun 30, 2005 12:14 pm
Forum: JFreeChart
Topic: setEndType does not seem to work with null values.
Replies: 1
Views: 2741

Image

Here is a sample image of the situation.

Also, there's a problem with the category labels, they seem to be aligned according to their rightmost edge. I'll have to do a search for that on the forum still, but if you have quick pointers, it would help.
by Arkkimaagi
Thu Jun 30, 2005 12:12 pm
Forum: JFreeChart
Topic: setEndType does not seem to work with null values.
Replies: 1
Views: 2741

setEndType does not seem to work with null values.

I was having the same problem as these users: http://www.jfree.org/phpBB2/viewtopic.php?t=8476&highlight=arearenderer And I was able to solve the situation with a similar solution. First of all, AreaRenderer end type being default to TAPER seems kinda odd, as I can not imagine a situation it would b...
by Arkkimaagi
Wed Jun 29, 2005 1:48 pm
Forum: JFreeChart
Topic: Why does chart.removeLegend(); change the colors of a chart?
Replies: 4
Views: 8340

Why does chart.removeLegend(); change the colors of a chart?

When I use XYPlot and XYLineAndShapeRenderer with the latest JFreeChart, removing legend reverses the order of the automatically colored lines.

Why? Can this be fixed somehow?
by Arkkimaagi
Tue Jun 28, 2005 7:39 am
Forum: JFreeChart
Topic: setSeriesShapesVisible with LineAndShapeRenderer
Replies: 1
Views: 3147

setSeriesShapesVisible with LineAndShapeRenderer

I need to be able to set series shapes visibility in category linechart. I was able to do this easily with XYLineAndShapeRenderer, but not on the category side.

Am I missing something, or is this not (yet?) supported by JFreeChart? Can this be done now or possibly in the future?
by Arkkimaagi
Thu May 26, 2005 1:20 pm
Forum: JFreeChart
Topic: How to add data to MultiplePiePlot after init?
Replies: 0
Views: 2086

How to add data to MultiplePiePlot after init?

If I do not give dataset to MultiplePieplot in init:
MultiplePiePlot(dataset)

but instead I use the other initializer:
MultiplePiePlot()

How can I add data to it afterwards? There's no MultiplePiePlot.setData(dataset)

Could it be the setPieChart(JFreeChart pieChart) ? How do I use it?
by Arkkimaagi
Thu May 26, 2005 10:20 am
Forum: JFreeChart
Topic: What's wrong with this code?
Replies: 0
Views: 2094

What's wrong with this code?

I have JFreeChart partially integrated to other things. However, I'm having problems with implementing the piechart. Currently I'm using JFreeChart 0.9.20, but I'm planning to upgrade as soon as I can be sure that I have atleast one working version. As a simplified example, I have modified the piech...
by Arkkimaagi
Mon May 23, 2005 1:42 pm
Forum: JFreeChart
Topic: x y screen coordinates
Replies: 2
Views: 4415

Hey, I need this exact same thing!

Any info if this is possible?
by Arkkimaagi
Tue Aug 17, 2004 8:05 am
Forum: JFreeChart
Topic: LineRenderer3D
Replies: 5
Views: 8812

I'm surely interested. Could you send me the code?