We are displaying a graph using JFreechart, and on mouse roll over we are supposed to display some value on the graph. Our implementation is acting weired, it displays the information on mouse roll over sometimes and sometimes it does not. We are speculating that JFreechart is generating <MAP tag> dynamically and it might be conflicting with our tags. Any idea on what it could be? Here is the part of the code we are suspecting:
<div a<MAP NAME="jfreechart-23143.png">
<AREA SHAPE="RECT" COORDS="8,4,9,27" title="Actual Effort=0">
<AREA SHAPE="RECT" COORDS="8,36,392,59" title="Committed Effort=200">
<AREA SHAPE="RECT" COORDS="8,69,392,92" title="Planned Effort=200">
</MAP>