Hi, i have been trying to find how to set the tool tips to currency values for a pie chart. Does anyone else know how to do this?
thanks
Simon
Currency Tooltips in Pie Plots
Re: Currency Tooltips in Pie Plots
Hi Simon,
The tooltip text is created by the StandardPieToolTipGenerator class in the com.jrefinery.chart.tooltips package. At the moment it just uses value.toString() for the value - I'll look at changing this to use the same format as the PiePlot itself.
Regards,
DG.
The tooltip text is created by the StandardPieToolTipGenerator class in the com.jrefinery.chart.tooltips package. At the moment it just uses value.toString() for the value - I'll look at changing this to use the same format as the PiePlot itself.
Regards,
DG.