Dashboard UI - Make it Bigger!

I am (re)building my dashboard in a much less fractured format, using VCs instead of many, many different views.

My QQ is this: Can I edit the formatting of these windows?

Especially on a large screen, this text is awfully small. This is more to do with UX than anything else, I hope to use the dashboard as a quick-look screen, but that only works if you can easily read everything on it…

1 Like

You can try using Dynamic SVG Images.

1 Like

There are various possibilities with dashboards. One is SVGs as mentioned by @Rifad

You could imaginatively use card views, show columns and some external services to create meaningful and attractive dashboards.

The below picture shows certain columns formatted using Show columns and Header column property in detail view

There are some more relevant tips in Tips and Tricks sections

https://www.googlecloudcommunity.com/gc/Tips-Tricks/Interactive-Dashboard/m-p/285964

https://www.googlecloudcommunity.com/gc/Tips-Tricks/Dashboarding-Options-With-Card-Views/m-p/358305

https://www.googlecloudcommunity.com/gc/Tips-Tricks/Create-risk-analysis-matrix-or-any-other-matrix-grid-with-card/m-p/392940#M5762

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Customize-My-Dashboard-Data-for-User/m-p/369647

2 Likes

Love a bit of inspo, thank you!

1 Like

I have never come across this before, some research required, thank you!

2 Likes

OK I have it something like working, thank you so much!

I have an odd issue though, the central numbers always appear off centre.

Any idea why this is and how to fix it?

CONCATENATE(
 "https://quickchart.io/chart?c={type:'radialGauge',
  data:{
   datasets:[{
    data:[",NUMBER([Vehicles On The Road]),"],
    backgroundColor:'rgb(195, 180, 135)'
   }
  ]
 },
options:{
 domain: [0,24],
 trackColor: 'rgb(220, 220, 220)',
 centerPercentage: 80,
 roundedCorners: true,
centerArea:{
 text:' ",NUMBER([Vehicles On The Road]) & "/24","'}
  }
 }"
)