Currency Tooltips in Pie Plots

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Simon Denman

Currency Tooltips in Pie Plots

Post by Simon Denman » Sun Apr 28, 2002 1:17 pm

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

David Gilbert

Re: Currency Tooltips in Pie Plots

Post by David Gilbert » Mon Apr 29, 2002 5:21 am

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.

Locked