TimeSeriesToolTipGenerator class ?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
harshanagesh
Posts: 12
Joined: Fri Jan 06, 2006 1:36 am

TimeSeriesToolTipGenerator class ?

Post by harshanagesh » Sat Jan 14, 2006 7:30 pm

I am trying to add tool tips for my time series graphs and when I searched thru google, it showed that there was a TimeSeriesToolTipGenerator class. But I am not able to find it in the docs or in the library I have (latest jfree version). Can somebody tell me where is this class or how else do we get time series tool tips ?

fargo_01
Posts: 1
Joined: Mon May 29, 2006 4:36 pm
Location: Paris

Post by fargo_01 » Mon May 29, 2006 4:37 pm

I'm having problems with TimeSeriesToolTipGenerator too.

Can someone help us ?

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Post by angel » Tue May 30, 2006 7:23 am

A TimeSeriesToolTipGenerator is not in the 1.0.1 version, maybe in an older. But StandardXYToolTipGenerator should do the job.

Locked