Classic Gauge suggestions

@colinl The Classic Gauge is great, thank you. @colinl/node-red-dashboard-2-ui-gauge-classic

It would be nice to have a dynamic label that can be set with msg.ui_update.label.

Also, the documentation for setting the sectors should be updated. The start and color keys must not be quoted.
For example, the array might consist of [{ start: 0, color: "green"}, { start: 5, color: "skyblue"}]

It is good to know that the node is useful to others.

Yes, I do intend to add additional dynamic settings, but I have not got any free time at the moment. I have created an issue so it will not get forgotten.

It should not matter whether they are quoted or not. That is just javascript, nothing to do with the gauge. If property names contain special characters then they must be quoted, otherwise it is optional. Are you saying that it does not work if they are quoted?

I tried using "green-lighten-2" for a color, then eventually changed to '#81C784', and in the process thought that the keywords should not be quoted. My apologies, you are correct, they can be quoted.

Thank you