Tooltips on chart IMAGE

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

Tooltips on chart IMAGE

Post by Jim Mathews » Tue Apr 30, 2002 2:46 pm

Hi,
I am using JFreeChart to generate a "JPEG" image of a chart and was wondering how tooltips would be shown.

Is there some utility function that generates the HTML map structure for the chart image to show the tooltips?

Thanks
Jim

David Gilbert

Re: Tooltips on chart IMAGE

Post by David Gilbert » Fri May 03, 2002 10:48 am

Hi Jim,

At the moment tooltips are only displayed when a chart is drawn in a JFreeChartPanel. There are a few developers using JFreeChart that are interested in image maps, so hopefully someone will have some code sometime.

Regards,

DG.

Locked