@record-evolution/widget-linechart 1.6.26 → 1.6.27

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.
@@ -561,7 +561,7 @@ k.use([
561
561
  ]);
562
562
  let g = class extends T {
563
563
  constructor() {
564
- super(), this.canvasList = /* @__PURE__ */ new Map(), this.origWidth = 0, this.origHeight = 0, this.modifier = 1, this.version = "1.6.26", this.updateThresholdMs = 300, this.maxIntervalSamples = 3, this.template = {
564
+ super(), this.canvasList = /* @__PURE__ */ new Map(), this.origWidth = 0, this.origHeight = 0, this.modifier = 1, this.version = "1.6.27", this.updateThresholdMs = 300, this.maxIntervalSamples = 3, this.template = {
565
565
  title: {
566
566
  text: "Temperature Change in the Coming Week",
567
567
  left: 20,
@@ -966,7 +966,7 @@ A([
966
966
  R()
967
967
  ], g.prototype, "themeSubtitleColor", 2);
968
968
  g = A([
969
- Yt("widget-linechart-1.6.26")
969
+ Yt("widget-linechart-1.6.27")
970
970
  ], g);
971
971
  export {
972
972
  g as WidgetLinechart
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "REWidget widget-linechart",
4
4
  "license": "MIT",
5
5
  "author": "widget-linechart",
6
- "version": "1.6.26",
6
+ "version": "1.6.27",
7
7
  "type": "module",
8
8
  "main": "dist/widget-linechart.js",
9
9
  "types": "dist/src/widget-linechart.d.ts",