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
anilkallamadi kallamadianilkallamadi kallamadi 

How to to show more than 4 columns of custom VisualForce page in Dashboards?

I have created a Custom visual force page with around 7 columns and I am trying to display that in the Dashboards but when I do that half of the page is not visible. Is there a way I can increase the width of the Dashboard layout to fit in my page or is there a way I fit in my VF page with 7 columns in the Dashboard layout?
RamuRamu (Salesforce Developers) 
Unfortunatley, It is not possible to modify the dimensions of a standard Dashboard component. You would need to create a dashboard on visualforce technology.

The below article might help
http://coenraets.org/blog/2014/02/building-interactive-dashboards-in-visualforce-pages/
JitendraJitendra
You cannot control width of Dashboard component However here is workaround. Wrap your component in DIV tag and enable horizontal scroll. width of parent DIV tag must not more than 100%.