|
|
@ -51,17 +51,7 @@ export const CORE_OPTIONS_DEFAULTS = { |
|
|
|
const GAUGE_OPTIONS_DEFAULTS: GaugeConfig = { |
|
|
|
const GAUGE_OPTIONS_DEFAULTS: GaugeConfig = { |
|
|
|
innerRadius: DEFAULT_INNER_RADIUS, |
|
|
|
innerRadius: DEFAULT_INNER_RADIUS, |
|
|
|
outerRadius: DEFAULT_OUTER_RADIUS, |
|
|
|
outerRadius: DEFAULT_OUTER_RADIUS, |
|
|
|
stops: [ |
|
|
|
defaultColor: 'green', |
|
|
|
{ |
|
|
|
|
|
|
|
color: 'green', |
|
|
|
|
|
|
|
value: 10 |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
color: 'yellow', |
|
|
|
|
|
|
|
value: 20 |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
defaultColor: 'red', |
|
|
|
|
|
|
|
stat: Stat.CURRENT, |
|
|
|
stat: Stat.CURRENT, |
|
|
|
icons: [], |
|
|
|
icons: [], |
|
|
|
valueArcBackgroundColor: BACKGROUND_COLOR, |
|
|
|
valueArcBackgroundColor: BACKGROUND_COLOR, |
|
|
|