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
juppyjuppy 

How can I use apex:gaugeSeries to generate a target / actual image?

Hi everyone, I'm trying to use visualforce to create a gauge image showing target and actual values.
Whatever I do I can only get the first data value (and hence the first colour) to show on the gauge.
The 'data' attribute points to a list of strings.
Has anyone got this to work?
Thanks in advance
PratikPratik (Salesforce Developers) 
Hi Juppy,

This should help:
https://developer.salesforce.com/blogs/developer-relations/2012/10/animated-visualforce-charts.html

Thanks,
Pratik