@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.
- package/dist/widget-linechart.js +2 -2
- package/package.json +1 -1
package/dist/widget-linechart.js
CHANGED
|
@@ -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.
|
|
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.
|
|
969
|
+
Yt("widget-linechart-1.6.27")
|
|
970
970
|
], g);
|
|
971
971
|
export {
|
|
972
972
|
g as WidgetLinechart
|
package/package.json
CHANGED