Hello - I built a scatter graph via the standard reporting functionality. It's decent, but the client wants some additional filtering, so I'm building it in VF. Step 1 is to create the graph, so I'm using apex:scatterSeries. However I notice something that is present in the standard graph that I can't figure out how to do in the apex/vf version. Each point on the graph represents two values on an Account object. I want the User to be able to see which Account is associated with each point. Is there a way to do this? In the standard graph, you see it when you mouse-over a point. But I'm not seeing this option for the custom graph. This seems so simple though - so I'm sure I'm just not finding it. How do I do it? It would be ideal if the third value could be visible without mouse-over - then via toggle I could hide it or whatever.Thanks for your time.chris