svg-gauge
svg-gauge copied to clipboard
Minimalistic, animated SVG gauge. Zero dependencies
i am getting error while working with electron js.. index.js:224 Uncaught ReferenceError: Gauge is not defined
Title says it all. Basically, I have using the configuration below for labels ```javascript label: function(value) { return Math.round(value) + "/" + this.max; } ``` But, when I use the...
Current implementation uses normalized values (constrained inside min/max), but this is not always desired. Eg. i use it for displaying sensor values, the gauges are constrained to display interested range,...
I'd love to see the ability to show labels at the min/max values of the gauge (like near the bottom next to the ends of a `.three` gauge)
Hi! .gauge-container.one > .gauge > .value-text { fill: rgb(47, 227, 255); } .gauge-container.three > .gauge > .value-text { fill: #C9DE3C; } Not working?
gauge:
* Added dialAnglePadding param.. * Added support to switch the value path with the dial background path. * Added value cursor support (line and
Hi i would like to request this feature. I'm using your project with vueJs and I am perfonrming an ajax call to retrieve my data, so I would like to...
I would like to create a gauge with an icon in the middle and the value below it. For the icon i have created a webfont and it does seem...