Hello,
I do not want tool tips generated in my pie chart. But for some reason the code below does not work?
PiePlot3D plot=(PiePlot3D) chart.getPlot();
plot.setToolTipGenerator(null);
What am I doing wrong?
Thank you.
Tool Tips Problem
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Some very old code in the PiePlot3D class is creating a default tooltip generator when the current setting is null. I will remove that code for the next release, so null means no tooltips as you would expect.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

