function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
chris_centrachris_centra 

scatter plot - show value on hover?

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
chris_centrachris_centra
This was answered on Stackexchange: http://salesforce.stackexchange.com/questions/162684/apex-scatter-chart-show-other-data-values-on-graph/162731#162731

thanks
chris