Hey together,
is there a way to disable the min max values in Gauge Charts from fuse dashboard 2.0 ?
Regards,
Snot
No, but some CSS could easily do that.
ui-template (set to type CSS)
.no-min-man g#limits {
display: none !important;
}
ui-gauge
Result
1 Like
Thanks alot for the quick and smart help 