Search found 10 matches
- Thu Aug 21, 2008 11:08 am
- Forum: JFreeChart
- Topic: Left justification of Y axis labels
- Replies: 2
- Views: 3202
- Tue Mar 11, 2008 1:14 pm
- Forum: JFreeChart
- Topic: Coloring bar issue.
- Replies: 0
- Views: 1792
Coloring bar issue.
Hello, I'm playing with Drools (JBossRules). Im trying to change a color of a bar in a bar chart basing on some rules. Changing color by overwriting a getItemPaint method from Bar renderer is not a problem, I can set any color. But this is not what i want to have. However I would like to call a meth...
- Thu Sep 27, 2007 2:28 pm
- Forum: JFreeChart
- Topic: Label generation bug. (multiple amount of same labels)
- Replies: 1
- Views: 2900
Well, noone can help me xD However I've found another method to generate this bug :) I used servlet which write an image (png) to output stream (same servlet as in developers guide). I used a bit of javascript in my jsp page: objImage = new Image(); objImage.onLoad=imagesLoaded(); objImage .src="HER...
- Thu Sep 06, 2007 9:27 am
- Forum: JFreeChart
- Topic: Bar Chart Colour Modification
- Replies: 2
- Views: 3243
- Thu Sep 06, 2007 9:25 am
- Forum: JFreeChart
- Topic: How to create mouseover values...
- Replies: 3
- Views: 4009
I've asked about something similar but I found a solution here:
http://www.jfree.org/phpBB2/viewtopic.php?t=22172
A few clues that were enough for me.
Regards,
Michał
http://www.jfree.org/phpBB2/viewtopic.php?t=22172
A few clues that were enough for me.
Regards,
Michał
- Thu Sep 06, 2007 9:22 am
- Forum: JFreeChart
- Topic: Trafic Lights - is there a posibility to create it.
- Replies: 5
- Views: 8823
Ye, it is so simple as it sounds, actually I'm using 3 different gif images, but it would nice to have it generated by JFreeChart. Saying traffic light i mean something like this png: http://www.wpclipart.com/travel/traffic_lights/traffic_light_green.png But it can be also flexible to use only singl...
- Thu Aug 30, 2007 11:51 am
- Forum: JFreeChart
- Topic: Trafic Lights - is there a posibility to create it.
- Replies: 5
- Views: 8823
Trafic Lights - is there a posibility to create it.
As in topic 
Regards,
Michal

Regards,
Michal
- Fri Aug 24, 2007 12:10 pm
- Forum: JFreeChart
- Topic: Label generation bug. (multiple amount of same labels)
- Replies: 1
- Views: 2900
Label generation bug. (multiple amount of same labels)
Hello everyone. I'm creating an web application based on jfreechart, jsp, servlets and ajax. And sometimes i'm receiving such chart with multiplce labels (i removed any label generator- I'm using default one) http://img453.imageshack.us/img453/5194/piena9.png For sure You would like to see a piece o...
- Tue Aug 21, 2007 3:56 pm
- Forum: JFreeChart
- Topic: PieToolTipGenerator -solved.
- Replies: 0
- Views: 1789
PieToolTipGenerator -solved.
Hello, i would like to get something like this in my area map: <area shape="poly" coords="some coords" onmouseover="Pop('alan: 56');"> I'm using such code: plot.setToolTipGenerator( new PieToolTipGenerator() { public String generateToolTip(PieDataset data, Comparable key) { return key.toString() +":...
- Wed Aug 08, 2007 9:25 am
- Forum: JFreeChart
- Topic: Changing a color of a single bar (not a section color)
- Replies: 1
- Views: 2628
Changing a color of a single bar (not a section color)
Hello, Im trying to change a color of single bar (Im using BarChart3D). I know how to change a color of section, but this is not my goal. for example if i have 3 categories (1,2,3), with 5 sections in each (1,2,3,4,5), and i want to change color of one bar only from category "1"; bar "2" (this which...