I have a chart that was using XYLineAndShapeRenderer along with the StandardXYToolTipGenerator and everything worked fine.
When I switched the renderer to the XYDotRenderer the tooltips stopped working and the imagemap doesn't get generated.
Can anyone explain what I'm doing wrong?
Using Tooltips with the XYDotRenderer
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
XYDotRenderer doesn't generate tooltips, item labels or URLs. That makes it faster than XYLineAndShapeRenderer, but less flexible.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

