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 462 forks source link

Option to draw grid lines in SpiderWebChart #420

Open jochenberger opened 1 month ago

jochenberger commented 1 month ago

I'd like to be able to draw grid lines in a spider web chart. There's been some discussion and even a solution from @jfree: https://www.jfree.org/forum/viewtopic.php?f=3&t=115667#p174682

jochenberger commented 1 month ago

I'd also appreciate options to draw the lines as circles instead of polygons and to show the numeric values that the lines represent. And maybe gridLineCount should be replaced by gridLineInterval or something similar.