@covalent/echarts 10.4.0-beta.3 → 11.0.0-beta.1
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/bar/index.d.ts +82 -3
- package/base/index.d.ts +603 -3
- package/clustering/index.d.ts +117 -3
- package/fesm2022/covalent-echarts-bar.mjs +1 -1
- package/fesm2022/covalent-echarts-bar.mjs.map +1 -1
- package/fesm2022/covalent-echarts-base.mjs +1 -1
- package/fesm2022/covalent-echarts-base.mjs.map +1 -1
- package/fesm2022/covalent-echarts-clustering.mjs +1 -1
- package/fesm2022/covalent-echarts-clustering.mjs.map +1 -1
- package/fesm2022/covalent-echarts-graph.mjs +1 -1
- package/fesm2022/covalent-echarts-graph.mjs.map +1 -1
- package/fesm2022/covalent-echarts-histogram.mjs +1 -1
- package/fesm2022/covalent-echarts-histogram.mjs.map +1 -1
- package/fesm2022/covalent-echarts-line.mjs +1 -1
- package/fesm2022/covalent-echarts-line.mjs.map +1 -1
- package/fesm2022/covalent-echarts-map.mjs +1 -1
- package/fesm2022/covalent-echarts-map.mjs.map +1 -1
- package/fesm2022/covalent-echarts-pie.mjs +1 -1
- package/fesm2022/covalent-echarts-pie.mjs.map +1 -1
- package/fesm2022/covalent-echarts-regression.mjs +1 -1
- package/fesm2022/covalent-echarts-regression.mjs.map +1 -1
- package/fesm2022/covalent-echarts-sankey.mjs +1 -1
- package/fesm2022/covalent-echarts-sankey.mjs.map +1 -1
- package/fesm2022/covalent-echarts-scatter.mjs +1 -1
- package/fesm2022/covalent-echarts-scatter.mjs.map +1 -1
- package/fesm2022/covalent-echarts-toolbox.mjs +1 -1
- package/fesm2022/covalent-echarts-toolbox.mjs.map +1 -1
- package/fesm2022/covalent-echarts-tooltip.mjs +1 -1
- package/fesm2022/covalent-echarts-tooltip.mjs.map +1 -1
- package/fesm2022/covalent-echarts-tree.mjs +1 -1
- package/fesm2022/covalent-echarts-tree.mjs.map +1 -1
- package/fesm2022/covalent-echarts-treemap.mjs +1 -1
- package/fesm2022/covalent-echarts-treemap.mjs.map +1 -1
- package/fesm2022/covalent-echarts-wordcloud.mjs +1 -1
- package/fesm2022/covalent-echarts-wordcloud.mjs.map +1 -1
- package/fesm2022/covalent-echarts.mjs.map +1 -1
- package/graph/index.d.ts +143 -3
- package/histogram/index.d.ts +32 -3
- package/index.d.ts +2 -5
- package/line/index.d.ts +100 -3
- package/map/index.d.ts +89 -3
- package/package.json +4 -4
- package/pie/index.d.ts +78 -3
- package/regression/index.d.ts +35 -3
- package/sankey/index.d.ts +79 -3
- package/scatter/index.d.ts +90 -3
- package/toolbox/index.d.ts +155 -3
- package/tooltip/index.d.ts +94 -3
- package/tree/index.d.ts +96 -3
- package/treemap/index.d.ts +147 -3
- package/wordcloud/index.d.ts +69 -3
- package/bar/bar.component.d.ts +0 -68
- package/bar/bar.module.d.ts +0 -13
- package/bar/public_api.d.ts +0 -2
- package/base/axis/axis.component.d.ts +0 -48
- package/base/axis/axis.interface.d.ts +0 -157
- package/base/axis/x-axis.component.d.ts +0 -10
- package/base/axis/y-axis.component.d.ts +0 -10
- package/base/base.module.d.ts +0 -16
- package/base/base.types.d.ts +0 -141
- package/base/chart-options.service.d.ts +0 -17
- package/base/chart.component.d.ts +0 -60
- package/base/dataset/dataset.component.d.ts +0 -19
- package/base/public_api.d.ts +0 -12
- package/base/series/series.component.d.ts +0 -44
- package/base/series/series.interface.d.ts +0 -84
- package/base/themes/aqua-splash.d.ts +0 -459
- package/base/themes/california-coast.d.ts +0 -459
- package/base/themes/hawaiian-sunrise.d.ts +0 -459
- package/base/themes/passion-flower.d.ts +0 -459
- package/base/themes/razzleberry-pie.d.ts +0 -459
- package/base/themes/teradata-classic.d.ts +0 -459
- package/base/themes/teradata-default.d.ts +0 -459
- package/base/themes/urban-sunrise.d.ts +0 -459
- package/base/themes/volcanic-eruption.d.ts +0 -459
- package/base/utils/assign-defined.d.ts +0 -1
- package/base/utils/echarts.d.ts +0 -15
- package/base/utils/index.d.ts +0 -2
- package/clustering/clustering.component.d.ts +0 -104
- package/clustering/clustering.module.d.ts +0 -13
- package/clustering/public_api.d.ts +0 -2
- package/graph/graph.component.d.ts +0 -129
- package/graph/graph.module.d.ts +0 -13
- package/graph/public_api.d.ts +0 -2
- package/histogram/histogram.component.d.ts +0 -19
- package/histogram/histogram.module.d.ts +0 -13
- package/histogram/public_api.d.ts +0 -2
- package/line/line.component.d.ts +0 -86
- package/line/line.module.d.ts +0 -13
- package/line/public_api.d.ts +0 -2
- package/map/map.component.d.ts +0 -75
- package/map/map.module.d.ts +0 -13
- package/map/public_api.d.ts +0 -2
- package/pie/pie.component.d.ts +0 -64
- package/pie/pie.module.d.ts +0 -13
- package/pie/public_api.d.ts +0 -2
- package/public_api.d.ts +0 -1
- package/regression/public_api.d.ts +0 -2
- package/regression/regression.component.d.ts +0 -22
- package/regression/regression.module.d.ts +0 -13
- package/sankey/public_api.d.ts +0 -2
- package/sankey/sankey.component.d.ts +0 -65
- package/sankey/sankey.module.d.ts +0 -13
- package/scatter/public_api.d.ts +0 -2
- package/scatter/scatter.component.d.ts +0 -76
- package/scatter/scatter.module.d.ts +0 -13
- package/toolbox/public_api.d.ts +0 -2
- package/toolbox/toolbox.component.d.ts +0 -142
- package/toolbox/toolbox.module.d.ts +0 -13
- package/tooltip/public_api.d.ts +0 -3
- package/tooltip/series-tooltip.component.d.ts +0 -36
- package/tooltip/tooltip.component.d.ts +0 -49
- package/tooltip/tooltip.module.d.ts +0 -14
- package/tree/public_api.d.ts +0 -2
- package/tree/tree.component.d.ts +0 -83
- package/tree/tree.module.d.ts +0 -13
- package/treemap/public_api.d.ts +0 -2
- package/treemap/treemap.component.d.ts +0 -134
- package/treemap/treemap.module.d.ts +0 -13
- package/wordcloud/public_api.d.ts +0 -2
- package/wordcloud/wordcloud.component.d.ts +0 -55
- package/wordcloud/wordcloud.module.d.ts +0 -13
|
@@ -1,459 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
color: string[];
|
|
3
|
-
backgroundColor: string;
|
|
4
|
-
textStyle: {};
|
|
5
|
-
title: {
|
|
6
|
-
textStyle: {
|
|
7
|
-
color: string;
|
|
8
|
-
};
|
|
9
|
-
subtextStyle: {
|
|
10
|
-
color: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
tree: {
|
|
14
|
-
itemStyle: {
|
|
15
|
-
color: string;
|
|
16
|
-
borderColor: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
line: {
|
|
20
|
-
itemStyle: {
|
|
21
|
-
normal: {
|
|
22
|
-
borderWidth: string;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
lineStyle: {
|
|
26
|
-
normal: {
|
|
27
|
-
width: string;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
symbolSize: string;
|
|
31
|
-
symbol: string;
|
|
32
|
-
smooth: boolean;
|
|
33
|
-
};
|
|
34
|
-
radar: {
|
|
35
|
-
itemStyle: {
|
|
36
|
-
normal: {
|
|
37
|
-
borderWidth: string;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
lineStyle: {
|
|
41
|
-
normal: {
|
|
42
|
-
width: string;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
symbolSize: string;
|
|
46
|
-
symbol: string;
|
|
47
|
-
smooth: boolean;
|
|
48
|
-
};
|
|
49
|
-
bar: {
|
|
50
|
-
itemStyle: {
|
|
51
|
-
normal: {
|
|
52
|
-
barBorderWidth: number;
|
|
53
|
-
barBorderColor: string;
|
|
54
|
-
};
|
|
55
|
-
emphasis: {
|
|
56
|
-
barBorderWidth: number;
|
|
57
|
-
barBorderColor: string;
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
pie: {
|
|
62
|
-
itemStyle: {
|
|
63
|
-
normal: {
|
|
64
|
-
borderWidth: number;
|
|
65
|
-
borderColor: string;
|
|
66
|
-
};
|
|
67
|
-
emphasis: {
|
|
68
|
-
borderWidth: number;
|
|
69
|
-
borderColor: string;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
scatter: {
|
|
74
|
-
itemStyle: {
|
|
75
|
-
normal: {
|
|
76
|
-
borderWidth: number;
|
|
77
|
-
borderColor: string;
|
|
78
|
-
};
|
|
79
|
-
emphasis: {
|
|
80
|
-
borderWidth: number;
|
|
81
|
-
borderColor: string;
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
boxplot: {
|
|
86
|
-
itemStyle: {
|
|
87
|
-
normal: {
|
|
88
|
-
borderWidth: number;
|
|
89
|
-
borderColor: string;
|
|
90
|
-
};
|
|
91
|
-
emphasis: {
|
|
92
|
-
borderWidth: number;
|
|
93
|
-
borderColor: string;
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
parallel: {
|
|
98
|
-
itemStyle: {
|
|
99
|
-
normal: {
|
|
100
|
-
borderWidth: number;
|
|
101
|
-
borderColor: string;
|
|
102
|
-
};
|
|
103
|
-
emphasis: {
|
|
104
|
-
borderWidth: number;
|
|
105
|
-
borderColor: string;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
};
|
|
109
|
-
sankey: {
|
|
110
|
-
itemStyle: {
|
|
111
|
-
normal: {
|
|
112
|
-
borderWidth: number;
|
|
113
|
-
borderColor: string;
|
|
114
|
-
};
|
|
115
|
-
emphasis: {
|
|
116
|
-
borderWidth: number;
|
|
117
|
-
borderColor: string;
|
|
118
|
-
};
|
|
119
|
-
};
|
|
120
|
-
};
|
|
121
|
-
funnel: {
|
|
122
|
-
itemStyle: {
|
|
123
|
-
normal: {
|
|
124
|
-
borderWidth: number;
|
|
125
|
-
borderColor: string;
|
|
126
|
-
};
|
|
127
|
-
emphasis: {
|
|
128
|
-
borderWidth: number;
|
|
129
|
-
borderColor: string;
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
gauge: {
|
|
134
|
-
itemStyle: {
|
|
135
|
-
normal: {
|
|
136
|
-
borderWidth: number;
|
|
137
|
-
borderColor: string;
|
|
138
|
-
};
|
|
139
|
-
emphasis: {
|
|
140
|
-
borderWidth: number;
|
|
141
|
-
borderColor: string;
|
|
142
|
-
};
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
candlestick: {
|
|
146
|
-
itemStyle: {
|
|
147
|
-
normal: {
|
|
148
|
-
color: string;
|
|
149
|
-
color0: string;
|
|
150
|
-
borderColor: string;
|
|
151
|
-
borderColor0: string;
|
|
152
|
-
borderWidth: string;
|
|
153
|
-
};
|
|
154
|
-
};
|
|
155
|
-
};
|
|
156
|
-
graph: {
|
|
157
|
-
itemStyle: {
|
|
158
|
-
normal: {
|
|
159
|
-
borderWidth: number;
|
|
160
|
-
borderColor: string;
|
|
161
|
-
};
|
|
162
|
-
};
|
|
163
|
-
lineStyle: {
|
|
164
|
-
normal: {
|
|
165
|
-
width: number;
|
|
166
|
-
color: string;
|
|
167
|
-
};
|
|
168
|
-
};
|
|
169
|
-
symbolSize: string;
|
|
170
|
-
symbol: string;
|
|
171
|
-
smooth: boolean;
|
|
172
|
-
color: string[];
|
|
173
|
-
label: {
|
|
174
|
-
normal: {
|
|
175
|
-
textStyle: {
|
|
176
|
-
color: string;
|
|
177
|
-
};
|
|
178
|
-
};
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
map: {
|
|
182
|
-
itemStyle: {
|
|
183
|
-
normal: {
|
|
184
|
-
areaColor: string;
|
|
185
|
-
borderColor: string;
|
|
186
|
-
borderWidth: number;
|
|
187
|
-
};
|
|
188
|
-
emphasis: {
|
|
189
|
-
areaColor: string;
|
|
190
|
-
borderColor: string;
|
|
191
|
-
borderWidth: number;
|
|
192
|
-
};
|
|
193
|
-
};
|
|
194
|
-
label: {
|
|
195
|
-
normal: {
|
|
196
|
-
textStyle: {
|
|
197
|
-
color: string;
|
|
198
|
-
};
|
|
199
|
-
};
|
|
200
|
-
emphasis: {
|
|
201
|
-
textStyle: {
|
|
202
|
-
color: string;
|
|
203
|
-
};
|
|
204
|
-
};
|
|
205
|
-
};
|
|
206
|
-
};
|
|
207
|
-
geo: {
|
|
208
|
-
itemStyle: {
|
|
209
|
-
normal: {
|
|
210
|
-
areaColor: string;
|
|
211
|
-
borderColor: string;
|
|
212
|
-
borderWidth: number;
|
|
213
|
-
};
|
|
214
|
-
emphasis: {
|
|
215
|
-
areaColor: string;
|
|
216
|
-
borderColor: string;
|
|
217
|
-
borderWidth: number;
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
label: {
|
|
221
|
-
normal: {
|
|
222
|
-
textStyle: {
|
|
223
|
-
color: string;
|
|
224
|
-
};
|
|
225
|
-
};
|
|
226
|
-
emphasis: {
|
|
227
|
-
textStyle: {
|
|
228
|
-
color: string;
|
|
229
|
-
};
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
};
|
|
233
|
-
categoryAxis: {
|
|
234
|
-
axisLine: {
|
|
235
|
-
show: boolean;
|
|
236
|
-
lineStyle: {
|
|
237
|
-
color: string;
|
|
238
|
-
};
|
|
239
|
-
};
|
|
240
|
-
axisTick: {
|
|
241
|
-
show: boolean;
|
|
242
|
-
lineStyle: {
|
|
243
|
-
color: string;
|
|
244
|
-
};
|
|
245
|
-
};
|
|
246
|
-
axisLabel: {
|
|
247
|
-
show: boolean;
|
|
248
|
-
textStyle: {
|
|
249
|
-
color: string;
|
|
250
|
-
};
|
|
251
|
-
};
|
|
252
|
-
splitLine: {
|
|
253
|
-
show: boolean;
|
|
254
|
-
lineStyle: {
|
|
255
|
-
color: string[];
|
|
256
|
-
};
|
|
257
|
-
};
|
|
258
|
-
splitArea: {
|
|
259
|
-
show: boolean;
|
|
260
|
-
areaStyle: {
|
|
261
|
-
color: string[];
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
|
-
};
|
|
265
|
-
valueAxis: {
|
|
266
|
-
axisLine: {
|
|
267
|
-
show: boolean;
|
|
268
|
-
lineStyle: {
|
|
269
|
-
color: string;
|
|
270
|
-
};
|
|
271
|
-
};
|
|
272
|
-
axisTick: {
|
|
273
|
-
show: boolean;
|
|
274
|
-
lineStyle: {
|
|
275
|
-
color: string;
|
|
276
|
-
};
|
|
277
|
-
};
|
|
278
|
-
axisLabel: {
|
|
279
|
-
show: boolean;
|
|
280
|
-
textStyle: {
|
|
281
|
-
color: string;
|
|
282
|
-
};
|
|
283
|
-
};
|
|
284
|
-
splitLine: {
|
|
285
|
-
show: boolean;
|
|
286
|
-
lineStyle: {
|
|
287
|
-
color: string[];
|
|
288
|
-
};
|
|
289
|
-
};
|
|
290
|
-
splitArea: {
|
|
291
|
-
show: boolean;
|
|
292
|
-
areaStyle: {
|
|
293
|
-
color: string[];
|
|
294
|
-
};
|
|
295
|
-
};
|
|
296
|
-
};
|
|
297
|
-
logAxis: {
|
|
298
|
-
axisLine: {
|
|
299
|
-
show: boolean;
|
|
300
|
-
lineStyle: {
|
|
301
|
-
color: string;
|
|
302
|
-
};
|
|
303
|
-
};
|
|
304
|
-
axisTick: {
|
|
305
|
-
show: boolean;
|
|
306
|
-
lineStyle: {
|
|
307
|
-
color: string;
|
|
308
|
-
};
|
|
309
|
-
};
|
|
310
|
-
axisLabel: {
|
|
311
|
-
show: boolean;
|
|
312
|
-
textStyle: {
|
|
313
|
-
color: string;
|
|
314
|
-
};
|
|
315
|
-
};
|
|
316
|
-
splitLine: {
|
|
317
|
-
show: boolean;
|
|
318
|
-
lineStyle: {
|
|
319
|
-
color: string[];
|
|
320
|
-
};
|
|
321
|
-
};
|
|
322
|
-
splitArea: {
|
|
323
|
-
show: boolean;
|
|
324
|
-
areaStyle: {
|
|
325
|
-
color: string[];
|
|
326
|
-
};
|
|
327
|
-
};
|
|
328
|
-
};
|
|
329
|
-
timeAxis: {
|
|
330
|
-
axisLine: {
|
|
331
|
-
show: boolean;
|
|
332
|
-
lineStyle: {
|
|
333
|
-
color: string;
|
|
334
|
-
};
|
|
335
|
-
};
|
|
336
|
-
axisTick: {
|
|
337
|
-
show: boolean;
|
|
338
|
-
lineStyle: {
|
|
339
|
-
color: string;
|
|
340
|
-
};
|
|
341
|
-
};
|
|
342
|
-
axisLabel: {
|
|
343
|
-
show: boolean;
|
|
344
|
-
textStyle: {
|
|
345
|
-
color: string;
|
|
346
|
-
};
|
|
347
|
-
};
|
|
348
|
-
splitLine: {
|
|
349
|
-
show: boolean;
|
|
350
|
-
lineStyle: {
|
|
351
|
-
color: string[];
|
|
352
|
-
};
|
|
353
|
-
};
|
|
354
|
-
splitArea: {
|
|
355
|
-
show: boolean;
|
|
356
|
-
areaStyle: {
|
|
357
|
-
color: string[];
|
|
358
|
-
};
|
|
359
|
-
};
|
|
360
|
-
};
|
|
361
|
-
toolbox: {
|
|
362
|
-
iconStyle: {
|
|
363
|
-
normal: {
|
|
364
|
-
borderColor: string;
|
|
365
|
-
};
|
|
366
|
-
emphasis: {
|
|
367
|
-
borderColor: string;
|
|
368
|
-
};
|
|
369
|
-
};
|
|
370
|
-
};
|
|
371
|
-
legend: {
|
|
372
|
-
textStyle: {
|
|
373
|
-
color: string;
|
|
374
|
-
};
|
|
375
|
-
};
|
|
376
|
-
tooltip: {
|
|
377
|
-
axisPointer: {
|
|
378
|
-
lineStyle: {
|
|
379
|
-
color: string;
|
|
380
|
-
width: number;
|
|
381
|
-
};
|
|
382
|
-
crossStyle: {
|
|
383
|
-
color: string;
|
|
384
|
-
width: number;
|
|
385
|
-
};
|
|
386
|
-
};
|
|
387
|
-
};
|
|
388
|
-
timeline: {
|
|
389
|
-
lineStyle: {
|
|
390
|
-
color: string;
|
|
391
|
-
width: number;
|
|
392
|
-
};
|
|
393
|
-
itemStyle: {
|
|
394
|
-
normal: {
|
|
395
|
-
color: string;
|
|
396
|
-
borderWidth: number;
|
|
397
|
-
};
|
|
398
|
-
emphasis: {
|
|
399
|
-
color: string;
|
|
400
|
-
};
|
|
401
|
-
};
|
|
402
|
-
controlStyle: {
|
|
403
|
-
normal: {
|
|
404
|
-
color: string;
|
|
405
|
-
borderColor: string;
|
|
406
|
-
borderWidth: number;
|
|
407
|
-
};
|
|
408
|
-
emphasis: {
|
|
409
|
-
color: string;
|
|
410
|
-
borderColor: string;
|
|
411
|
-
borderWidth: number;
|
|
412
|
-
};
|
|
413
|
-
};
|
|
414
|
-
checkpointStyle: {
|
|
415
|
-
color: string;
|
|
416
|
-
borderColor: string;
|
|
417
|
-
};
|
|
418
|
-
label: {
|
|
419
|
-
normal: {
|
|
420
|
-
textStyle: {
|
|
421
|
-
color: string;
|
|
422
|
-
};
|
|
423
|
-
};
|
|
424
|
-
emphasis: {
|
|
425
|
-
textStyle: {
|
|
426
|
-
color: string;
|
|
427
|
-
};
|
|
428
|
-
};
|
|
429
|
-
};
|
|
430
|
-
};
|
|
431
|
-
visualMap: {
|
|
432
|
-
color: string[];
|
|
433
|
-
};
|
|
434
|
-
dataZoom: {
|
|
435
|
-
backgroundColor: string;
|
|
436
|
-
dataBackgroundColor: string;
|
|
437
|
-
fillerColor: string;
|
|
438
|
-
handleColor: string;
|
|
439
|
-
handleSize: string;
|
|
440
|
-
textStyle: {
|
|
441
|
-
color: string;
|
|
442
|
-
};
|
|
443
|
-
};
|
|
444
|
-
markPoint: {
|
|
445
|
-
label: {
|
|
446
|
-
normal: {
|
|
447
|
-
textStyle: {
|
|
448
|
-
color: string;
|
|
449
|
-
};
|
|
450
|
-
};
|
|
451
|
-
emphasis: {
|
|
452
|
-
textStyle: {
|
|
453
|
-
color: string;
|
|
454
|
-
};
|
|
455
|
-
};
|
|
456
|
-
};
|
|
457
|
-
};
|
|
458
|
-
};
|
|
459
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function assignDefined(target: any, ...sources: any[]): any;
|
package/base/utils/echarts.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Function used to register a theme into echarts
|
|
3
|
-
* Theme name and theme object needed as stated in
|
|
4
|
-
* https://ecomfe.github.io/echarts-doc/public/en/api.html#echarts.registerTheme
|
|
5
|
-
*/
|
|
6
|
-
export declare function registerTheme(themeName: string, theme: object): void;
|
|
7
|
-
/**
|
|
8
|
-
* Function to register all default themes
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export declare function registerDefaultThemes(): void;
|
|
12
|
-
/**
|
|
13
|
-
* Returns all the theme names bundled with covalent echarts.
|
|
14
|
-
*/
|
|
15
|
-
export declare function getThemes(): string[];
|
package/base/utils/index.d.ts
DELETED
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import { OnChanges } from '@angular/core';
|
|
2
|
-
import { ITdEdgeLabel, ITdEmphasis, ITdItemStyle, ITdLabel, ITdLineStyle, ITdMarkArea, ITdMarkLine, ITdMarkPoint, ITdSeries, TdChartOptionsService, TdCoordinateSystem, TdMarkPointSymbol, TdSeriesDirective } from '@covalent/echarts/base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface ITdClusteringSeries extends ITdSeries {
|
|
5
|
-
clusterCount: number;
|
|
6
|
-
showCentroids: boolean;
|
|
7
|
-
animation?: boolean;
|
|
8
|
-
animationDelay?: number | Function;
|
|
9
|
-
animationDelayUpdate?: number | Function;
|
|
10
|
-
animationDuration?: number | Function;
|
|
11
|
-
animationDurationUpdate?: number | Function;
|
|
12
|
-
animationEasing?: string;
|
|
13
|
-
animationEasingUpdate?: string;
|
|
14
|
-
animationThreshold?: number;
|
|
15
|
-
bottom?: string | number;
|
|
16
|
-
calendarIndex?: number;
|
|
17
|
-
circular?: object;
|
|
18
|
-
coordinateSystem?: TdCoordinateSystem;
|
|
19
|
-
cursor?: string;
|
|
20
|
-
edgeLabel?: ITdEdgeLabel;
|
|
21
|
-
edges?: any[];
|
|
22
|
-
edgeSymbol?: any[] | string;
|
|
23
|
-
edgeSymbolSize?: number;
|
|
24
|
-
emphasis?: ITdEmphasis;
|
|
25
|
-
focusNodeAdjacency?: boolean;
|
|
26
|
-
geoIndex?: number;
|
|
27
|
-
height?: string | number;
|
|
28
|
-
hoverAnimation?: boolean;
|
|
29
|
-
itemStyle?: ITdItemStyle;
|
|
30
|
-
label?: ITdLabel;
|
|
31
|
-
left?: string | number;
|
|
32
|
-
legendHoverLink?: boolean;
|
|
33
|
-
lineStyle?: ITdLineStyle;
|
|
34
|
-
links?: any[];
|
|
35
|
-
markArea?: ITdMarkArea;
|
|
36
|
-
markLine?: ITdMarkLine;
|
|
37
|
-
markPoint?: ITdMarkPoint;
|
|
38
|
-
nodes?: any[];
|
|
39
|
-
nodeScaleRatio?: boolean;
|
|
40
|
-
polarIndex?: number;
|
|
41
|
-
right?: string | number;
|
|
42
|
-
silent?: boolean;
|
|
43
|
-
symbol?: TdMarkPointSymbol | string;
|
|
44
|
-
symbolKeepAspect?: boolean;
|
|
45
|
-
symbolOffset?: any[];
|
|
46
|
-
symbolRotate?: number;
|
|
47
|
-
symbolSize?: number | any[] | Function;
|
|
48
|
-
top?: string | number;
|
|
49
|
-
width?: string | number;
|
|
50
|
-
xAxisIndex?: number;
|
|
51
|
-
yAxisIndex?: number;
|
|
52
|
-
z?: number;
|
|
53
|
-
zlevel?: number;
|
|
54
|
-
}
|
|
55
|
-
export declare class TdChartSeriesClusteringComponent extends TdSeriesDirective implements ITdClusteringSeries, OnChanges {
|
|
56
|
-
clusterCount: number;
|
|
57
|
-
showCentroids: boolean;
|
|
58
|
-
bottom?: string | number;
|
|
59
|
-
calendarIndex?: number;
|
|
60
|
-
circular?: object;
|
|
61
|
-
coordinateSystem?: TdCoordinateSystem;
|
|
62
|
-
cursor?: string;
|
|
63
|
-
edgeLabel?: ITdEdgeLabel;
|
|
64
|
-
edges?: any[];
|
|
65
|
-
edgeSymbol?: any[] | string;
|
|
66
|
-
edgeSymbolSize?: number;
|
|
67
|
-
emphasis?: ITdEmphasis;
|
|
68
|
-
focusNodeAdjacency?: boolean;
|
|
69
|
-
geoIndex?: number;
|
|
70
|
-
height?: string | number;
|
|
71
|
-
hoverAnimation?: boolean;
|
|
72
|
-
itemStyle?: ITdItemStyle;
|
|
73
|
-
label?: ITdLabel;
|
|
74
|
-
left?: string | number;
|
|
75
|
-
legendHoverLink?: boolean;
|
|
76
|
-
lineStyle?: ITdLineStyle;
|
|
77
|
-
links?: any[];
|
|
78
|
-
markArea?: ITdMarkArea;
|
|
79
|
-
markLine?: ITdMarkLine;
|
|
80
|
-
markPoint?: ITdMarkPoint;
|
|
81
|
-
nodes?: any[];
|
|
82
|
-
nodeScaleRatio?: boolean;
|
|
83
|
-
polarIndex?: number;
|
|
84
|
-
right?: string | number;
|
|
85
|
-
silent?: boolean;
|
|
86
|
-
symbol?: TdMarkPointSymbol | string;
|
|
87
|
-
symbolKeepAspect?: boolean;
|
|
88
|
-
symbolOffset?: any[];
|
|
89
|
-
symbolRotate?: number;
|
|
90
|
-
symbolSize?: number | any[] | Function;
|
|
91
|
-
top?: string | number;
|
|
92
|
-
width?: string | number;
|
|
93
|
-
xAxisIndex?: number;
|
|
94
|
-
yAxisIndex?: number;
|
|
95
|
-
z?: number;
|
|
96
|
-
zlevel?: number;
|
|
97
|
-
originalData: any;
|
|
98
|
-
constructor(_optionsService: TdChartOptionsService);
|
|
99
|
-
ngOnChanges(): void;
|
|
100
|
-
getConfig(): any;
|
|
101
|
-
private setOptions;
|
|
102
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TdChartSeriesClusteringComponent, never>;
|
|
103
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TdChartSeriesClusteringComponent, "td-chart-series[td-clustering]", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "data": { "alias": "data"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationThreshold": { "alias": "animationThreshold"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "animationEasing": { "alias": "animationEasing"; "required": false; }; "animationDelay": { "alias": "animationDelay"; "required": false; }; "animationDurationUpdate": { "alias": "animationDurationUpdate"; "required": false; }; "animationEasingUpdate": { "alias": "animationEasingUpdate"; "required": false; }; "animationDelayUpdate": { "alias": "animationDelayUpdate"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "clusterCount": { "alias": "clusterCount"; "required": false; }; "showCentroids": { "alias": "showCentroids"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "circular": { "alias": "circular"; "required": false; }; "coordinateSystem": { "alias": "coordinateSystem"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "edgeLabel": { "alias": "edgeLabel"; "required": false; }; "edges": { "alias": "edges"; "required": false; }; "edgeSymbol": { "alias": "edgeSymbol"; "required": false; }; "edgeSymbolSize": { "alias": "edgeSymbolSize"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "focusNodeAdjacency": { "alias": "focusNodeAdjacency"; "required": false; }; "geoIndex": { "alias": "geoIndex"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hoverAnimation": { "alias": "hoverAnimation"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "label": { "alias": "label"; "required": false; }; "left": { "alias": "left"; "required": false; }; "legendHoverLink": { "alias": "legendHoverLink"; "required": false; }; "lineStyle": { "alias": "lineStyle"; "required": false; }; "links": { "alias": "links"; "required": false; }; "markArea": { "alias": "markArea"; "required": false; }; "markLine": { "alias": "markLine"; "required": false; }; "markPoint": { "alias": "markPoint"; "required": false; }; "nodes": { "alias": "nodes"; "required": false; }; "nodeScaleRatio": { "alias": "nodeScaleRatio"; "required": false; }; "polarIndex": { "alias": "polarIndex"; "required": false; }; "right": { "alias": "right"; "required": false; }; "silent": { "alias": "silent"; "required": false; }; "symbol": { "alias": "symbol"; "required": false; }; "symbolKeepAspect": { "alias": "symbolKeepAspect"; "required": false; }; "symbolOffset": { "alias": "symbolOffset"; "required": false; }; "symbolRotate": { "alias": "symbolRotate"; "required": false; }; "symbolSize": { "alias": "symbolSize"; "required": false; }; "top": { "alias": "top"; "required": false; }; "width": { "alias": "width"; "required": false; }; "xAxisIndex": { "alias": "xAxisIndex"; "required": false; }; "yAxisIndex": { "alias": "yAxisIndex"; "required": false; }; "z": { "alias": "z"; "required": false; }; "zlevel": { "alias": "zlevel"; "required": false; }; }, {}, never, never, true, never>;
|
|
104
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./clustering.component";
|
|
4
|
-
export declare const CLUSTERING_MODULE_COMPONENTS: Type<any>[];
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated This module is deprecated and will be removed in future versions.
|
|
7
|
-
* Please migrate to using standalone components as soon as possible.
|
|
8
|
-
*/
|
|
9
|
-
export declare class CovalentClusteringEchartsModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentClusteringEchartsModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentClusteringEchartsModule, never, [typeof i1.TdChartSeriesClusteringComponent], [typeof i1.TdChartSeriesClusteringComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentClusteringEchartsModule>;
|
|
13
|
-
}
|