Tooltip

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

Tooltip

Post by nivedeeta » Wed Aug 28, 2002 12:32 pm

Hi ,

How to add tooltip to servlet based Stacked horizontal bar chart?

Thanks,
Nivedeeta

Richard Atkinson

Re: Tooltip

Post by Richard Atkinson » Wed Aug 28, 2002 3:42 pm

You cannot do it with JFreeChart 0.9.2, however you will be able to with the next version 0.9.3. If you cannot wait for the next release you can download the latest code from CVS on SourceForge or alternatively a packaged version from http://homepage.ntlworld.com/richard_c_ ... freechart/.

Take a look at ImageMapDemo1, 2 and 3 in the com.jrefinery.chart.demo package for examples of how to use the new facility.

Regards,
Richard...

Locked