Hi everybody!
I need to fill the spiderweb with a "more opaque" color. I am using black right now, and it is still too transparent for the client's taste.
Any suggestions?
Thanks.
spiderweb more opaque
I found the solution, if you replace SpiderWebPlot.java with this class:
http://personel.obec.go.th/News/index.p ... NjU0OTQ%3D
Then you can set the spiderweb opacity with this method:
plot.setFillAlpha(0.2f);
Cheers.
http://personel.obec.go.th/News/index.p ... NjU0OTQ%3D
Then you can set the spiderweb opacity with this method:
plot.setFillAlpha(0.2f);
Cheers.