diff --git a/src/index.ts b/src/index.ts index af63a10..e6d995a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -18,7 +18,7 @@ const DEFAULT_GAUGE_OPTIONS: GaugeOptions = { }, colors: ['green', 'yellow', 'red'], - stops: [10, 30, 50], + stops: [10, 30], stat: Stat.CURRENT, innerRadius: 50, outerRadius: 80 @@ -54,7 +54,7 @@ export class ChartwerkGaugePod extends ChartwerkPod