can chart have imageMapping??

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
rohan123
Posts: 5
Joined: Wed Feb 20, 2008 10:03 am

can chart have imageMapping??

Post by rohan123 » Fri Feb 22, 2008 3:28 pm

hi!!

I want a facility in JFREECHART which allows me ImageMapping in StackedBarChart & barChart!!

Can this is possible directly in JFREEChart??

Plz help me about this!!

I'm using JFREEChart in JSP by sending image to Viewer servle(BufferImage)t!!

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 » Thu Feb 28, 2008 5:17 am

Yes, the ImageMapUtilities class can help you with this. I don't know much about JSP, though, so I can't advise on that part of it...
David Gilbert
JFreeChart Project Leader

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

rohan123
Posts: 5
Joined: Wed Feb 20, 2008 10:03 am

Post by rohan123 » Thu Feb 28, 2008 1:34 pm

thank a lot!!

But i want to call a javascript function when a user click on particular bar chart.. that javascript function is in JSP page where actually chart display..

Can anybody give me a small example..

Plz its urgent...[/list]

Locked