Search found 25 matches
- 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...
- 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,...
- 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...
- 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
http://www.jfree.org/phpBB2/viewtopic.php?t=9407
- 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...
- Fri Jul 01, 2005 8:10 am
- Forum: JFreeChart
- Topic: Dispalying Own dates in jfree chart
- Replies: 1
- Views: 3066
- Fri Jul 01, 2005 8:06 am
- Forum: JFreeChart
- Topic: multiple axes and visual cues
- Replies: 3
- Views: 3797
- Thu Jun 30, 2005 12:14 pm
- Forum: JFreeChart
- Topic: setEndType does not seem to work with null values.
- Replies: 1
- Views: 2741
- 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...
- 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?
Why? Can this be fixed somehow?
- 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?
Am I missing something, or is this not (yet?) supported by JFreeChart? Can this be done now or possibly in the future?
- 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?
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?
- 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...
- Mon May 23, 2005 1:42 pm
- Forum: JFreeChart
- Topic: x y screen coordinates
- Replies: 2
- Views: 4415
- Tue Aug 17, 2004 8:05 am
- Forum: JFreeChart
- Topic: LineRenderer3D
- Replies: 5
- Views: 8812