@devtable/dashboard 13.23.3 → 13.24.0
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/dashboard.es.js +3 -2
- package/dist/dashboard.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -5555,7 +5555,7 @@ class xl {
|
|
|
5555
5555
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
5556
5556
|
}
|
|
5557
5557
|
}
|
|
5558
|
-
const dp = "13.
|
|
5558
|
+
const dp = "13.24.0", pw = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5559
5559
|
__proto__: null,
|
|
5560
5560
|
version: dp
|
|
5561
5561
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -12198,10 +12198,11 @@ function aC({
|
|
|
12198
12198
|
...m
|
|
12199
12199
|
};
|
|
12200
12200
|
if (m.type === "line" && (L.lineStyle = {
|
|
12201
|
+
width: m.lineStyle.width,
|
|
12201
12202
|
shadowColor: "rgba(255,255,255,1)",
|
|
12202
12203
|
shadowBlur: 0,
|
|
12203
12204
|
shadowOffsetX: 0,
|
|
12204
|
-
shadowOffsetY: 3
|
|
12205
|
+
shadowOffsetY: C.clamp(m.lineStyle.width, 1, 3)
|
|
12205
12206
|
}), u && (L.endLabel = {
|
|
12206
12207
|
show: !0,
|
|
12207
12208
|
formatter: a,
|