@ -1,6 +1,6 @@
{
"name": "@chartwerk/gauge-pod",
"version": "0.6.1",
"version": "0.6.2",
"description": "Chartwerk gauge pod",
"main": "dist/index.js",
"scripts": {
@ -51,17 +51,7 @@ export const CORE_OPTIONS_DEFAULTS = {
const GAUGE_OPTIONS_DEFAULTS: GaugeConfig = {
innerRadius: DEFAULT_INNER_RADIUS,
outerRadius: DEFAULT_OUTER_RADIUS,
stops: [
color: 'green',
value: 10
},
color: 'yellow',
value: 20
}
],
defaultColor: 'red',
defaultColor: 'green',
stat: Stat.CURRENT,
icons: [],
valueArcBackgroundColor: BACKGROUND_COLOR,