You need to sign in to do that
Don't have an account?

Charts based on report data on Customer Portal
I'm using Sites and have built out a Customer Portal that requires a Customer Portal login to access.
All pages of the Customer Portal have been built in Visualforce and mimics what the standard Customer Portal looks like, but with additional components added and styling to match our company branding.
I would like to display data from a report (Support Case History report) upon login by the customer to the Customer Portal.
I know that charting capability is now possible right in Salesforce and not through Google Charts, however it seems that it's only capable with static numbers.
Is it possible by pulling in data from a report.
I'm not a professional developer. I just want to get a big picture idea if it's even possible.
Thanks in advance!
You can use dynamic SOQL to build the charts on visualforce pages.
You can refer these links to learn more.
http://blogs.developerforce.com/tech-pubs/2011/11/controller-for-visualforce-charting.html
http://blogs.developerforce.com/developer-relations/2012/10/visualforce-charting-for-all.html
Please note VF Charting is generally available now.