Select to view content in your preferred language

Adjust dashboard elements to screen size

1881
3
04-22-2022 07:46 AM
fasl
by
Emerging Contributor

Hi! I created a dahsboard with multiple elements: maps, diagrams, etc on a a wide screen, but when I open it on a smaller screen text labels barely change size, they're all piled up and diagrams are way to small.

Is there any option to change this and better ajust the size to screen size?

Thanks

Capture.PNG?

 

0 Kudos
3 Replies
RobertBorchert
Honored Contributor

I believe it is not so much an issue with the Dashboard itself but the display settings on other computers.

You should have Scale and Layout set to 100% on the system you create the dashboard on, and users should have Scale and Layout set to 100% 

I had the same issue with dashboards and Web Mapping Applications.  

RobertBorchert_0-1651581689691.png

 

 

 

DarinaTchountcheva
Frequent Contributor

There is a "Allow Elements re-size" option in the General tab of the Dashboard settings. 

I am not sure if it helps any, but you can try. 

0 Kudos
Omar_A
by Esri Contributor
Esri Contributor

Hi Fasl, 

To make the text font size responsive on the dashboard, go to General > Source, and add the "font-size:2vw" unit into the element's style as shown in below screenshot.

Example syntax here : <h3 style="font-size:2vw; text-align:center"><span style="color:#bee8ff"><strong>Example Text</strong></span></h3>

Omar_A_0-1701300867864.png

Give it a try.

0 Kudos