+ Start a Discussion
Salesforce BlitzSalesforce Blitz 

Display VF Dashboard as standard dashboard

I have created a custom VF dashboard to display the dashboard.

I have created multiple components(tables/bar chart/pie), however the look and feeel is different.

How to make the look and feel similar to standard saledforce using CSS..??

Any help please
@Karanraj@Karanraj
By default visual force charts use the "Salesforce" theme it provides colors which match charts in Salesforce reports and analytics. Use colorSet to define your own colors for charting components. Check this link to know more about the apex:chart tag attribute details - https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_chart.htm