By default when we hover the mouse on any region of the jqplot charts it changes color – that’s fine. But I want that on hover it should show its value. For example I have 2 regions on charts as:
- label=Customer projects,value=20
- label=POCs,value=10
Now on mouse hover it should show the label as well as the value. For example it should show as
Customer Projects:20
How can I do this? Thanks in advance.
Here’s a hack that uses the fact that the labels are just text divs:
Working fiddle here. Remember to cache the jqplot files.