jfree / jfreechart

A 2D chart library for Java applications (JavaFX, Swing or server-side).
http://www.jfree.org/jfreechart/
GNU Lesser General Public License v2.1
1.22k stars 463 forks source link

V1.5.x #279

Closed DJGummikuh closed 2 years ago

DJGummikuh commented 2 years ago

This change allows the user of the SpiderWebPlot graph to set the alpha value for the fill portion of a series. Normally it defaults to 0.1f which is pretty useless on a bright diagram with only one series.

jfree commented 2 years ago

Good suggestion, thanks! I think the equals() method should be updated to include this new field, but I will merge the PR then fix that.