Search found 9 matches
- Mon Feb 05, 2007 2:22 pm
- Forum: JFreeChart
- Topic: Linkage Error
- Replies: 0
- Views: 1722
Linkage Error
Hi, I did some changes in web.xml and since then I get some strange errors without changing the code. This line causes the error: XYLineAndShapeRenderer renderer2 = new XYLineAndShapeRenderer(); Error: java.lang.LinkageError: loader constraints violated when linking org/jfree/chart/labels/XYSeriesLa...
- Fri Jan 12, 2007 9:31 am
- Forum: JFreeChart
- Topic: Remove dots, different colors for axis label
- Replies: 2
- Views: 3384
Thank you very much for your answer. Yes it is LineAndShapeRenderer. It works fine now.
I know that I can set the color of the labels with the setLabelPaint method. But it sets one color for the whole label. I need different colors for the same label. Because up to 4 serieses correspond to one axis.
I know that I can set the color of the labels with the setLabelPaint method. But it sets one color for the whole label. I need different colors for the same label. Because up to 4 serieses correspond to one axis.
- Thu Jan 11, 2007 2:12 pm
- Forum: JFreeChart
- Topic: Remove dots, different colors for axis label
- Replies: 2
- Views: 3384
Remove dots, different colors for axis label
Hi, I created a second renderer for my second axis. But the second renderer uses these marks on each value(triangles, rectangles, circles). How can I remove them? To make it more clear which series corresponds to which axis, I added the names of the serieses to the axis labels. Now I would like to u...
- Thu Dec 21, 2006 2:53 pm
- Forum: JFreeChart
- Topic: Percentage Axis
- Replies: 2
- Views: 3123
- Fri Dec 08, 2006 2:31 pm
- Forum: JFreeChart
- Topic: Percentage Axis
- Replies: 2
- Views: 3123
Percentage Axis
I have StackedBarChart with some values. I want that the bars always reach the top but show percentage of their bar. Like this: Country A Water 1 Country A Earth 3 Country B Water 3 Country B Earth 6 Now it should show 2 bars, both same size, showing the relation between Water and Earth. It's diffic...
- Thu Dec 07, 2006 3:04 pm
- Forum: JFreeChart
- Topic: Legend in two columns
- Replies: 7
- Views: 12832
- Mon Dec 04, 2006 3:52 pm
- Forum: JFreeChart
- Topic: StackedAreaChart with TimeSeries
- Replies: 2
- Views: 4128
- Mon Dec 04, 2006 11:43 am
- Forum: JFreeChart
- Topic: Legend in two columns
- Replies: 7
- Views: 12832
- Fri Dec 01, 2006 4:27 pm
- Forum: JFreeChart
- Topic: Legend in two columns
- Replies: 7
- Views: 12832
Legend in two columns
I have about 4 items on my legend. Its are displayed like this
- bla -bla
- blabal -blabalsd
But it should be displayed like in a table, so it would like this:
- bla____ - blabla
- blablab_- bla
- bla -bla
- blabal -blabalsd
But it should be displayed like in a table, so it would like this:
- bla____ - blabla
- blablab_- bla