Qiro
March 23, 2022, 9:38pm
1
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
Rifad
March 24, 2022, 7:30am
2
You can try using Dynamic SVG Images.
1 Like
Qiro
March 24, 2022, 9:17am
4
Love a bit of inspo, thank you!
1 Like
Qiro
March 24, 2022, 9:18am
5
I have never come across this before, some research required, thank you!
2 Likes
Qiro
March 24, 2022, 6:19pm
6
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","'}
}
}"
)