mouse over on a Bar3D

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bluecameleon
Posts: 32
Joined: Wed Apr 27, 2005 6:41 pm

mouse over on a Bar3D

Post by bluecameleon » Wed Apr 25, 2007 6:54 pm

Hi,

Building a Bar3D Chart, I would like to display a specific popup when the user moves the mouse over a bar.
The chart is build from a img html tag and returned by a servlet using JFreeChart. So the best way could be to have somethoing like an image map associated to the chart and calling a javascript function with at leat the serial number and the bar number.
Can you help ?

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Apr 27, 2007 4:28 pm

The ImageMapUtilities class will help with creating the image map.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked