Hi Everyone,
I using JFreechart to generate XYPlot and write it back to JSP page. Can I have mouse Listener attached to these graphs, so that data is displayed when the user clicks on the graph/point.
Thanks,
Mouse Events for Web
-
- Posts: 6
- Joined: Fri Nov 13, 2009 10:02 pm
- antibot: No, of course not.
Re: Mouse Events for Web
You can generate an image map and use that for chart interactivity. Or you can put JFreeChart in an applet. Or you can generate SVG and handle mouse events via javascript - like this: http://www.svgopen.org/2009/papers/7-En ... Mechanism/