SpiderWebPlot

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
rajan4u
Posts: 1
Joined: Fri Apr 06, 2007 5:14 am

SpiderWebPlot

Post by rajan4u » Fri Apr 06, 2007 5:24 am

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.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Apr 10, 2007 11:34 am

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

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Pellegrino
Posts: 16
Joined: Wed Jun 17, 2009 5:00 pm

Re: SpiderWebPlot

Post by Pellegrino » Thu Nov 12, 2009 2:08 pm

Is this problem was solved in 1.0.13 version?

Locked