What would be the simplest approach to add/customize a tooltip on a JFreeChart DialPlot
(in a Java Swing application)?
While it is fairly straightforward to customize tooltips on other chart types (e.g. implement CategoryToolTipGenerator
for category charts), I couldn't find any documentation on how to achieve this on dial / meter charts.
Many thanks for any hint!