I have a JavaFX LineChart
, and the spacing of the legend items is really awkward looking.
I want the item spacing to appear neater and more orderly. For example, possibly squeezing them together to make the legend size match their combined size.
How can I do this? I combed through the JavaFX CSS properties list pretty thoroughly, and I didn't see anything relevant that seemed to work.