@record-evolution/widget-linechart 1.6.32 → 1.6.33
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 +3 -2
- package/thumbnail.webp +0 -0
package/dist/widget-linechart.js
CHANGED
|
@@ -570,7 +570,7 @@ J.use([
|
|
|
570
570
|
]);
|
|
571
571
|
let y = class extends U {
|
|
572
572
|
constructor() {
|
|
573
|
-
super(), this.canvasList = /* @__PURE__ */ new Map(), this.origWidth = 0, this.origHeight = 0, this.modifier = 1, this.version = "1.6.
|
|
573
|
+
super(), this.canvasList = /* @__PURE__ */ new Map(), this.origWidth = 0, this.origHeight = 0, this.modifier = 1, this.version = "1.6.33", this.updateThresholdMs = 300, this.maxIntervalSamples = 3, this.template = {
|
|
574
574
|
title: {
|
|
575
575
|
text: "Temperature Change in the Coming Week",
|
|
576
576
|
left: "center",
|
|
@@ -987,7 +987,7 @@ x([
|
|
|
987
987
|
ne(".chart-container")
|
|
988
988
|
], y.prototype, "chartContainer", 2);
|
|
989
989
|
y = x([
|
|
990
|
-
ee("widget-linechart-1.6.
|
|
990
|
+
ee("widget-linechart-1.6.33")
|
|
991
991
|
], y);
|
|
992
992
|
export {
|
|
993
993
|
y 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.
|
|
6
|
+
"version": "1.6.33",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=24.9.0",
|
|
9
9
|
"npm": ">=10.0.2"
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"dist",
|
|
16
16
|
"src",
|
|
17
|
-
"thumbnail.png"
|
|
17
|
+
"thumbnail.png",
|
|
18
|
+
"thumbnail.webp"
|
|
18
19
|
],
|
|
19
20
|
"scripts": {
|
|
20
21
|
"analyze": "cem analyze --litelement",
|
package/thumbnail.webp
ADDED
|
Binary file
|