From 10bc40fa88fb448372333dc571f4c53facdb4d33 Mon Sep 17 00:00:00 2001 From: rozetko Date: Wed, 25 May 2022 16:54:01 +0400 Subject: [PATCH] todo --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7241463..03251e3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,7 +28,7 @@ export class ChartwerkGaugePod extends ChartwerkPod { _thresholdTextLabels: any[] = []; constructor(el: HTMLElement, _series: GaugeData[] = [], _options: GaugeConfig = {}) { - // TODO: update core options to disable grid + // TODO: something better than assign? super(el, _series, _.assign(_options, CORE_OPTIONS_DEFAULTS)); this.series = new GaugeSeries(_series); this.options = new GaugeOptions(_options);