From 8e19afa84aa9a656dec319929d9117f859fcc795 Mon Sep 17 00:00:00 2001 From: rozetko Date: Wed, 23 Dec 2020 17:46:15 +0300 Subject: [PATCH] minor fixes --- src/index.ts | 4 ++-- src/types.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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