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
TapasviniTapasvini 

displaying charts in dashboard

I have created chart using visualforce page and I need to display it in dashboard. Please can anyone give me idea to achieve this??

thanks.

Praful GadgePraful Gadge

Hi Tapsvini,

 

Here are the steps to display the Visualforce page in dashboard ie Home Page.

 

  1. Create a new HomePage component.
  2. Give a name for your component and select"HTML Area" option.
  3. Check the "Show HTML" option in the rightmost corner.
  4. Type the following code in the editor window
<br><iframe src="/apex/visualforcePageName" width="500px" height="600px"></iframe></br>

5. Add the component to your Home Page Layout. And Done!!!

 

Sincerely,

Praful G.

TapasviniTapasvini

It doesn't work.It gets me to the homepage.not in dashboard.

 

BharathimohanBharathimohan

Hi,

 

You can add your Visualforce page to the Dashboard using VF Dashboard Component.

 

Drag and Drop the Visualforce Page Dashboard component into the Dashboard, and then drop your visualforce page

 

 

Regards,

 

Bharathi
Salesforce For All

 

Mark this post as solved, if it helps you