@record-evolution/widget-linechart 1.6.29 → 1.6.31
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 +163 -160
- package/dist/widget-linechart.js.map +1 -1
- package/package.json +1 -1
- package/src/definition-schema.d.ts +65 -23
- package/src/definition-schema.json +68 -39
- package/src/widget-linechart.ts +18 -5
package/dist/widget-linechart.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { GridComponent as
|
|
3
|
-
import { LineChart as
|
|
4
|
-
import { UniversalTransition as
|
|
5
|
-
import { CanvasRenderer as
|
|
6
|
-
import
|
|
7
|
-
const
|
|
8
|
-
let
|
|
1
|
+
import * as G from "echarts/core";
|
|
2
|
+
import { GridComponent as yt, TitleComponent as $t, ToolboxComponent as xt, TooltipComponent as vt, LegendComponent as _t, DataZoomComponent as At } from "echarts/components";
|
|
3
|
+
import { LineChart as bt, BarChart as wt, ScatterChart as Ct } from "echarts/charts";
|
|
4
|
+
import { UniversalTransition as St, LegacyGridContainLabel as Et } from "echarts/features";
|
|
5
|
+
import { CanvasRenderer as Tt } from "echarts/renderers";
|
|
6
|
+
import tt from "tinycolor2";
|
|
7
|
+
const H = globalThis, J = H.ShadowRoot && (H.ShadyCSS === void 0 || H.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, K = /* @__PURE__ */ Symbol(), et = /* @__PURE__ */ new WeakMap();
|
|
8
|
+
let dt = class {
|
|
9
9
|
constructor(t, e, i) {
|
|
10
|
-
if (this._$cssResult$ = !0, i !==
|
|
10
|
+
if (this._$cssResult$ = !0, i !== K) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
11
11
|
this.cssText = t, this.t = e;
|
|
12
12
|
}
|
|
13
13
|
get styleSheet() {
|
|
14
14
|
let t = this.o;
|
|
15
15
|
const e = this.t;
|
|
16
|
-
if (
|
|
16
|
+
if (J && t === void 0) {
|
|
17
17
|
const i = e !== void 0 && e.length === 1;
|
|
18
|
-
i && (t =
|
|
18
|
+
i && (t = et.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), i && et.set(e, t));
|
|
19
19
|
}
|
|
20
20
|
return t;
|
|
21
21
|
}
|
|
@@ -23,28 +23,28 @@ let lt = class {
|
|
|
23
23
|
return this.cssText;
|
|
24
24
|
}
|
|
25
25
|
};
|
|
26
|
-
const
|
|
26
|
+
const Dt = (s) => new dt(typeof s == "string" ? s : s + "", void 0, K), Ot = (s, ...t) => {
|
|
27
27
|
const e = s.length === 1 ? s[0] : t.reduce((i, r, n) => i + ((o) => {
|
|
28
28
|
if (o._$cssResult$ === !0) return o.cssText;
|
|
29
29
|
if (typeof o == "number") return o;
|
|
30
30
|
throw Error("Value passed to 'css' function must be a 'css' function result: " + o + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
|
|
31
31
|
})(r) + s[n + 1], s[0]);
|
|
32
|
-
return new
|
|
33
|
-
},
|
|
34
|
-
if (
|
|
32
|
+
return new dt(e, s, K);
|
|
33
|
+
}, Pt = (s, t) => {
|
|
34
|
+
if (J) s.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
|
|
35
35
|
else for (const e of t) {
|
|
36
|
-
const i = document.createElement("style"), r =
|
|
36
|
+
const i = document.createElement("style"), r = H.litNonce;
|
|
37
37
|
r !== void 0 && i.setAttribute("nonce", r), i.textContent = e.cssText, s.appendChild(i);
|
|
38
38
|
}
|
|
39
|
-
},
|
|
39
|
+
}, st = J ? (s) => s : (s) => s instanceof CSSStyleSheet ? ((t) => {
|
|
40
40
|
let e = "";
|
|
41
41
|
for (const i of t.cssRules) e += i.cssText;
|
|
42
|
-
return
|
|
42
|
+
return Dt(e);
|
|
43
43
|
})(s) : s;
|
|
44
|
-
const { is:
|
|
44
|
+
const { is: Lt, defineProperty: Mt, getOwnPropertyDescriptor: Ut, getOwnPropertyNames: Nt, getOwnPropertySymbols: zt, getPrototypeOf: Ht } = Object, I = globalThis, it = I.trustedTypes, Rt = it ? it.emptyScript : "", jt = I.reactiveElementPolyfillSupport, O = (s, t) => s, R = { toAttribute(s, t) {
|
|
45
45
|
switch (t) {
|
|
46
46
|
case Boolean:
|
|
47
|
-
s = s ?
|
|
47
|
+
s = s ? Rt : null;
|
|
48
48
|
break;
|
|
49
49
|
case Object:
|
|
50
50
|
case Array:
|
|
@@ -69,8 +69,8 @@ const { is: Ot, defineProperty: Pt, getOwnPropertyDescriptor: Lt, getOwnProperty
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
return e;
|
|
72
|
-
} },
|
|
73
|
-
Symbol.metadata ??= /* @__PURE__ */ Symbol("metadata"),
|
|
72
|
+
} }, Y = (s, t) => !Lt(s, t), rt = { attribute: !0, type: String, converter: R, reflect: !1, useDefault: !1, hasChanged: Y };
|
|
73
|
+
Symbol.metadata ??= /* @__PURE__ */ Symbol("metadata"), I.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
|
|
74
74
|
let S = class extends HTMLElement {
|
|
75
75
|
static addInitializer(t) {
|
|
76
76
|
this._$Ei(), (this.l ??= []).push(t);
|
|
@@ -78,14 +78,14 @@ let S = class extends HTMLElement {
|
|
|
78
78
|
static get observedAttributes() {
|
|
79
79
|
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
80
80
|
}
|
|
81
|
-
static createProperty(t, e =
|
|
81
|
+
static createProperty(t, e = rt) {
|
|
82
82
|
if (e.state && (e.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(t) && ((e = Object.create(e)).wrapped = !0), this.elementProperties.set(t, e), !e.noAccessor) {
|
|
83
83
|
const i = /* @__PURE__ */ Symbol(), r = this.getPropertyDescriptor(t, i, e);
|
|
84
|
-
r !== void 0 &&
|
|
84
|
+
r !== void 0 && Mt(this.prototype, t, r);
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
static getPropertyDescriptor(t, e, i) {
|
|
88
|
-
const { get: r, set: n } =
|
|
88
|
+
const { get: r, set: n } = Ut(this.prototype, t) ?? { get() {
|
|
89
89
|
return this[e];
|
|
90
90
|
}, set(o) {
|
|
91
91
|
this[e] = o;
|
|
@@ -96,17 +96,17 @@ let S = class extends HTMLElement {
|
|
|
96
96
|
}, configurable: !0, enumerable: !0 };
|
|
97
97
|
}
|
|
98
98
|
static getPropertyOptions(t) {
|
|
99
|
-
return this.elementProperties.get(t) ??
|
|
99
|
+
return this.elementProperties.get(t) ?? rt;
|
|
100
100
|
}
|
|
101
101
|
static _$Ei() {
|
|
102
102
|
if (this.hasOwnProperty(O("elementProperties"))) return;
|
|
103
|
-
const t =
|
|
103
|
+
const t = Ht(this);
|
|
104
104
|
t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
|
|
105
105
|
}
|
|
106
106
|
static finalize() {
|
|
107
107
|
if (this.hasOwnProperty(O("finalized"))) return;
|
|
108
108
|
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(O("properties"))) {
|
|
109
|
-
const e = this.properties, i = [...
|
|
109
|
+
const e = this.properties, i = [...Nt(e), ...zt(e)];
|
|
110
110
|
for (const r of i) this.createProperty(r, e[r]);
|
|
111
111
|
}
|
|
112
112
|
const t = this[Symbol.metadata];
|
|
@@ -125,8 +125,8 @@ let S = class extends HTMLElement {
|
|
|
125
125
|
const e = [];
|
|
126
126
|
if (Array.isArray(t)) {
|
|
127
127
|
const i = new Set(t.flat(1 / 0).reverse());
|
|
128
|
-
for (const r of i) e.unshift(
|
|
129
|
-
} else t !== void 0 && e.push(
|
|
128
|
+
for (const r of i) e.unshift(st(r));
|
|
129
|
+
} else t !== void 0 && e.push(st(t));
|
|
130
130
|
return e;
|
|
131
131
|
}
|
|
132
132
|
static _$Eu(t, e) {
|
|
@@ -152,7 +152,7 @@ let S = class extends HTMLElement {
|
|
|
152
152
|
}
|
|
153
153
|
createRenderRoot() {
|
|
154
154
|
const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
155
|
-
return
|
|
155
|
+
return Pt(t, this.constructor.elementStyles), t;
|
|
156
156
|
}
|
|
157
157
|
connectedCallback() {
|
|
158
158
|
this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(!0), this._$EO?.forEach((t) => t.hostConnected?.());
|
|
@@ -168,14 +168,14 @@ let S = class extends HTMLElement {
|
|
|
168
168
|
_$ET(t, e) {
|
|
169
169
|
const i = this.constructor.elementProperties.get(t), r = this.constructor._$Eu(t, i);
|
|
170
170
|
if (r !== void 0 && i.reflect === !0) {
|
|
171
|
-
const n = (i.converter?.toAttribute !== void 0 ? i.converter :
|
|
171
|
+
const n = (i.converter?.toAttribute !== void 0 ? i.converter : R).toAttribute(e, i.type);
|
|
172
172
|
this._$Em = t, n == null ? this.removeAttribute(r) : this.setAttribute(r, n), this._$Em = null;
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
_$AK(t, e) {
|
|
176
176
|
const i = this.constructor, r = i._$Eh.get(t);
|
|
177
177
|
if (r !== void 0 && this._$Em !== r) {
|
|
178
|
-
const n = i.getPropertyOptions(r), o = typeof n.converter == "function" ? { fromAttribute: n.converter } : n.converter?.fromAttribute !== void 0 ? n.converter :
|
|
178
|
+
const n = i.getPropertyOptions(r), o = typeof n.converter == "function" ? { fromAttribute: n.converter } : n.converter?.fromAttribute !== void 0 ? n.converter : R;
|
|
179
179
|
this._$Em = r;
|
|
180
180
|
const l = o.fromAttribute(e, n.type);
|
|
181
181
|
this[r] = l ?? this._$Ej?.get(r) ?? l, this._$Em = null;
|
|
@@ -184,7 +184,7 @@ let S = class extends HTMLElement {
|
|
|
184
184
|
requestUpdate(t, e, i, r = !1, n) {
|
|
185
185
|
if (t !== void 0) {
|
|
186
186
|
const o = this.constructor;
|
|
187
|
-
if (r === !1 && (n = this[t]), i ??= o.getPropertyOptions(t), !((i.hasChanged ??
|
|
187
|
+
if (r === !1 && (n = this[t]), i ??= o.getPropertyOptions(t), !((i.hasChanged ?? Y)(n, e) || i.useDefault && i.reflect && n === this._$Ej?.get(t) && !this.hasAttribute(o._$Eu(t, i)))) return;
|
|
188
188
|
this.C(t, e, i);
|
|
189
189
|
}
|
|
190
190
|
this.isUpdatePending === !1 && (this._$ES = this._$EP());
|
|
@@ -252,51 +252,51 @@ let S = class extends HTMLElement {
|
|
|
252
252
|
firstUpdated(t) {
|
|
253
253
|
}
|
|
254
254
|
};
|
|
255
|
-
S.elementStyles = [], S.shadowRootOptions = { mode: "open" }, S[O("elementProperties")] = /* @__PURE__ */ new Map(), S[O("finalized")] = /* @__PURE__ */ new Map(),
|
|
256
|
-
const
|
|
257
|
-
\f\r]`, D = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,
|
|
258
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"),
|
|
259
|
-
function
|
|
260
|
-
if (!
|
|
261
|
-
return
|
|
255
|
+
S.elementStyles = [], S.shadowRootOptions = { mode: "open" }, S[O("elementProperties")] = /* @__PURE__ */ new Map(), S[O("finalized")] = /* @__PURE__ */ new Map(), jt?.({ ReactiveElement: S }), (I.reactiveElementVersions ??= []).push("2.1.2");
|
|
256
|
+
const X = globalThis, nt = (s) => s, j = X.trustedTypes, ot = j ? j.createPolicy("lit-html", { createHTML: (s) => s }) : void 0, ut = "$lit$", v = `lit$${Math.random().toFixed(9).slice(2)}$`, mt = "?" + v, It = `<${mt}>`, b = document, L = () => b.createComment(""), M = (s) => s === null || typeof s != "object" && typeof s != "function", F = Array.isArray, kt = (s) => F(s) || typeof s?.[Symbol.iterator] == "function", Z = `[
|
|
257
|
+
\f\r]`, D = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, at = /-->/g, ht = />/g, _ = RegExp(`>|${Z}(?:([^\\s"'>=/]+)(${Z}*=${Z}*(?:[^
|
|
258
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), lt = /'/g, ct = /"/g, ft = /^(?:script|style|textarea|title)$/i, Bt = (s) => (t, ...e) => ({ _$litType$: s, strings: t, values: e }), Wt = Bt(1), E = /* @__PURE__ */ Symbol.for("lit-noChange"), u = /* @__PURE__ */ Symbol.for("lit-nothing"), pt = /* @__PURE__ */ new WeakMap(), A = b.createTreeWalker(b, 129);
|
|
259
|
+
function gt(s, t) {
|
|
260
|
+
if (!F(s) || !s.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
261
|
+
return ot !== void 0 ? ot.createHTML(t) : t;
|
|
262
262
|
}
|
|
263
|
-
const
|
|
263
|
+
const qt = (s, t) => {
|
|
264
264
|
const e = s.length - 1, i = [];
|
|
265
265
|
let r, n = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", o = D;
|
|
266
266
|
for (let l = 0; l < e; l++) {
|
|
267
267
|
const h = s[l];
|
|
268
|
-
let a, p, c = -1,
|
|
269
|
-
for (;
|
|
270
|
-
const m = o ===
|
|
271
|
-
n += o === D ? h +
|
|
268
|
+
let a, p, c = -1, g = 0;
|
|
269
|
+
for (; g < h.length && (o.lastIndex = g, p = o.exec(h), p !== null); ) g = o.lastIndex, o === D ? p[1] === "!--" ? o = at : p[1] !== void 0 ? o = ht : p[2] !== void 0 ? (ft.test(p[2]) && (r = RegExp("</" + p[2], "g")), o = _) : p[3] !== void 0 && (o = _) : o === _ ? p[0] === ">" ? (o = r ?? D, c = -1) : p[1] === void 0 ? c = -2 : (c = o.lastIndex - p[2].length, a = p[1], o = p[3] === void 0 ? _ : p[3] === '"' ? ct : lt) : o === ct || o === lt ? o = _ : o === at || o === ht ? o = D : (o = _, r = void 0);
|
|
270
|
+
const m = o === _ && s[l + 1].startsWith("/>") ? " " : "";
|
|
271
|
+
n += o === D ? h + It : c >= 0 ? (i.push(a), h.slice(0, c) + ut + h.slice(c) + v + m) : h + v + (c === -2 ? l : m);
|
|
272
272
|
}
|
|
273
|
-
return [
|
|
273
|
+
return [gt(s, n + (s[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), i];
|
|
274
274
|
};
|
|
275
275
|
class U {
|
|
276
276
|
constructor({ strings: t, _$litType$: e }, i) {
|
|
277
277
|
let r;
|
|
278
278
|
this.parts = [];
|
|
279
279
|
let n = 0, o = 0;
|
|
280
|
-
const l = t.length - 1, h = this.parts, [a, p] =
|
|
281
|
-
if (this.el = U.createElement(a, i),
|
|
280
|
+
const l = t.length - 1, h = this.parts, [a, p] = qt(t, e);
|
|
281
|
+
if (this.el = U.createElement(a, i), A.currentNode = this.el.content, e === 2 || e === 3) {
|
|
282
282
|
const c = this.el.content.firstChild;
|
|
283
283
|
c.replaceWith(...c.childNodes);
|
|
284
284
|
}
|
|
285
|
-
for (; (r =
|
|
285
|
+
for (; (r = A.nextNode()) !== null && h.length < l; ) {
|
|
286
286
|
if (r.nodeType === 1) {
|
|
287
|
-
if (r.hasAttributes()) for (const c of r.getAttributeNames()) if (c.endsWith(
|
|
288
|
-
const
|
|
289
|
-
h.push({ type: 1, index: n, name: f[2], strings: m, ctor: f[1] === "." ?
|
|
287
|
+
if (r.hasAttributes()) for (const c of r.getAttributeNames()) if (c.endsWith(ut)) {
|
|
288
|
+
const g = p[o++], m = r.getAttribute(c).split(v), f = /([.?@])?(.*)/.exec(g);
|
|
289
|
+
h.push({ type: 1, index: n, name: f[2], strings: m, ctor: f[1] === "." ? Zt : f[1] === "?" ? Gt : f[1] === "@" ? Jt : k }), r.removeAttribute(c);
|
|
290
290
|
} else c.startsWith(v) && (h.push({ type: 6, index: n }), r.removeAttribute(c));
|
|
291
|
-
if (
|
|
292
|
-
const c = r.textContent.split(v),
|
|
293
|
-
if (
|
|
294
|
-
r.textContent =
|
|
295
|
-
for (let m = 0; m <
|
|
296
|
-
r.append(c[
|
|
291
|
+
if (ft.test(r.tagName)) {
|
|
292
|
+
const c = r.textContent.split(v), g = c.length - 1;
|
|
293
|
+
if (g > 0) {
|
|
294
|
+
r.textContent = j ? j.emptyScript : "";
|
|
295
|
+
for (let m = 0; m < g; m++) r.append(c[m], L()), A.nextNode(), h.push({ type: 2, index: ++n });
|
|
296
|
+
r.append(c[g], L());
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
|
-
} else if (r.nodeType === 8) if (r.data ===
|
|
299
|
+
} else if (r.nodeType === 8) if (r.data === mt) h.push({ type: 2, index: n });
|
|
300
300
|
else {
|
|
301
301
|
let c = -1;
|
|
302
302
|
for (; (c = r.data.indexOf(v, c + 1)) !== -1; ) h.push({ type: 7, index: n }), c += v.length - 1;
|
|
@@ -305,7 +305,7 @@ class U {
|
|
|
305
305
|
}
|
|
306
306
|
}
|
|
307
307
|
static createElement(t, e) {
|
|
308
|
-
const i =
|
|
308
|
+
const i = b.createElement("template");
|
|
309
309
|
return i.innerHTML = t, i;
|
|
310
310
|
}
|
|
311
311
|
}
|
|
@@ -315,7 +315,7 @@ function T(s, t, e = s, i) {
|
|
|
315
315
|
const n = M(t) ? void 0 : t._$litDirective$;
|
|
316
316
|
return r?.constructor !== n && (r?._$AO?.(!1), n === void 0 ? r = void 0 : (r = new n(s), r._$AT(s, e, i)), i !== void 0 ? (e._$Co ??= [])[i] = r : e._$Cl = r), r !== void 0 && (t = T(s, r._$AS(s, t.values), r, i)), t;
|
|
317
317
|
}
|
|
318
|
-
class
|
|
318
|
+
class Vt {
|
|
319
319
|
constructor(t, e) {
|
|
320
320
|
this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
|
|
321
321
|
}
|
|
@@ -326,17 +326,17 @@ class Wt {
|
|
|
326
326
|
return this._$AM._$AU;
|
|
327
327
|
}
|
|
328
328
|
u(t) {
|
|
329
|
-
const { el: { content: e }, parts: i } = this._$AD, r = (t?.creationScope ??
|
|
330
|
-
|
|
331
|
-
let n =
|
|
329
|
+
const { el: { content: e }, parts: i } = this._$AD, r = (t?.creationScope ?? b).importNode(e, !0);
|
|
330
|
+
A.currentNode = r;
|
|
331
|
+
let n = A.nextNode(), o = 0, l = 0, h = i[0];
|
|
332
332
|
for (; h !== void 0; ) {
|
|
333
333
|
if (o === h.index) {
|
|
334
334
|
let a;
|
|
335
|
-
h.type === 2 ? a = new N(n, n.nextSibling, this, t) : h.type === 1 ? a = new h.ctor(n, h.name, h.strings, this, t) : h.type === 6 && (a = new
|
|
335
|
+
h.type === 2 ? a = new N(n, n.nextSibling, this, t) : h.type === 1 ? a = new h.ctor(n, h.name, h.strings, this, t) : h.type === 6 && (a = new Kt(n, this, t)), this._$AV.push(a), h = i[++l];
|
|
336
336
|
}
|
|
337
|
-
o !== h?.index && (n =
|
|
337
|
+
o !== h?.index && (n = A.nextNode(), o++);
|
|
338
338
|
}
|
|
339
|
-
return
|
|
339
|
+
return A.currentNode = b, r;
|
|
340
340
|
}
|
|
341
341
|
p(t) {
|
|
342
342
|
let e = 0;
|
|
@@ -348,7 +348,7 @@ class N {
|
|
|
348
348
|
return this._$AM?._$AU ?? this._$Cv;
|
|
349
349
|
}
|
|
350
350
|
constructor(t, e, i, r) {
|
|
351
|
-
this.type = 2, this._$AH =
|
|
351
|
+
this.type = 2, this._$AH = u, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = i, this.options = r, this._$Cv = r?.isConnected ?? !0;
|
|
352
352
|
}
|
|
353
353
|
get parentNode() {
|
|
354
354
|
let t = this._$AA.parentNode;
|
|
@@ -362,7 +362,7 @@ class N {
|
|
|
362
362
|
return this._$AB;
|
|
363
363
|
}
|
|
364
364
|
_$AI(t, e = this) {
|
|
365
|
-
t = T(this, t, e), M(t) ? t ===
|
|
365
|
+
t = T(this, t, e), M(t) ? t === u || t == null || t === "" ? (this._$AH !== u && this._$AR(), this._$AH = u) : t !== this._$AH && t !== E && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : kt(t) ? this.k(t) : this._(t);
|
|
366
366
|
}
|
|
367
367
|
O(t) {
|
|
368
368
|
return this._$AA.parentNode.insertBefore(t, this._$AB);
|
|
@@ -371,22 +371,22 @@ class N {
|
|
|
371
371
|
this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
|
|
372
372
|
}
|
|
373
373
|
_(t) {
|
|
374
|
-
this._$AH !==
|
|
374
|
+
this._$AH !== u && M(this._$AH) ? this._$AA.nextSibling.data = t : this.T(b.createTextNode(t)), this._$AH = t;
|
|
375
375
|
}
|
|
376
376
|
$(t) {
|
|
377
|
-
const { values: e, _$litType$: i } = t, r = typeof i == "number" ? this._$AC(t) : (i.el === void 0 && (i.el = U.createElement(
|
|
377
|
+
const { values: e, _$litType$: i } = t, r = typeof i == "number" ? this._$AC(t) : (i.el === void 0 && (i.el = U.createElement(gt(i.h, i.h[0]), this.options)), i);
|
|
378
378
|
if (this._$AH?._$AD === r) this._$AH.p(e);
|
|
379
379
|
else {
|
|
380
|
-
const n = new
|
|
380
|
+
const n = new Vt(r, this), o = n.u(this.options);
|
|
381
381
|
n.p(e), this.T(o), this._$AH = n;
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
_$AC(t) {
|
|
385
|
-
let e =
|
|
386
|
-
return e === void 0 &&
|
|
385
|
+
let e = pt.get(t.strings);
|
|
386
|
+
return e === void 0 && pt.set(t.strings, e = new U(t)), e;
|
|
387
387
|
}
|
|
388
388
|
k(t) {
|
|
389
|
-
|
|
389
|
+
F(this._$AH) || (this._$AH = [], this._$AR());
|
|
390
390
|
const e = this._$AH;
|
|
391
391
|
let i, r = 0;
|
|
392
392
|
for (const n of t) r === e.length ? e.push(i = new N(this.O(L()), this.O(L()), this, this.options)) : i = e[r], i._$AI(n), r++;
|
|
@@ -394,15 +394,15 @@ class N {
|
|
|
394
394
|
}
|
|
395
395
|
_$AR(t = this._$AA.nextSibling, e) {
|
|
396
396
|
for (this._$AP?.(!1, !0, e); t !== this._$AB; ) {
|
|
397
|
-
const i =
|
|
398
|
-
|
|
397
|
+
const i = nt(t).nextSibling;
|
|
398
|
+
nt(t).remove(), t = i;
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
401
|
setConnected(t) {
|
|
402
402
|
this._$AM === void 0 && (this._$Cv = t, this._$AP?.(t));
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
|
-
class
|
|
405
|
+
class k {
|
|
406
406
|
get tagName() {
|
|
407
407
|
return this.element.tagName;
|
|
408
408
|
}
|
|
@@ -410,7 +410,7 @@ class I {
|
|
|
410
410
|
return this._$AM._$AU;
|
|
411
411
|
}
|
|
412
412
|
constructor(t, e, i, r, n) {
|
|
413
|
-
this.type = 1, this._$AH =
|
|
413
|
+
this.type = 1, this._$AH = u, this._$AN = void 0, this.element = t, this.name = e, this._$AM = r, this.options = n, i.length > 2 || i[0] !== "" || i[1] !== "" ? (this._$AH = Array(i.length - 1).fill(new String()), this.strings = i) : this._$AH = u;
|
|
414
414
|
}
|
|
415
415
|
_$AI(t, e = this, i, r) {
|
|
416
416
|
const n = this.strings;
|
|
@@ -419,44 +419,44 @@ class I {
|
|
|
419
419
|
else {
|
|
420
420
|
const l = t;
|
|
421
421
|
let h, a;
|
|
422
|
-
for (t = n[0], h = 0; h < n.length - 1; h++) a = T(this, l[i + h], e, h), a === E && (a = this._$AH[h]), o ||= !M(a) || a !== this._$AH[h], a ===
|
|
422
|
+
for (t = n[0], h = 0; h < n.length - 1; h++) a = T(this, l[i + h], e, h), a === E && (a = this._$AH[h]), o ||= !M(a) || a !== this._$AH[h], a === u ? t = u : t !== u && (t += (a ?? "") + n[h + 1]), this._$AH[h] = a;
|
|
423
423
|
}
|
|
424
424
|
o && !r && this.j(t);
|
|
425
425
|
}
|
|
426
426
|
j(t) {
|
|
427
|
-
t ===
|
|
427
|
+
t === u ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
|
-
class
|
|
430
|
+
class Zt extends k {
|
|
431
431
|
constructor() {
|
|
432
432
|
super(...arguments), this.type = 3;
|
|
433
433
|
}
|
|
434
434
|
j(t) {
|
|
435
|
-
this.element[this.name] = t ===
|
|
435
|
+
this.element[this.name] = t === u ? void 0 : t;
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
|
-
class
|
|
438
|
+
class Gt extends k {
|
|
439
439
|
constructor() {
|
|
440
440
|
super(...arguments), this.type = 4;
|
|
441
441
|
}
|
|
442
442
|
j(t) {
|
|
443
|
-
this.element.toggleAttribute(this.name, !!t && t !==
|
|
443
|
+
this.element.toggleAttribute(this.name, !!t && t !== u);
|
|
444
444
|
}
|
|
445
445
|
}
|
|
446
|
-
class
|
|
446
|
+
class Jt extends k {
|
|
447
447
|
constructor(t, e, i, r, n) {
|
|
448
448
|
super(t, e, i, r, n), this.type = 5;
|
|
449
449
|
}
|
|
450
450
|
_$AI(t, e = this) {
|
|
451
|
-
if ((t = T(this, t, e, 0) ??
|
|
452
|
-
const i = this._$AH, r = t ===
|
|
451
|
+
if ((t = T(this, t, e, 0) ?? u) === E) return;
|
|
452
|
+
const i = this._$AH, r = t === u && i !== u || t.capture !== i.capture || t.once !== i.once || t.passive !== i.passive, n = t !== u && (i === u || r);
|
|
453
453
|
r && this.element.removeEventListener(this.name, this, i), n && this.element.addEventListener(this.name, this, t), this._$AH = t;
|
|
454
454
|
}
|
|
455
455
|
handleEvent(t) {
|
|
456
456
|
typeof this._$AH == "function" ? this._$AH.call(this.options?.host ?? this.element, t) : this._$AH.handleEvent(t);
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
|
-
class
|
|
459
|
+
class Kt {
|
|
460
460
|
constructor(t, e, i) {
|
|
461
461
|
this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = i;
|
|
462
462
|
}
|
|
@@ -467,9 +467,9 @@ class Gt {
|
|
|
467
467
|
T(this, t);
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
|
-
const
|
|
471
|
-
|
|
472
|
-
const
|
|
470
|
+
const Yt = X.litHtmlPolyfillSupport;
|
|
471
|
+
Yt?.(U, N), (X.litHtmlVersions ??= []).push("3.3.2");
|
|
472
|
+
const Xt = (s, t, e) => {
|
|
473
473
|
const i = e?.renderBefore ?? t;
|
|
474
474
|
let r = i._$litPart$;
|
|
475
475
|
if (r === void 0) {
|
|
@@ -478,7 +478,7 @@ const Kt = (s, t, e) => {
|
|
|
478
478
|
}
|
|
479
479
|
return r._$AI(s), r;
|
|
480
480
|
};
|
|
481
|
-
const
|
|
481
|
+
const Q = globalThis;
|
|
482
482
|
class P extends S {
|
|
483
483
|
constructor() {
|
|
484
484
|
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
@@ -489,7 +489,7 @@ class P extends S {
|
|
|
489
489
|
}
|
|
490
490
|
update(t) {
|
|
491
491
|
const e = this.render();
|
|
492
|
-
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do =
|
|
492
|
+
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = Xt(e, this.renderRoot, this.renderOptions);
|
|
493
493
|
}
|
|
494
494
|
connectedCallback() {
|
|
495
495
|
super.connectedCallback(), this._$Do?.setConnected(!0);
|
|
@@ -501,16 +501,16 @@ class P extends S {
|
|
|
501
501
|
return E;
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
|
-
P._$litElement$ = !0, P.finalized = !0,
|
|
505
|
-
const
|
|
506
|
-
|
|
507
|
-
(
|
|
508
|
-
const
|
|
504
|
+
P._$litElement$ = !0, P.finalized = !0, Q.litElementHydrateSupport?.({ LitElement: P });
|
|
505
|
+
const Ft = Q.litElementPolyfillSupport;
|
|
506
|
+
Ft?.({ LitElement: P });
|
|
507
|
+
(Q.litElementVersions ??= []).push("4.2.2");
|
|
508
|
+
const Qt = (s) => (t, e) => {
|
|
509
509
|
e !== void 0 ? e.addInitializer(() => {
|
|
510
510
|
customElements.define(s, t);
|
|
511
511
|
}) : customElements.define(s, t);
|
|
512
512
|
};
|
|
513
|
-
const
|
|
513
|
+
const te = { attribute: !0, type: String, converter: R, reflect: !1, hasChanged: Y }, ee = (s = te, t, e) => {
|
|
514
514
|
const { kind: i, metadata: r } = e;
|
|
515
515
|
let n = globalThis.litPropertyMetadata.get(r);
|
|
516
516
|
if (n === void 0 && globalThis.litPropertyMetadata.set(r, n = /* @__PURE__ */ new Map()), i === "setter" && ((s = Object.create(s)).wrapped = !0), n.set(e.name, s), i === "accessor") {
|
|
@@ -531,46 +531,46 @@ const Ft = { attribute: !0, type: String, converter: H, reflect: !1, hasChanged:
|
|
|
531
531
|
}
|
|
532
532
|
throw Error("Unsupported decorator location: " + i);
|
|
533
533
|
};
|
|
534
|
-
function
|
|
535
|
-
return (t, e) => typeof e == "object" ?
|
|
534
|
+
function B(s) {
|
|
535
|
+
return (t, e) => typeof e == "object" ? ee(s, t, e) : ((i, r, n) => {
|
|
536
536
|
const o = r.hasOwnProperty(n);
|
|
537
537
|
return r.constructor.createProperty(n, i), o ? Object.getOwnPropertyDescriptor(r, n) : void 0;
|
|
538
538
|
})(s, t, e);
|
|
539
539
|
}
|
|
540
|
-
function
|
|
541
|
-
return
|
|
540
|
+
function W(s) {
|
|
541
|
+
return B({ ...s, state: !0, attribute: !1 });
|
|
542
542
|
}
|
|
543
|
-
const
|
|
544
|
-
function
|
|
543
|
+
const se = (s, t, e) => (e.configurable = !0, e.enumerable = !0, Reflect.decorate && typeof t != "object" && Object.defineProperty(s, t, e), e);
|
|
544
|
+
function ie(s, t) {
|
|
545
545
|
return (e, i, r) => {
|
|
546
546
|
const n = (o) => o.renderRoot?.querySelector(s) ?? null;
|
|
547
|
-
return
|
|
547
|
+
return se(e, i, { get() {
|
|
548
548
|
return n(this);
|
|
549
549
|
} });
|
|
550
550
|
};
|
|
551
551
|
}
|
|
552
|
-
var
|
|
553
|
-
for (var r = i > 1 ? void 0 : i ?
|
|
552
|
+
var re = Object.defineProperty, ne = Object.getOwnPropertyDescriptor, x = (s, t, e, i) => {
|
|
553
|
+
for (var r = i > 1 ? void 0 : i ? ne(t, e) : t, n = s.length - 1, o; n >= 0; n--)
|
|
554
554
|
(o = s[n]) && (r = (i ? o(t, e, r) : o(r)) || r);
|
|
555
|
-
return i && r &&
|
|
555
|
+
return i && r && re(t, e, r), r;
|
|
556
556
|
};
|
|
557
|
-
|
|
558
|
-
ft,
|
|
559
|
-
$t,
|
|
560
|
-
gt,
|
|
557
|
+
G.use([
|
|
561
558
|
yt,
|
|
562
|
-
|
|
559
|
+
$t,
|
|
563
560
|
xt,
|
|
561
|
+
vt,
|
|
564
562
|
_t,
|
|
565
563
|
At,
|
|
566
564
|
bt,
|
|
567
|
-
St,
|
|
568
565
|
wt,
|
|
569
|
-
Ct
|
|
566
|
+
Ct,
|
|
567
|
+
Tt,
|
|
568
|
+
St,
|
|
569
|
+
Et
|
|
570
570
|
]);
|
|
571
|
-
let
|
|
571
|
+
let y = class extends P {
|
|
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.31", this.updateThresholdMs = 300, this.maxIntervalSamples = 3, this.template = {
|
|
574
574
|
title: {
|
|
575
575
|
text: "Temperature Change in the Coming Week",
|
|
576
576
|
left: "center",
|
|
@@ -685,7 +685,7 @@ let g = class extends P {
|
|
|
685
685
|
const i = ["parallel", "geo", "timeline", "visualMap", "markPoint"], r = Object.fromEntries(
|
|
686
686
|
Object.entries(s.theme_object).filter(([n]) => !i.includes(n))
|
|
687
687
|
);
|
|
688
|
-
|
|
688
|
+
G.registerTheme(s.theme_name, r);
|
|
689
689
|
}
|
|
690
690
|
transformData() {
|
|
691
691
|
if (!this?.inputData?.dataseries?.length) return;
|
|
@@ -693,19 +693,19 @@ let g = class extends P {
|
|
|
693
693
|
t.series = [], t.doomed = !0;
|
|
694
694
|
}), this.inputData.dataseries.sort((t, e) => (t.advanced?.drawOrder ?? 0) - (e.advanced?.drawOrder ?? 0)), this.inputData.dataseries.forEach((t) => {
|
|
695
695
|
t.advanced ??= {}, t.advanced.chartName ??= "", t.data ??= [];
|
|
696
|
-
const e = [...new Set(t.data.map((n) => n.pivot ?? ""))].sort(), i =
|
|
696
|
+
const e = [...new Set(t.data.map((n) => n.pivot ?? ""))].sort(), i = tt(t.backgroundColor).monochromatic(e.length).map((n) => n.toHexString()), r = tt(t.borderColor).monochromatic(e.length).map((n) => n.toHexString());
|
|
697
697
|
e.forEach((n, o) => {
|
|
698
|
-
const l = n ?? "", h = t.label ?? "", a = l + (l && h ? " - " : "") + h, p = t.borderColor ? t.advanced?.chartName?.includes("#split#") ? t.borderColor : r[o] : void 0, c = t.backgroundColor ? t.advanced?.chartName?.includes("#split#") ? t.backgroundColor : i[o] : void 0,
|
|
699
|
-
let m = this.inputData?.axis?.timeseries ?
|
|
698
|
+
const l = n ?? "", h = t.label ?? "", a = l + (l && h ? " - " : "") + h, p = t.borderColor ? t.advanced?.chartName?.includes("#split#") ? t.borderColor : r[o] : void 0, c = t.backgroundColor ? t.advanced?.chartName?.includes("#split#") ? t.backgroundColor : i[o] : void 0, g = e.length === 1 ? t.data : t.data?.filter((d) => d.pivot === n);
|
|
699
|
+
let m = this.inputData?.axis?.timeseries ? g?.map((d) => ({ name: d.x, value: [new Date(d.x ?? "").getTime(), d.y, d.r] })) ?? [] : g?.map((d) => ({ name: d.x, value: [d.x, d.y, d.r] })) ?? [], f = 0, w = 0;
|
|
700
700
|
if (this.xAxisType() === "time" && m) {
|
|
701
|
-
const
|
|
702
|
-
f = Math.min(...
|
|
701
|
+
const d = m.map(($) => $.value[0]);
|
|
702
|
+
f = Math.min(...d), w = Math.max(...d);
|
|
703
703
|
}
|
|
704
|
-
const
|
|
704
|
+
const z = {
|
|
705
705
|
id: a,
|
|
706
706
|
name: a,
|
|
707
707
|
minDate: f,
|
|
708
|
-
maxDate:
|
|
708
|
+
maxDate: w,
|
|
709
709
|
type: t.type ?? "line",
|
|
710
710
|
lineStyle: {
|
|
711
711
|
color: p,
|
|
@@ -720,13 +720,13 @@ let g = class extends P {
|
|
|
720
720
|
},
|
|
721
721
|
areaStyle: t.styling?.fill ? { color: c } : void 0,
|
|
722
722
|
symbol: t.styling?.pointStyle ?? "circle",
|
|
723
|
-
symbolSize: (
|
|
723
|
+
symbolSize: (d) => d[2] ?? 4,
|
|
724
724
|
showSymbol: t.styling?.pointStyle !== "none",
|
|
725
725
|
data: m ?? [],
|
|
726
726
|
drawOrder: t.advanced?.drawOrder ?? 0
|
|
727
727
|
};
|
|
728
|
-
let
|
|
729
|
-
|
|
728
|
+
let C = t.advanced?.chartName ?? "";
|
|
729
|
+
C = C.replace("#split#", l), this.setupChart(C)?.series.push(z);
|
|
730
730
|
});
|
|
731
731
|
});
|
|
732
732
|
const s = [];
|
|
@@ -779,7 +779,7 @@ let g = class extends P {
|
|
|
779
779
|
for (const s of this.canvasList.values())
|
|
780
780
|
s.element && this.chartContainer.appendChild(s.element);
|
|
781
781
|
this.canvasList.forEach((s, t) => {
|
|
782
|
-
s.series.sort((f,
|
|
782
|
+
s.series.sort((f, w) => f.name > w.name ? 1 : -1);
|
|
783
783
|
const e = this.inputData?.axis?.showLegend ?? !0, i = this.inputData?.axis?.showTitle ?? !0, r = this.inputData?.axis?.showXAxis ?? !0, n = this.inputData?.axis?.showYAxis ?? !0, o = this.inputData?.axis?.showBox ?? !1, l = JSON.stringify({
|
|
784
784
|
showLegend: e,
|
|
785
785
|
showTitle: i,
|
|
@@ -798,33 +798,33 @@ let g = class extends P {
|
|
|
798
798
|
s.lastConfig = l;
|
|
799
799
|
const a = h ? window.structuredClone(this.template) : s.echart?.getOption() ?? window.structuredClone(this.template);
|
|
800
800
|
if (a.title.text = t, a.title.show = i, a.xAxis.name = this.inputData?.axis?.xAxisLabel ?? "", a.xAxis.type = this.xAxisType(), a.xAxis.show = r, this.xAxisType() === "time") {
|
|
801
|
-
const f = s.series.map((
|
|
801
|
+
const f = s.series.map(($) => $.minDate ?? 1 / 0).reduce(($, V) => Math.min($, V), 1 / 0), w = s.series.map(($) => $.maxDate ?? 0).reduce(($, V) => Math.max($, V), 0), z = Number(this.timeRange?.start), C = Number(this.timeRange?.end), q = isNaN(z) ? f : z, d = isNaN(C) ? w : C;
|
|
802
802
|
a.xAxis = {
|
|
803
803
|
...a.xAxis,
|
|
804
|
-
min:
|
|
805
|
-
max:
|
|
804
|
+
min: q !== 1 / 0 ? q : (/* @__PURE__ */ new Date()).getTime() - 1440 * 60 * 1e3,
|
|
805
|
+
max: d !== 0 ? d : (/* @__PURE__ */ new Date()).getTime()
|
|
806
806
|
};
|
|
807
807
|
}
|
|
808
808
|
a.dataZoom[0].show = this.inputData?.axis?.xAxisZoom ?? !1, a.toolbox.show = this.inputData?.axis?.xAxisZoom ?? !1;
|
|
809
809
|
const p = this.inputData?.axis?.yAxisLabel ?? "", c = n && !!p;
|
|
810
|
-
a.yAxis.type = this.yAxisType(), a.yAxis.name = p, a.yAxis.scale = this.inputData?.axis?.yAxisScaling ?? !1, a.yAxis.show = n, a.yAxis.nameLocation = "end", a.yAxis.nameGap = 10, a.yAxis.axisLine = { show: !0 }, ["value", "log"].includes(a.yAxis.type) && (a.yAxis.axisLabel = {
|
|
810
|
+
a.yAxis.type = this.yAxisType(), a.yAxis.name = p, a.yAxis.scale = this.inputData?.axis?.yAxisScaling ?? !1, a.yAxis.show = n, a.yAxis.nameLocation = "end", a.yAxis.nameGap = 10, a.yAxis.nameTextStyle = { align: "left" }, a.yAxis.axisLine = { show: !0 }, ["value", "log"].includes(a.yAxis.type) && (a.yAxis.axisLabel = {
|
|
811
811
|
"font-size": 14,
|
|
812
812
|
formatter: (f) => Math.round(f * 100) / 100
|
|
813
813
|
}), a.series = s.series, a.legend.show = e;
|
|
814
|
-
const
|
|
814
|
+
const g = i || c ? 30 : 0;
|
|
815
815
|
a.grid = {
|
|
816
816
|
...a.grid,
|
|
817
817
|
show: o,
|
|
818
818
|
backgroundColor: "transparent",
|
|
819
819
|
borderWidth: o ? 1 : 0,
|
|
820
820
|
borderColor: this.themeTitleColor ?? "#ccc",
|
|
821
|
-
top:
|
|
821
|
+
top: g,
|
|
822
822
|
bottom: r ? 20 : 0,
|
|
823
823
|
left: n ? 20 : 0,
|
|
824
824
|
right: 0,
|
|
825
825
|
containLabel: r || n
|
|
826
826
|
};
|
|
827
|
-
const m = this.
|
|
827
|
+
const m = this.updateThresholdMs;
|
|
828
828
|
a.animation = !0, a.animationEasing = "linear", a.animationDuration = m, a.animationDurationUpdate = m, s.echart?.on("finished", () => s.drawing = !1), s.drawing = !0, s.echart?.setOption(a, { notMerge: h, lazyUpdate: !0 });
|
|
829
829
|
});
|
|
830
830
|
}
|
|
@@ -843,7 +843,7 @@ let g = class extends P {
|
|
|
843
843
|
const e = document.createElement("div");
|
|
844
844
|
e.setAttribute("name", s), e.setAttribute("class", "sizer"), this.chartContainer.appendChild(e);
|
|
845
845
|
const r = {
|
|
846
|
-
echart:
|
|
846
|
+
echart: G.init(e, this.theme?.theme_name),
|
|
847
847
|
series: [],
|
|
848
848
|
element: e,
|
|
849
849
|
drawing: !1,
|
|
@@ -857,7 +857,7 @@ let g = class extends P {
|
|
|
857
857
|
this.resizeObserver && this.chartContainer && (this.resizeObserver.unobserve(this.chartContainer), this.resizeObserver.disconnect()), super.disconnectedCallback();
|
|
858
858
|
}
|
|
859
859
|
render() {
|
|
860
|
-
return
|
|
860
|
+
return Wt`
|
|
861
861
|
<div
|
|
862
862
|
class="wrapper"
|
|
863
863
|
style="background-color: ${this.themeBgColor}; color: ${this.themeTitleColor}"
|
|
@@ -880,7 +880,7 @@ let g = class extends P {
|
|
|
880
880
|
`;
|
|
881
881
|
}
|
|
882
882
|
};
|
|
883
|
-
|
|
883
|
+
y.styles = Ot`
|
|
884
884
|
:host {
|
|
885
885
|
display: block;
|
|
886
886
|
font-family: sans-serif;
|
|
@@ -958,30 +958,33 @@ g.styles = Tt`
|
|
|
958
958
|
}
|
|
959
959
|
`;
|
|
960
960
|
x([
|
|
961
|
-
|
|
962
|
-
],
|
|
961
|
+
B({ type: Object })
|
|
962
|
+
], y.prototype, "inputData", 2);
|
|
963
|
+
x([
|
|
964
|
+
B({ type: Object })
|
|
965
|
+
], y.prototype, "theme", 2);
|
|
963
966
|
x([
|
|
964
|
-
|
|
965
|
-
],
|
|
967
|
+
B({ type: Object })
|
|
968
|
+
], y.prototype, "timeRange", 2);
|
|
966
969
|
x([
|
|
967
|
-
|
|
968
|
-
],
|
|
970
|
+
W()
|
|
971
|
+
], y.prototype, "canvasList", 2);
|
|
969
972
|
x([
|
|
970
|
-
|
|
971
|
-
],
|
|
973
|
+
W()
|
|
974
|
+
], y.prototype, "themeBgColor", 2);
|
|
972
975
|
x([
|
|
973
|
-
|
|
974
|
-
],
|
|
976
|
+
W()
|
|
977
|
+
], y.prototype, "themeTitleColor", 2);
|
|
975
978
|
x([
|
|
976
|
-
|
|
977
|
-
],
|
|
979
|
+
W()
|
|
980
|
+
], y.prototype, "themeSubtitleColor", 2);
|
|
978
981
|
x([
|
|
979
|
-
|
|
980
|
-
],
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
],
|
|
982
|
+
ie(".chart-container")
|
|
983
|
+
], y.prototype, "chartContainer", 2);
|
|
984
|
+
y = x([
|
|
985
|
+
Qt("widget-linechart-1.6.31")
|
|
986
|
+
], y);
|
|
984
987
|
export {
|
|
985
|
-
|
|
988
|
+
y as WidgetLinechart
|
|
986
989
|
};
|
|
987
990
|
//# sourceMappingURL=widget-linechart.js.map
|