I know it was an incredibly popular one from Dashboard 1.0, and thanks to all for the patience in getting it out. You can see a short video recording of them in practice here
You can click the menu option in the top-right of the Node-RED Editor, clixk "Manage Palette". If you've already installed a previous version, it will be listed there with an "Update to v1.1.0 button.
Otherwise, you can click the "install" tab, and then search for @flowfuse/node-red-dashboard and "Install"
Took a little time and tried to investigate the layouting issue of the gauge but no luck. Too much hidden behind d3 magic probably for me.
But I didn't understand why the value field is not part of gauge but separate element thus requires special treatment in terms of layouting. Strange.
Because SVG is a pain to work with for dynamic layouts given it's absolutely positioned. I try to minimise SVG as much as possible by using relatively positioned content where possible.
Hi started playing with gauge as it was the main element stopping me beginning the move across to Dashboard 2 - thanks to all involved in making this happen.
Just to show an issue I've just noticed.
The gauge displays correctly, but when the left menu is expanded, the gauge has its right side cut off, and the pointer moves off to the left.
I guess this some sort of styling/positioning issue as discussed in this thread.