Hello,
I am having one problem with SpiderWebPlot.
Following is the condition.
spiderwebplot.setWebFilled(false);
spiderwebplot.setSeriesPaint(0, ChartColor.GRAY);
spiderwebplot.setSeriesPaint(1, ChartColor.GREEN);
spiderwebplot.setSeriesPaint(2, ChartColor.ORANGE);
I want to fill only one Series other series i dont want to fill.
SpiderWebPlot
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
I'm pretty sure the webFilled flag is an all-or-nothing setting. It would make sense to change this to a per-series setting.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- Posts: 16
- Joined: Wed Jun 17, 2009 5:00 pm
Re: SpiderWebPlot
Is this problem was solved in 1.0.13 version?