How to build this component: Multi Layered Gauge


I saw this component from the general discussion page, share your project screen.

I am curious on how he managed to build this component

link

Maybe this comes from a charting module, I don't think this is from apex chart, maybe @bmusson 's embr charts ?

But chances are this is just a coordinate container used to layer 3 simple gauges on top of each other:

1 Like

I would use an SVG to make this.

2 Likes

I haven't used gauges much, so I have no idea how much they impact performance, but...
For a dashboard full of these, maybe.
If there's just one on the page ? I'd probably just stack the simple gauges.

1 Like

Yeah, in this instance, probably not going to be a huge hit on performance. I just don't like being locked into a coordinate container or some funky CSS to fix positioning.

1 Like

Hm, I was going to say it looked like ApexCharts.

1 Like