I saw this component from the general discussion page, share your project screen.
I am curious on how he managed to build this component
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:
I would use an SVG to make this.
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.
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.
Hm, I was going to say it looked like ApexCharts.