You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| height | height of the gauge in pixels | string | 200px |
81
-
| unit | unit to show after value | string | '' |
80
+
| donut | Renders a donut instead of a gauge [#3](https://github.com/amroessam/vgauge/issues/3#issue-482228167)| Boolean | false |
81
+
| height | height of the gauge in pixels | String | 200px |
82
+
| unit | unit to show after value | String | '' |
82
83
| initialValue | Initial value to display on the Gauge | Number | 0 |
83
84
| value | Value to display/watch | Number | 50 |
84
85
| minValue | Min value for the gauge to display | Number | 0 |
0 commit comments