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
Swetha Poorinma PeriSwetha Poorinma Peri 

Hi Experts, Is it Possible to get Multiple Charts for Reports from Dashboard in Vf page Thanks Swetha

Hi Experts, 
Is it Possible to get Multiple Charts for Reports from Dashboard in Vf page.

Thanks Swetha
edanna kedanna k
Dear Swatha,
Use multiple page block or div and display multiple dashboards
<apex:page>
<analytics:reportChart reportId=”00Oxxxxxxxxxxxx”></analytics:reportChart>
</apex:page>
Here are some posts that might help you!

http://salesforce.stackexchange.com/questions/8806/how-can-i-embed-a-dashboard-in-visualforce
https://www.youtube.com/watch?v=IBQcywsJ0OE
http://vanityforce.wordpress.com/2013/02/03/two-methods-for-embedding-a-report-or-dashboard-chart-in-visualforce-or-standard-pagelayout/
http://www.infallibletechie.com/2012/07/how-to-display-dashboard-using-visual.html