@carbon/charts 1.16.11 → 1.17.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/CHANGELOG.md +22 -0
- package/README.md +2 -26
- package/dist/{angle-utils-ByrL6LVp.mjs → angle-utils-Cq7fAZ_G.mjs} +2 -2
- package/dist/{angle-utils-ByrL6LVp.mjs.map → angle-utils-Cq7fAZ_G.mjs.map} +1 -1
- package/dist/{array-6NAAybxf.mjs → array-Dp6N70oc.mjs} +2 -2
- package/dist/{array-6NAAybxf.mjs.map → array-Dp6N70oc.mjs.map} +1 -1
- package/dist/{choropleth-BAn8HIaC.mjs → choropleth-BVD28Asn.mjs} +4 -10
- package/dist/choropleth-BVD28Asn.mjs.map +1 -0
- package/dist/{color-scale-utils-CSwgszB6.mjs → color-scale-utils-BpobzRX6.mjs} +2 -2
- package/dist/{color-scale-utils-CSwgszB6.mjs.map → color-scale-utils-BpobzRX6.mjs.map} +1 -1
- package/dist/components/diagrams/buildPaths.d.ts +15 -27
- package/dist/components/essentials/legend.spec.d.ts +1 -0
- package/dist/components/essentials/title.spec.d.ts +1 -0
- package/dist/components/index.mjs +1 -1
- package/dist/{index-fFi6OCaz.mjs → index-CeYuVh-h.mjs} +3 -3
- package/dist/{index-fFi6OCaz.mjs.map → index-CeYuVh-h.mjs.map} +1 -1
- package/dist/index.mjs +7 -7
- package/dist/model/index.mjs +2 -2
- package/dist/selectedGroups.spec.d.ts +1 -0
- package/dist/services/index.mjs +3 -3
- package/dist/services/time-series.spec.d.ts +1 -0
- package/dist/tests/index.d.ts +2 -0
- package/dist/tests/test-environment.d.ts +16 -0
- package/dist/tests/tools.d.ts +4 -0
- package/dist/tools.spec.d.ts +1 -0
- package/dist/umd/bundle.umd.cjs +1 -1
- package/dist/umd/bundle.umd.cjs.map +1 -1
- package/dist/umd/bundle.umd.js +1 -1
- package/package.json +18 -26
- package/dist/choropleth-BAn8HIaC.mjs.map +0 -1
- package/dist/demo/charts/alluvial.d.ts +0 -110
- package/dist/demo/charts/area.d.ts +0 -225
- package/dist/demo/charts/bar.d.ts +0 -763
- package/dist/demo/charts/boxplot.d.ts +0 -35
- package/dist/demo/charts/bubble.d.ts +0 -142
- package/dist/demo/charts/bullet.d.ts +0 -25
- package/dist/demo/charts/chart-types.d.ts +0 -128
- package/dist/demo/charts/choropleth.d.ts +0 -736
- package/dist/demo/charts/circle-pack.d.ts +0 -91
- package/dist/demo/charts/combo.d.ts +0 -483
- package/dist/demo/charts/donut.d.ts +0 -65
- package/dist/demo/charts/gauge.d.ts +0 -40
- package/dist/demo/charts/heatmap.d.ts +0 -126
- package/dist/demo/charts/hightlight.d.ts +0 -41
- package/dist/demo/charts/histogram.d.ts +0 -64
- package/dist/demo/charts/index.d.ts +0 -62
- package/dist/demo/charts/line.d.ts +0 -362
- package/dist/demo/charts/lollipop.d.ts +0 -40
- package/dist/demo/charts/meter.d.ts +0 -95
- package/dist/demo/charts/pie.d.ts +0 -47
- package/dist/demo/charts/radar.d.ts +0 -64
- package/dist/demo/charts/scatter.d.ts +0 -119
- package/dist/demo/charts/step.d.ts +0 -96
- package/dist/demo/charts/time-series-axis.d.ts +0 -326
- package/dist/demo/charts/toolbar.d.ts +0 -12
- package/dist/demo/charts/topojson-110.d.ts +0 -360
- package/dist/demo/charts/tree.d.ts +0 -30
- package/dist/demo/charts/treemap.d.ts +0 -15
- package/dist/demo/charts/wordcloud.d.ts +0 -14
- package/dist/demo/charts/zoom-bar.d.ts +0 -79
- package/dist/demo/index.d.ts +0 -4
- package/dist/demo/index.mjs +0 -51456
- package/dist/demo/index.mjs.map +0 -1
- package/dist/demo/styles.css +0 -34613
- package/dist/demo/styles.css.map +0 -1
- package/dist/demo/utils/index.d.ts +0 -2
- package/dist/demo/utils/package-versions.d.ts +0 -18
- package/dist/demo/utils/stackblitz/angular.d.ts +0 -3
- package/dist/demo/utils/stackblitz/index.d.ts +0 -5
- package/dist/demo/utils/stackblitz/object-to-string.d.ts +0 -5
- package/dist/demo/utils/stackblitz/react.d.ts +0 -3
- package/dist/demo/utils/stackblitz/svelte.d.ts +0 -3
- package/dist/demo/utils/stackblitz/vanilla-js.d.ts +0 -3
- package/dist/demo/utils/stackblitz/vue.d.ts +0 -3
- package/dist/demo/utils/story-widgets.d.ts +0 -6
- package/scss/demos.scss +0 -412
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
export declare const circlePackTwoLevelData: {
|
|
2
|
-
name: string;
|
|
3
|
-
children: {
|
|
4
|
-
name: string;
|
|
5
|
-
value: number;
|
|
6
|
-
}[];
|
|
7
|
-
}[];
|
|
8
|
-
export declare const circlePackTwoLevelOptions: {
|
|
9
|
-
title: string;
|
|
10
|
-
canvasZoom: {
|
|
11
|
-
enabled: boolean;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export declare const circlePackTwoLevelCustomColorsOptions: {
|
|
15
|
-
title: string;
|
|
16
|
-
canvasZoom: {
|
|
17
|
-
enabled: boolean;
|
|
18
|
-
};
|
|
19
|
-
color: {
|
|
20
|
-
scale: {
|
|
21
|
-
Asia: string;
|
|
22
|
-
'South America': string;
|
|
23
|
-
'North America': string;
|
|
24
|
-
Europe: string;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
export declare const circlePackSingleOptions: {
|
|
29
|
-
title: string;
|
|
30
|
-
canvasZoom: {
|
|
31
|
-
enabled: boolean;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
export declare const circlePackSingleLevelData: {
|
|
35
|
-
name: string;
|
|
36
|
-
value: number;
|
|
37
|
-
}[];
|
|
38
|
-
export declare const circlePackThreeLevelOptions: {
|
|
39
|
-
title: string;
|
|
40
|
-
canvasZoom: {
|
|
41
|
-
enabled: boolean;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
export declare const circlePackThreeLevelData: {
|
|
45
|
-
name: string;
|
|
46
|
-
children: ({
|
|
47
|
-
name: string;
|
|
48
|
-
children: {
|
|
49
|
-
name: string;
|
|
50
|
-
value: number;
|
|
51
|
-
}[];
|
|
52
|
-
value?: undefined;
|
|
53
|
-
} | {
|
|
54
|
-
name: string;
|
|
55
|
-
value: number;
|
|
56
|
-
children?: undefined;
|
|
57
|
-
})[];
|
|
58
|
-
}[];
|
|
59
|
-
export declare const circlePackThreeLevelsMonochromeOptions: {
|
|
60
|
-
title: string;
|
|
61
|
-
canvasZoom: {
|
|
62
|
-
enabled: boolean;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
export declare const circlePackThreeLevelsMonochromeData: {
|
|
66
|
-
name: string;
|
|
67
|
-
children: {
|
|
68
|
-
name: string;
|
|
69
|
-
children: ({
|
|
70
|
-
name: string;
|
|
71
|
-
children: {
|
|
72
|
-
name: string;
|
|
73
|
-
value: number;
|
|
74
|
-
}[];
|
|
75
|
-
value?: undefined;
|
|
76
|
-
} | {
|
|
77
|
-
name: string;
|
|
78
|
-
value: number;
|
|
79
|
-
children?: undefined;
|
|
80
|
-
})[];
|
|
81
|
-
}[];
|
|
82
|
-
}[];
|
|
83
|
-
export declare const circlePackThreeLevelNoZoomOptions: {
|
|
84
|
-
title: string;
|
|
85
|
-
circlePack: {
|
|
86
|
-
depth: number;
|
|
87
|
-
};
|
|
88
|
-
canvasZoom: {
|
|
89
|
-
enabled: boolean;
|
|
90
|
-
};
|
|
91
|
-
};
|
|
@@ -1,483 +0,0 @@
|
|
|
1
|
-
import { ScaleTypes } from '../../interfaces';
|
|
2
|
-
export declare const comboSimpleData: ({
|
|
3
|
-
group: string;
|
|
4
|
-
date: string;
|
|
5
|
-
value: number;
|
|
6
|
-
temp?: undefined;
|
|
7
|
-
} | {
|
|
8
|
-
group: string;
|
|
9
|
-
date: string;
|
|
10
|
-
temp: number;
|
|
11
|
-
value?: undefined;
|
|
12
|
-
})[];
|
|
13
|
-
export declare const comboSimpleOptions: {
|
|
14
|
-
title: string;
|
|
15
|
-
axes: {
|
|
16
|
-
left: {
|
|
17
|
-
mapsTo: string;
|
|
18
|
-
scaleType: ScaleTypes;
|
|
19
|
-
title: string;
|
|
20
|
-
};
|
|
21
|
-
right: {
|
|
22
|
-
mapsTo: string;
|
|
23
|
-
scaleType: ScaleTypes;
|
|
24
|
-
title: string;
|
|
25
|
-
correspondingDatasets: string[];
|
|
26
|
-
};
|
|
27
|
-
bottom: {
|
|
28
|
-
title: string;
|
|
29
|
-
mapsTo: string;
|
|
30
|
-
scaleType: ScaleTypes;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
comboChartTypes: ({
|
|
34
|
-
type: string;
|
|
35
|
-
correspondingDatasets: string[];
|
|
36
|
-
options?: undefined;
|
|
37
|
-
} | {
|
|
38
|
-
type: string;
|
|
39
|
-
options: {
|
|
40
|
-
points: {
|
|
41
|
-
radius: number;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
correspondingDatasets: string[];
|
|
45
|
-
})[];
|
|
46
|
-
};
|
|
47
|
-
export declare const comboSimpleFloatingData: ({
|
|
48
|
-
group: string;
|
|
49
|
-
date: string;
|
|
50
|
-
value: number;
|
|
51
|
-
temp?: undefined;
|
|
52
|
-
} | {
|
|
53
|
-
group: string;
|
|
54
|
-
date: string;
|
|
55
|
-
temp: number[];
|
|
56
|
-
value?: undefined;
|
|
57
|
-
})[];
|
|
58
|
-
export declare const comboSimpleFloatingOptions: {
|
|
59
|
-
title: string;
|
|
60
|
-
axes: {
|
|
61
|
-
left: {
|
|
62
|
-
mapsTo: string;
|
|
63
|
-
scaleType: ScaleTypes;
|
|
64
|
-
title: string;
|
|
65
|
-
correspondingDatasets: string[];
|
|
66
|
-
};
|
|
67
|
-
right: {
|
|
68
|
-
mapsTo: string;
|
|
69
|
-
title: string;
|
|
70
|
-
};
|
|
71
|
-
bottom: {
|
|
72
|
-
title: string;
|
|
73
|
-
mapsTo: string;
|
|
74
|
-
scaleType: ScaleTypes;
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
comboChartTypes: ({
|
|
78
|
-
type: string;
|
|
79
|
-
correspondingDatasets: string[];
|
|
80
|
-
options?: undefined;
|
|
81
|
-
} | {
|
|
82
|
-
type: string;
|
|
83
|
-
options: {
|
|
84
|
-
points: {
|
|
85
|
-
radius: number;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
correspondingDatasets: string[];
|
|
89
|
-
})[];
|
|
90
|
-
height: string;
|
|
91
|
-
};
|
|
92
|
-
export declare const comboHorizontalData: ({
|
|
93
|
-
group: string;
|
|
94
|
-
date: string;
|
|
95
|
-
value: number;
|
|
96
|
-
temp?: undefined;
|
|
97
|
-
} | {
|
|
98
|
-
group: string;
|
|
99
|
-
date: string;
|
|
100
|
-
temp: number;
|
|
101
|
-
value?: undefined;
|
|
102
|
-
})[];
|
|
103
|
-
export declare const comboHorizontalOptions: {
|
|
104
|
-
title: string;
|
|
105
|
-
axes: {
|
|
106
|
-
top: {
|
|
107
|
-
mapsTo: string;
|
|
108
|
-
scaleType: ScaleTypes;
|
|
109
|
-
title: string;
|
|
110
|
-
};
|
|
111
|
-
bottom: {
|
|
112
|
-
mapsTo: string;
|
|
113
|
-
scaleType: ScaleTypes;
|
|
114
|
-
title: string;
|
|
115
|
-
correspondingDatasets: string[];
|
|
116
|
-
};
|
|
117
|
-
left: {
|
|
118
|
-
title: string;
|
|
119
|
-
mapsTo: string;
|
|
120
|
-
scaleType: ScaleTypes;
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
comboChartTypes: {
|
|
124
|
-
type: string;
|
|
125
|
-
options: {};
|
|
126
|
-
correspondingDatasets: string[];
|
|
127
|
-
}[];
|
|
128
|
-
};
|
|
129
|
-
export declare const comboStackedData: ({
|
|
130
|
-
group: string;
|
|
131
|
-
key: string;
|
|
132
|
-
value: number;
|
|
133
|
-
temp?: undefined;
|
|
134
|
-
} | {
|
|
135
|
-
group: string;
|
|
136
|
-
key: string;
|
|
137
|
-
temp: number;
|
|
138
|
-
value?: undefined;
|
|
139
|
-
})[];
|
|
140
|
-
export declare const comboStackedOptions: {
|
|
141
|
-
title: string;
|
|
142
|
-
axes: {
|
|
143
|
-
left: {
|
|
144
|
-
title: string;
|
|
145
|
-
mapsTo: string;
|
|
146
|
-
stacked: boolean;
|
|
147
|
-
};
|
|
148
|
-
bottom: {
|
|
149
|
-
title: string;
|
|
150
|
-
mapsTo: string;
|
|
151
|
-
scaleType: ScaleTypes;
|
|
152
|
-
};
|
|
153
|
-
right: {
|
|
154
|
-
title: string;
|
|
155
|
-
mapsTo: string;
|
|
156
|
-
correspondingDatasets: string[];
|
|
157
|
-
};
|
|
158
|
-
};
|
|
159
|
-
comboChartTypes: {
|
|
160
|
-
type: string;
|
|
161
|
-
options: {};
|
|
162
|
-
correspondingDatasets: string[];
|
|
163
|
-
}[];
|
|
164
|
-
};
|
|
165
|
-
export declare const comboGroupedData: ({
|
|
166
|
-
group: string;
|
|
167
|
-
key: string;
|
|
168
|
-
value: number;
|
|
169
|
-
temp?: undefined;
|
|
170
|
-
} | {
|
|
171
|
-
group: string;
|
|
172
|
-
key: string;
|
|
173
|
-
temp: number;
|
|
174
|
-
value?: undefined;
|
|
175
|
-
})[];
|
|
176
|
-
export declare const comboGroupedOptions: {
|
|
177
|
-
title: string;
|
|
178
|
-
axes: {
|
|
179
|
-
left: {
|
|
180
|
-
title: string;
|
|
181
|
-
mapsTo: string;
|
|
182
|
-
};
|
|
183
|
-
bottom: {
|
|
184
|
-
scaleType: ScaleTypes;
|
|
185
|
-
mapsTo: string;
|
|
186
|
-
};
|
|
187
|
-
right: {
|
|
188
|
-
title: string;
|
|
189
|
-
mapsTo: string;
|
|
190
|
-
correspondingDatasets: string[];
|
|
191
|
-
};
|
|
192
|
-
};
|
|
193
|
-
comboChartTypes: ({
|
|
194
|
-
type: string;
|
|
195
|
-
correspondingDatasets: string[];
|
|
196
|
-
options?: undefined;
|
|
197
|
-
} | {
|
|
198
|
-
type: string;
|
|
199
|
-
options: {
|
|
200
|
-
points: {
|
|
201
|
-
filled: boolean;
|
|
202
|
-
opacity: number;
|
|
203
|
-
};
|
|
204
|
-
};
|
|
205
|
-
correspondingDatasets: string[];
|
|
206
|
-
})[];
|
|
207
|
-
};
|
|
208
|
-
export declare const comboGroupedHorizontalData: ({
|
|
209
|
-
group: string;
|
|
210
|
-
key: string;
|
|
211
|
-
value: number;
|
|
212
|
-
temp?: undefined;
|
|
213
|
-
} | {
|
|
214
|
-
group: string;
|
|
215
|
-
key: string;
|
|
216
|
-
temp: number;
|
|
217
|
-
value?: undefined;
|
|
218
|
-
})[];
|
|
219
|
-
export declare const comboGroupedHorizontalOptions: {
|
|
220
|
-
title: string;
|
|
221
|
-
axes: {
|
|
222
|
-
top: {
|
|
223
|
-
title: string;
|
|
224
|
-
mapsTo: string;
|
|
225
|
-
main: boolean;
|
|
226
|
-
};
|
|
227
|
-
left: {
|
|
228
|
-
scaleType: ScaleTypes;
|
|
229
|
-
mapsTo: string;
|
|
230
|
-
};
|
|
231
|
-
bottom: {
|
|
232
|
-
title: string;
|
|
233
|
-
mapsTo: string;
|
|
234
|
-
correspondingDatasets: string[];
|
|
235
|
-
};
|
|
236
|
-
};
|
|
237
|
-
comboChartTypes: {
|
|
238
|
-
type: string;
|
|
239
|
-
correspondingDatasets: string[];
|
|
240
|
-
}[];
|
|
241
|
-
};
|
|
242
|
-
export declare const comboAreaLineData: ({
|
|
243
|
-
group: string;
|
|
244
|
-
key: string;
|
|
245
|
-
value: number;
|
|
246
|
-
temp?: undefined;
|
|
247
|
-
} | {
|
|
248
|
-
group: string;
|
|
249
|
-
key: string;
|
|
250
|
-
temp: number;
|
|
251
|
-
value?: undefined;
|
|
252
|
-
})[];
|
|
253
|
-
export declare const comboAreaLineOptions: {
|
|
254
|
-
title: string;
|
|
255
|
-
points: {
|
|
256
|
-
enabled: boolean;
|
|
257
|
-
};
|
|
258
|
-
axes: {
|
|
259
|
-
left: {
|
|
260
|
-
title: string;
|
|
261
|
-
mapsTo: string;
|
|
262
|
-
};
|
|
263
|
-
bottom: {
|
|
264
|
-
scaleType: ScaleTypes;
|
|
265
|
-
mapsTo: string;
|
|
266
|
-
};
|
|
267
|
-
right: {
|
|
268
|
-
title: string;
|
|
269
|
-
mapsTo: string;
|
|
270
|
-
correspondingDatasets: string[];
|
|
271
|
-
};
|
|
272
|
-
};
|
|
273
|
-
comboChartTypes: ({
|
|
274
|
-
type: string;
|
|
275
|
-
options: {
|
|
276
|
-
points?: undefined;
|
|
277
|
-
};
|
|
278
|
-
correspondingDatasets: string[];
|
|
279
|
-
} | {
|
|
280
|
-
type: string;
|
|
281
|
-
options: {
|
|
282
|
-
points: {
|
|
283
|
-
enabled: boolean;
|
|
284
|
-
};
|
|
285
|
-
};
|
|
286
|
-
correspondingDatasets: string[];
|
|
287
|
-
})[];
|
|
288
|
-
curve: string;
|
|
289
|
-
};
|
|
290
|
-
export declare const comboLineScatterData: ({
|
|
291
|
-
group: string;
|
|
292
|
-
key: string;
|
|
293
|
-
temp: number;
|
|
294
|
-
value?: undefined;
|
|
295
|
-
} | {
|
|
296
|
-
group: string;
|
|
297
|
-
key: string;
|
|
298
|
-
value: number;
|
|
299
|
-
temp?: undefined;
|
|
300
|
-
})[];
|
|
301
|
-
export declare const comboLineScatterOptions: {
|
|
302
|
-
title: string;
|
|
303
|
-
axes: {
|
|
304
|
-
left: {
|
|
305
|
-
mapsTo: string;
|
|
306
|
-
title: string;
|
|
307
|
-
};
|
|
308
|
-
bottom: {
|
|
309
|
-
scaleType: ScaleTypes;
|
|
310
|
-
mapsTo: string;
|
|
311
|
-
};
|
|
312
|
-
right: {
|
|
313
|
-
title: string;
|
|
314
|
-
mapsTo: string;
|
|
315
|
-
scaleType: ScaleTypes;
|
|
316
|
-
correspondingDatasets: string[];
|
|
317
|
-
};
|
|
318
|
-
};
|
|
319
|
-
curve: string;
|
|
320
|
-
comboChartTypes: {
|
|
321
|
-
type: string;
|
|
322
|
-
correspondingDatasets: string[];
|
|
323
|
-
}[];
|
|
324
|
-
};
|
|
325
|
-
export declare const comboEmptyData: any[];
|
|
326
|
-
export declare const comboEmptyOptions: {
|
|
327
|
-
title: string;
|
|
328
|
-
axes: {
|
|
329
|
-
left: {
|
|
330
|
-
mapsTo: string;
|
|
331
|
-
title: string;
|
|
332
|
-
};
|
|
333
|
-
bottom: {
|
|
334
|
-
scaleType: ScaleTypes;
|
|
335
|
-
mapsTo: string;
|
|
336
|
-
};
|
|
337
|
-
right: {
|
|
338
|
-
title: string;
|
|
339
|
-
mapsTo: string;
|
|
340
|
-
scaleType: ScaleTypes;
|
|
341
|
-
correspondingDatasets: string[];
|
|
342
|
-
};
|
|
343
|
-
};
|
|
344
|
-
comboChartTypes: {
|
|
345
|
-
type: string;
|
|
346
|
-
correspondingDatasets: string[];
|
|
347
|
-
}[];
|
|
348
|
-
};
|
|
349
|
-
export declare const comboLoadingData: ({
|
|
350
|
-
group: string;
|
|
351
|
-
key: string;
|
|
352
|
-
temp: number;
|
|
353
|
-
value?: undefined;
|
|
354
|
-
} | {
|
|
355
|
-
group: string;
|
|
356
|
-
key: string;
|
|
357
|
-
value: number;
|
|
358
|
-
temp?: undefined;
|
|
359
|
-
})[];
|
|
360
|
-
export declare const comboLoadingOptions: {
|
|
361
|
-
title: string;
|
|
362
|
-
axes: {
|
|
363
|
-
left: {
|
|
364
|
-
mapsTo: string;
|
|
365
|
-
title: string;
|
|
366
|
-
};
|
|
367
|
-
bottom: {
|
|
368
|
-
scaleType: ScaleTypes;
|
|
369
|
-
mapsTo: string;
|
|
370
|
-
};
|
|
371
|
-
right: {
|
|
372
|
-
title: string;
|
|
373
|
-
mapsTo: string;
|
|
374
|
-
scaleType: ScaleTypes;
|
|
375
|
-
correspondingDatasets: string[];
|
|
376
|
-
};
|
|
377
|
-
};
|
|
378
|
-
data: {
|
|
379
|
-
loading: boolean;
|
|
380
|
-
};
|
|
381
|
-
comboChartTypes: {
|
|
382
|
-
type: string;
|
|
383
|
-
correspondingDatasets: string[];
|
|
384
|
-
}[];
|
|
385
|
-
};
|
|
386
|
-
export declare const comboStackedAreaLine: ({
|
|
387
|
-
group: string;
|
|
388
|
-
date: Date;
|
|
389
|
-
value: number;
|
|
390
|
-
temp?: undefined;
|
|
391
|
-
} | {
|
|
392
|
-
group: string;
|
|
393
|
-
date: Date;
|
|
394
|
-
temp: number;
|
|
395
|
-
value?: undefined;
|
|
396
|
-
})[];
|
|
397
|
-
export declare const comboStackedAreaLineOptions: {
|
|
398
|
-
title: string;
|
|
399
|
-
axes: {
|
|
400
|
-
left: {
|
|
401
|
-
title: string;
|
|
402
|
-
stacked: boolean;
|
|
403
|
-
mapsTo: string;
|
|
404
|
-
titleOrientation: string;
|
|
405
|
-
};
|
|
406
|
-
bottom: {
|
|
407
|
-
scaleType: ScaleTypes;
|
|
408
|
-
mapsTo: string;
|
|
409
|
-
};
|
|
410
|
-
right: {
|
|
411
|
-
title: string;
|
|
412
|
-
scaleType: ScaleTypes;
|
|
413
|
-
mapsTo: string;
|
|
414
|
-
correspondingDatasets: string[];
|
|
415
|
-
titleOrientation: string;
|
|
416
|
-
};
|
|
417
|
-
};
|
|
418
|
-
curve: string;
|
|
419
|
-
comboChartTypes: ({
|
|
420
|
-
type: string;
|
|
421
|
-
options: {
|
|
422
|
-
points: {
|
|
423
|
-
enabled: boolean;
|
|
424
|
-
};
|
|
425
|
-
};
|
|
426
|
-
correspondingDatasets: string[];
|
|
427
|
-
} | {
|
|
428
|
-
type: string;
|
|
429
|
-
correspondingDatasets: string[];
|
|
430
|
-
options?: undefined;
|
|
431
|
-
})[];
|
|
432
|
-
};
|
|
433
|
-
export declare const comboAreaLineTimeSeriesData: ({
|
|
434
|
-
group: string;
|
|
435
|
-
key: Date;
|
|
436
|
-
value: number;
|
|
437
|
-
temp?: undefined;
|
|
438
|
-
} | {
|
|
439
|
-
group: string;
|
|
440
|
-
key: Date;
|
|
441
|
-
temp: number;
|
|
442
|
-
value?: undefined;
|
|
443
|
-
})[];
|
|
444
|
-
export declare const comboAreaLineTimeSeriesOptions: {
|
|
445
|
-
title: string;
|
|
446
|
-
points: {
|
|
447
|
-
enabled: boolean;
|
|
448
|
-
};
|
|
449
|
-
axes: {
|
|
450
|
-
left: {
|
|
451
|
-
title: string;
|
|
452
|
-
mapsTo: string;
|
|
453
|
-
};
|
|
454
|
-
bottom: {
|
|
455
|
-
scaleType: ScaleTypes;
|
|
456
|
-
mapsTo: string;
|
|
457
|
-
};
|
|
458
|
-
right: {
|
|
459
|
-
title: string;
|
|
460
|
-
mapsTo: string;
|
|
461
|
-
correspondingDatasets: string[];
|
|
462
|
-
};
|
|
463
|
-
};
|
|
464
|
-
comboChartTypes: ({
|
|
465
|
-
type: string;
|
|
466
|
-
options: {
|
|
467
|
-
points?: undefined;
|
|
468
|
-
};
|
|
469
|
-
correspondingDatasets: string[];
|
|
470
|
-
} | {
|
|
471
|
-
type: string;
|
|
472
|
-
options: {
|
|
473
|
-
points: {
|
|
474
|
-
enabled: boolean;
|
|
475
|
-
};
|
|
476
|
-
};
|
|
477
|
-
correspondingDatasets: string[];
|
|
478
|
-
})[];
|
|
479
|
-
curve: string;
|
|
480
|
-
timeScale: {
|
|
481
|
-
addSpaceOnEdges: number;
|
|
482
|
-
};
|
|
483
|
-
};
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { Alignments } from '../../interfaces';
|
|
2
|
-
export declare const donutData: {
|
|
3
|
-
group: string;
|
|
4
|
-
value: number;
|
|
5
|
-
}[];
|
|
6
|
-
export declare const donutOptions: {
|
|
7
|
-
title: string;
|
|
8
|
-
resizable: boolean;
|
|
9
|
-
donut: {
|
|
10
|
-
center: {
|
|
11
|
-
label: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export declare const donutCenteredData: {
|
|
16
|
-
group: string;
|
|
17
|
-
value: number;
|
|
18
|
-
}[];
|
|
19
|
-
export declare const donutCenteredOptions: {
|
|
20
|
-
title: string;
|
|
21
|
-
resizable: boolean;
|
|
22
|
-
legend: {
|
|
23
|
-
alignment: Alignments;
|
|
24
|
-
};
|
|
25
|
-
donut: {
|
|
26
|
-
center: {
|
|
27
|
-
label: string;
|
|
28
|
-
};
|
|
29
|
-
alignment: Alignments;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
export declare const donutDataMapsTo: {
|
|
33
|
-
group: string;
|
|
34
|
-
count: number;
|
|
35
|
-
}[];
|
|
36
|
-
export declare const donutMapsToOptions: {
|
|
37
|
-
title: string;
|
|
38
|
-
resizable: boolean;
|
|
39
|
-
pie: {
|
|
40
|
-
valueMapsTo: string;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
export declare const donutEmptyStateData: any[];
|
|
44
|
-
export declare const donutEmptyStateOptions: {
|
|
45
|
-
title: string;
|
|
46
|
-
resizable: boolean;
|
|
47
|
-
donut: {
|
|
48
|
-
center: {
|
|
49
|
-
label: string;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
export declare const donutSkeletonData: any[];
|
|
54
|
-
export declare const donutSkeletonOptions: {
|
|
55
|
-
title: string;
|
|
56
|
-
resizable: boolean;
|
|
57
|
-
donut: {
|
|
58
|
-
center: {
|
|
59
|
-
label: string;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
data: {
|
|
63
|
-
loading: boolean;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
export declare const gaugeData: {
|
|
2
|
-
group: string;
|
|
3
|
-
value: number;
|
|
4
|
-
}[];
|
|
5
|
-
export declare const gaugeDataNoDelta: {
|
|
6
|
-
group: string;
|
|
7
|
-
value: number;
|
|
8
|
-
}[];
|
|
9
|
-
export declare const gaugeOptionsSemi: {
|
|
10
|
-
title: string;
|
|
11
|
-
resizable: boolean;
|
|
12
|
-
height: string;
|
|
13
|
-
width: string;
|
|
14
|
-
gauge: {
|
|
15
|
-
type: string;
|
|
16
|
-
status: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export declare const gaugeOptionsCircular: {
|
|
20
|
-
title: string;
|
|
21
|
-
resizable: boolean;
|
|
22
|
-
height: string;
|
|
23
|
-
gauge: {
|
|
24
|
-
status: string;
|
|
25
|
-
type: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
export declare const gaugeOptionsCircularNoDelta: {
|
|
29
|
-
title: string;
|
|
30
|
-
resizable: boolean;
|
|
31
|
-
height: string;
|
|
32
|
-
gauge: {
|
|
33
|
-
type: string;
|
|
34
|
-
};
|
|
35
|
-
color: {
|
|
36
|
-
scale: {
|
|
37
|
-
value: string;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
};
|