toorshia / justgage

JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges. It is based on Raphaël library for vector drawing.
MIT License
1.82k stars 461 forks source link

feat: differential gauge #380

Closed leemind closed 1 year ago

leemind commented 1 year ago

Use config 'differential' and min must == -max (e.g. -50 & +50)

leemind commented 1 year ago

Also please add the example to: https://github.com/toorshia/justgage/tree/master/docs/examples

name it differential.html

Done

robertsLando commented 1 year ago

Fixes #345