@record-evolution/widget-gauge 1.7.10 → 1.7.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "REWidget widget-gauge",
4
4
  "license": "MIT",
5
5
  "author": "widget-gauge",
6
- "version": "1.7.10",
6
+ "version": "1.7.12",
7
7
  "type": "module",
8
8
  "main": "dist/widget-gauge.js",
9
9
  "types": "dist/src/widget-gauge.d.ts",
@@ -379,7 +379,6 @@ export class WidgetGauge extends LitElement {
379
379
  ?.map((b, i) => [((sectionLimits?.[i + 1] ?? ga.min) - ga.min) / (ds.range as number), b])
380
380
  .filter(([s]) => !isNaN(s as number)) ?? [1 / 3, 1 / 3, 1 / 3]
381
381
 
382
- console.log('Color sections', colorSections, sectionLimits)
383
382
  ga2.axisLine.lineStyle.width = 8 * modifier
384
383
  ga2.axisLine.lineStyle.color = colorSections?.length
385
384
  ? colorSections