Search found 2 matches
- Mon Oct 27, 2008 6:46 am
- Forum: Eastwood Chart Servlet
- Topic: Does Eastwood implement the 'chf' parameter?
- Replies: 1
- Views: 16793
Re: Does Eastwood implement the 'chf' parameter?
Version 1.0.11 does support chf with alpha as a request, but the transparent color isn't parsed correctly. See my post, www.jfree.org/phpBB2/viewtopic.php?t=25981. (Sorry, the forum won't let me post a full url.)
- Wed Oct 15, 2008 8:44 am
- Forum: Eastwood Chart Servlet
- Topic: chf=bg,s,aarrggbb
- Replies: 3
- Views: 43605
chf=bg,s,aarrggbb
I noticed the following points trying to get mini-sized pie plots with eastwood 1.1.0: * Parsing alpha colors doesn't work in ChartEngine * Setting the background color doesn't actually work The first item is a result of ChartEngine.parseColor() and .parseColors() using Color.decode(), which unfortu...