Search found 8 matches
- Fri Nov 28, 2008 7:47 pm
- Forum: JFreeChart
- Topic: Display alternate label text
- Replies: 1
- Views: 2370
Figured it out
Never mind, I have a workable solution!
- Fri Nov 28, 2008 2:55 pm
- Forum: JFreeChart
- Topic: Display alternate label text
- Replies: 1
- Views: 2370
Display alternate label text
Hi there, I'm hoping someone will be able to provide some insight... What I'm trying to do is probably a little unorthodox, since I assume JFreeChart is set up to accurately display data. Background: I am building a chart with a set range. One of the data columns has the potential to exceed the rang...
- Tue Nov 18, 2008 9:56 pm
- Forum: JFreeChart
- Topic: Textures.
- Replies: 15
- Views: 19529
Working as intended!
Okay, so the issue I was running into was that JFreeChart 1.0.11 uses a GradientBarPainter by default for regular bar charts. I found http://www.jfree.org/phpBB2/viewtopic.php?t=25785 , showing how to disable this feature. you must use the renderer to set the default bar painter to a StandardBarPain...
- Tue Nov 18, 2008 7:47 pm
- Forum: JFreeChart
- Topic: Textures.
- Replies: 15
- Views: 19529
I'm starting to wonder if the gradient paint is causing the problem for me. I've noticed that the 3D charts do not have any gradient painting on them, but the default BarChart does. I will attempt to remove it, and see if that gets me anywhere. I'll let you know how it goes. Thanks again for all you...
- Tue Nov 18, 2008 7:12 pm
- Forum: JFreeChart
- Topic: Textures.
- Replies: 15
- Views: 19529
Very strange
Hi again, It seems very strange to me, but when I use ChartFactory.createStackedBarChart3D(), it uses the patterns properly, but the same code does not change the bars for ChartFactory.createBarChart(). With that as literally the only change, do you know where I should be looking at this point? I ha...
- Tue Nov 18, 2008 5:50 pm
- Forum: JFreeChart
- Topic: Textures.
- Replies: 15
- Views: 19529
Great start
Hi Jonathan, I was able to get the patterns working with the pie chart example you stubbed out for me. I am trying to achieve a similar result with a bar chart, and I am not having any luck. I have attempted to set the series paint on the plot's renderer, but it does not change the output. Is there ...
- Mon Nov 17, 2008 8:16 pm
- Forum: JFreeChart
- Topic: Textures.
- Replies: 15
- Views: 19529
Having trouble
Hi Jleech,
I'm wondering if you would be able to post a quick little example of your SVG pattern code working with a chart. I can't seem to get a pattern to render correctly.
Thanks!
- Bryan
I'm wondering if you would be able to post a quick little example of your SVG pattern code working with a chart. I can't seem to get a pattern to render correctly.
Thanks!
- Bryan
- Mon Nov 10, 2008 9:41 pm
- Forum: JFreeChart
- Topic: Textures.
- Replies: 15
- Views: 19529
Quick question...
Hi jleech,
I am looking at modifying some of the code you posted to get patterns working with jFreeChart, but before I start working on it, I need to know if you have used any Java language features that are incompatible with 1.4.2.
Any info you can provide would be appreciated!
Thanks,
Bryan
I am looking at modifying some of the code you posted to get patterns working with jFreeChart, but before I start working on it, I need to know if you have used any Java language features that are incompatible with 1.4.2.
Any info you can provide would be appreciated!
Thanks,
Bryan