@oliasoft-open-source/charts-library 3.7.2 → 3.7.4
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.
|
@@ -7,30 +7,57 @@ declare namespace _default {
|
|
|
7
7
|
}
|
|
8
8
|
export default _default;
|
|
9
9
|
export function Default(args: any): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export function
|
|
11
|
-
export namespace
|
|
10
|
+
export function HideDatasetInLegend(args: any): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export namespace HideDatasetInLegend {
|
|
12
12
|
export namespace args_1 {
|
|
13
13
|
namespace chart {
|
|
14
14
|
namespace data {
|
|
15
|
-
const datasets: {
|
|
15
|
+
const datasets: ({
|
|
16
|
+
hideLegend: boolean;
|
|
16
17
|
label: string;
|
|
17
18
|
data: {
|
|
18
19
|
x: number;
|
|
19
20
|
y: number;
|
|
20
21
|
}[];
|
|
21
|
-
|
|
22
|
-
|
|
22
|
+
} | {
|
|
23
|
+
label: string;
|
|
24
|
+
data: {
|
|
25
|
+
x: number;
|
|
26
|
+
y: number;
|
|
27
|
+
}[];
|
|
28
|
+
})[];
|
|
23
29
|
}
|
|
24
30
|
}
|
|
25
31
|
}
|
|
26
32
|
export { args_1 as args };
|
|
27
33
|
}
|
|
28
|
-
export function
|
|
29
|
-
export namespace
|
|
34
|
+
export function OnePoint(args: any): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
export namespace OnePoint {
|
|
30
36
|
export namespace args_2 {
|
|
31
37
|
export namespace chart_1 {
|
|
32
38
|
export namespace data_1 {
|
|
33
39
|
const datasets_1: {
|
|
40
|
+
label: string;
|
|
41
|
+
data: {
|
|
42
|
+
x: number;
|
|
43
|
+
y: number;
|
|
44
|
+
}[];
|
|
45
|
+
showLine: boolean;
|
|
46
|
+
}[];
|
|
47
|
+
export { datasets_1 as datasets };
|
|
48
|
+
}
|
|
49
|
+
export { data_1 as data };
|
|
50
|
+
}
|
|
51
|
+
export { chart_1 as chart };
|
|
52
|
+
}
|
|
53
|
+
export { args_2 as args };
|
|
54
|
+
}
|
|
55
|
+
export function PointStyles(args: any): import("react/jsx-runtime").JSX.Element;
|
|
56
|
+
export namespace PointStyles {
|
|
57
|
+
export namespace args_3 {
|
|
58
|
+
export namespace chart_2 {
|
|
59
|
+
export namespace data_2 {
|
|
60
|
+
const datasets_2: {
|
|
34
61
|
label: string;
|
|
35
62
|
pointStyle: string;
|
|
36
63
|
pointRadius: number;
|
|
@@ -40,9 +67,9 @@ export namespace PointStyles {
|
|
|
40
67
|
y: number;
|
|
41
68
|
}[];
|
|
42
69
|
}[];
|
|
43
|
-
export {
|
|
70
|
+
export { datasets_2 as datasets };
|
|
44
71
|
}
|
|
45
|
-
export {
|
|
72
|
+
export { data_2 as data };
|
|
46
73
|
export namespace options {
|
|
47
74
|
const title_1: string;
|
|
48
75
|
export { title_1 as title };
|
|
@@ -51,16 +78,16 @@ export namespace PointStyles {
|
|
|
51
78
|
}
|
|
52
79
|
}
|
|
53
80
|
}
|
|
54
|
-
export {
|
|
81
|
+
export { chart_2 as chart };
|
|
55
82
|
}
|
|
56
|
-
export {
|
|
83
|
+
export { args_3 as args };
|
|
57
84
|
}
|
|
58
85
|
export function LineStyles(args: any): import("react/jsx-runtime").JSX.Element;
|
|
59
86
|
export namespace LineStyles {
|
|
60
|
-
export namespace
|
|
61
|
-
export namespace
|
|
62
|
-
export namespace
|
|
63
|
-
const
|
|
87
|
+
export namespace args_4 {
|
|
88
|
+
export namespace chart_3 {
|
|
89
|
+
export namespace data_3 {
|
|
90
|
+
const datasets_3: {
|
|
64
91
|
borderDash: number[];
|
|
65
92
|
label: string;
|
|
66
93
|
data: {
|
|
@@ -68,9 +95,9 @@ export namespace LineStyles {
|
|
|
68
95
|
y: number;
|
|
69
96
|
}[];
|
|
70
97
|
}[];
|
|
71
|
-
export {
|
|
98
|
+
export { datasets_3 as datasets };
|
|
72
99
|
}
|
|
73
|
-
export {
|
|
100
|
+
export { data_3 as data };
|
|
74
101
|
export namespace options_1 {
|
|
75
102
|
namespace legend {
|
|
76
103
|
const usePointStyle: boolean;
|
|
@@ -78,14 +105,14 @@ export namespace LineStyles {
|
|
|
78
105
|
}
|
|
79
106
|
export { options_1 as options };
|
|
80
107
|
}
|
|
81
|
-
export {
|
|
108
|
+
export { chart_3 as chart };
|
|
82
109
|
}
|
|
83
|
-
export {
|
|
110
|
+
export { args_4 as args };
|
|
84
111
|
}
|
|
85
112
|
export function FillContainer(args: any): import("react/jsx-runtime").JSX.Element;
|
|
86
113
|
export namespace FillContainer {
|
|
87
|
-
export namespace
|
|
88
|
-
export namespace
|
|
114
|
+
export namespace args_5 {
|
|
115
|
+
export namespace chart_4 {
|
|
89
116
|
export namespace options_2 {
|
|
90
117
|
export namespace chartStyling_1 {
|
|
91
118
|
const height_1: string;
|
|
@@ -94,38 +121,38 @@ export namespace FillContainer {
|
|
|
94
121
|
export { chartStyling_1 as chartStyling };
|
|
95
122
|
}
|
|
96
123
|
export { options_2 as options };
|
|
97
|
-
export namespace
|
|
98
|
-
const
|
|
124
|
+
export namespace data_4 {
|
|
125
|
+
const datasets_4: {
|
|
99
126
|
label: string;
|
|
100
127
|
data: {
|
|
101
128
|
x: number;
|
|
102
129
|
y: number;
|
|
103
130
|
}[];
|
|
104
131
|
}[];
|
|
105
|
-
export {
|
|
132
|
+
export { datasets_4 as datasets };
|
|
106
133
|
}
|
|
107
|
-
export {
|
|
134
|
+
export { data_4 as data };
|
|
108
135
|
}
|
|
109
|
-
export {
|
|
136
|
+
export { chart_4 as chart };
|
|
110
137
|
}
|
|
111
|
-
export {
|
|
138
|
+
export { args_5 as args };
|
|
112
139
|
export const decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
113
140
|
}
|
|
114
141
|
export function AutoAxisPadding(args: any): import("react/jsx-runtime").JSX.Element;
|
|
115
142
|
export namespace AutoAxisPadding {
|
|
116
|
-
export namespace
|
|
117
|
-
export namespace
|
|
118
|
-
export namespace
|
|
119
|
-
const
|
|
143
|
+
export namespace args_6 {
|
|
144
|
+
export namespace chart_5 {
|
|
145
|
+
export namespace data_5 {
|
|
146
|
+
const datasets_5: {
|
|
120
147
|
label: string;
|
|
121
148
|
data: {
|
|
122
149
|
x: number;
|
|
123
150
|
y: number;
|
|
124
151
|
}[];
|
|
125
152
|
}[];
|
|
126
|
-
export {
|
|
153
|
+
export { datasets_5 as datasets };
|
|
127
154
|
}
|
|
128
|
-
export {
|
|
155
|
+
export { data_5 as data };
|
|
129
156
|
export namespace options_3 {
|
|
130
157
|
const title_2: string;
|
|
131
158
|
export { title_2 as title };
|
|
@@ -135,30 +162,30 @@ export namespace AutoAxisPadding {
|
|
|
135
162
|
}
|
|
136
163
|
export { options_3 as options };
|
|
137
164
|
}
|
|
138
|
-
export {
|
|
165
|
+
export { chart_5 as chart };
|
|
139
166
|
}
|
|
140
|
-
export {
|
|
167
|
+
export { args_6 as args };
|
|
141
168
|
}
|
|
142
169
|
export function NoTitle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
143
170
|
export namespace NoTitle {
|
|
144
|
-
export namespace
|
|
145
|
-
export namespace
|
|
171
|
+
export namespace args_7 {
|
|
172
|
+
export namespace chart_6 {
|
|
146
173
|
export namespace options_4 {
|
|
147
174
|
const title_3: undefined;
|
|
148
175
|
export { title_3 as title };
|
|
149
176
|
}
|
|
150
177
|
export { options_4 as options };
|
|
151
178
|
}
|
|
152
|
-
export {
|
|
179
|
+
export { chart_6 as chart };
|
|
153
180
|
}
|
|
154
|
-
export {
|
|
181
|
+
export { args_7 as args };
|
|
155
182
|
}
|
|
156
183
|
export function DataGaps(args: any): import("react/jsx-runtime").JSX.Element;
|
|
157
184
|
export namespace DataGaps {
|
|
158
|
-
export namespace
|
|
159
|
-
export namespace
|
|
160
|
-
export namespace
|
|
161
|
-
const
|
|
185
|
+
export namespace args_8 {
|
|
186
|
+
export namespace chart_7 {
|
|
187
|
+
export namespace data_6 {
|
|
188
|
+
const datasets_6: {
|
|
162
189
|
label: string;
|
|
163
190
|
data: ({
|
|
164
191
|
x: number;
|
|
@@ -168,18 +195,18 @@ export namespace DataGaps {
|
|
|
168
195
|
y: number;
|
|
169
196
|
} | null | undefined)[];
|
|
170
197
|
}[];
|
|
171
|
-
export {
|
|
198
|
+
export { datasets_6 as datasets };
|
|
172
199
|
}
|
|
173
|
-
export {
|
|
200
|
+
export { data_6 as data };
|
|
174
201
|
}
|
|
175
|
-
export {
|
|
202
|
+
export { chart_7 as chart };
|
|
176
203
|
}
|
|
177
|
-
export {
|
|
204
|
+
export { args_8 as args };
|
|
178
205
|
}
|
|
179
206
|
export function TooltipUnits(args: any): import("react/jsx-runtime").JSX.Element;
|
|
180
207
|
export namespace TooltipUnits {
|
|
181
|
-
export namespace
|
|
182
|
-
export namespace
|
|
208
|
+
export namespace args_9 {
|
|
209
|
+
export namespace chart_8 {
|
|
183
210
|
export namespace options_5 {
|
|
184
211
|
namespace axes {
|
|
185
212
|
const x: {
|
|
@@ -192,14 +219,14 @@ export namespace TooltipUnits {
|
|
|
192
219
|
}
|
|
193
220
|
export { options_5 as options };
|
|
194
221
|
}
|
|
195
|
-
export {
|
|
222
|
+
export { chart_8 as chart };
|
|
196
223
|
}
|
|
197
|
-
export {
|
|
224
|
+
export { args_9 as args };
|
|
198
225
|
}
|
|
199
226
|
export function MinorGridlines(args: any): import("react/jsx-runtime").JSX.Element;
|
|
200
227
|
export namespace MinorGridlines {
|
|
201
|
-
export namespace
|
|
202
|
-
export namespace
|
|
228
|
+
export namespace args_10 {
|
|
229
|
+
export namespace chart_9 {
|
|
203
230
|
export namespace options_6 {
|
|
204
231
|
namespace graph {
|
|
205
232
|
const showMinorGridlines: boolean;
|
|
@@ -207,14 +234,14 @@ export namespace MinorGridlines {
|
|
|
207
234
|
}
|
|
208
235
|
export { options_6 as options };
|
|
209
236
|
}
|
|
210
|
-
export {
|
|
237
|
+
export { chart_9 as chart };
|
|
211
238
|
}
|
|
212
|
-
export {
|
|
239
|
+
export { args_10 as args };
|
|
213
240
|
}
|
|
214
241
|
export function AxesLabels(args: any): import("react/jsx-runtime").JSX.Element;
|
|
215
242
|
export namespace AxesLabels {
|
|
216
|
-
export namespace
|
|
217
|
-
export namespace
|
|
243
|
+
export namespace args_11 {
|
|
244
|
+
export namespace chart_10 {
|
|
218
245
|
export namespace options_7 {
|
|
219
246
|
export namespace axes_1 {
|
|
220
247
|
const x_1: {
|
|
@@ -230,16 +257,16 @@ export namespace AxesLabels {
|
|
|
230
257
|
}
|
|
231
258
|
export { options_7 as options };
|
|
232
259
|
}
|
|
233
|
-
export {
|
|
260
|
+
export { chart_10 as chart };
|
|
234
261
|
}
|
|
235
|
-
export {
|
|
262
|
+
export { args_11 as args };
|
|
236
263
|
}
|
|
237
264
|
export function MultipleYAxes(args: any): import("react/jsx-runtime").JSX.Element;
|
|
238
265
|
export namespace MultipleYAxes {
|
|
239
|
-
export namespace
|
|
240
|
-
export namespace
|
|
241
|
-
export namespace
|
|
242
|
-
const
|
|
266
|
+
export namespace args_12 {
|
|
267
|
+
export namespace chart_11 {
|
|
268
|
+
export namespace data_7 {
|
|
269
|
+
const datasets_7: ({
|
|
243
270
|
label: string;
|
|
244
271
|
data: {
|
|
245
272
|
x: number;
|
|
@@ -254,9 +281,9 @@ export namespace MultipleYAxes {
|
|
|
254
281
|
}[];
|
|
255
282
|
yAxisID: string;
|
|
256
283
|
})[];
|
|
257
|
-
export {
|
|
284
|
+
export { datasets_7 as datasets };
|
|
258
285
|
}
|
|
259
|
-
export {
|
|
286
|
+
export { data_7 as data };
|
|
260
287
|
export namespace options_8 {
|
|
261
288
|
const title_4: string;
|
|
262
289
|
export { title_4 as title };
|
|
@@ -280,16 +307,16 @@ export namespace MultipleYAxes {
|
|
|
280
307
|
}
|
|
281
308
|
export { options_8 as options };
|
|
282
309
|
}
|
|
283
|
-
export {
|
|
310
|
+
export { chart_11 as chart };
|
|
284
311
|
}
|
|
285
|
-
export {
|
|
312
|
+
export { args_12 as args };
|
|
286
313
|
}
|
|
287
314
|
export function MultipleXAxes(args: any): import("react/jsx-runtime").JSX.Element;
|
|
288
315
|
export namespace MultipleXAxes {
|
|
289
|
-
export namespace
|
|
290
|
-
export namespace
|
|
291
|
-
export namespace
|
|
292
|
-
const
|
|
316
|
+
export namespace args_13 {
|
|
317
|
+
export namespace chart_12 {
|
|
318
|
+
export namespace data_8 {
|
|
319
|
+
const datasets_8: ({
|
|
293
320
|
label: string;
|
|
294
321
|
data: {
|
|
295
322
|
x: number;
|
|
@@ -303,9 +330,9 @@ export namespace MultipleXAxes {
|
|
|
303
330
|
y: number;
|
|
304
331
|
}[];
|
|
305
332
|
})[];
|
|
306
|
-
export {
|
|
333
|
+
export { datasets_8 as datasets };
|
|
307
334
|
}
|
|
308
|
-
export {
|
|
335
|
+
export { data_8 as data };
|
|
309
336
|
export namespace options_9 {
|
|
310
337
|
const title_5: string;
|
|
311
338
|
export { title_5 as title };
|
|
@@ -325,14 +352,14 @@ export namespace MultipleXAxes {
|
|
|
325
352
|
}
|
|
326
353
|
export { options_9 as options };
|
|
327
354
|
}
|
|
328
|
-
export {
|
|
355
|
+
export { chart_12 as chart };
|
|
329
356
|
}
|
|
330
|
-
export {
|
|
357
|
+
export { args_13 as args };
|
|
331
358
|
}
|
|
332
359
|
export function ReversedYAxis(args: any): import("react/jsx-runtime").JSX.Element;
|
|
333
360
|
export namespace ReversedYAxis {
|
|
334
|
-
export namespace
|
|
335
|
-
export namespace
|
|
361
|
+
export namespace args_14 {
|
|
362
|
+
export namespace chart_13 {
|
|
336
363
|
export namespace options_10 {
|
|
337
364
|
export namespace additionalAxesOptions_1 {
|
|
338
365
|
const reverse: boolean;
|
|
@@ -341,14 +368,14 @@ export namespace ReversedYAxis {
|
|
|
341
368
|
}
|
|
342
369
|
export { options_10 as options };
|
|
343
370
|
}
|
|
344
|
-
export {
|
|
371
|
+
export { chart_13 as chart };
|
|
345
372
|
}
|
|
346
|
-
export {
|
|
373
|
+
export { args_14 as args };
|
|
347
374
|
}
|
|
348
375
|
export function LogarithmicScale(args: any): import("react/jsx-runtime").JSX.Element;
|
|
349
376
|
export namespace LogarithmicScale {
|
|
350
|
-
export namespace
|
|
351
|
-
export namespace
|
|
377
|
+
export namespace args_15 {
|
|
378
|
+
export namespace chart_14 {
|
|
352
379
|
export namespace options_11 {
|
|
353
380
|
export namespace additionalAxesOptions_2 {
|
|
354
381
|
const chartScaleType: string;
|
|
@@ -357,14 +384,14 @@ export namespace LogarithmicScale {
|
|
|
357
384
|
}
|
|
358
385
|
export { options_11 as options };
|
|
359
386
|
}
|
|
360
|
-
export {
|
|
387
|
+
export { chart_14 as chart };
|
|
361
388
|
}
|
|
362
|
-
export {
|
|
389
|
+
export { args_15 as args };
|
|
363
390
|
}
|
|
364
391
|
export function PresetRange(args: any): import("react/jsx-runtime").JSX.Element;
|
|
365
392
|
export namespace PresetRange {
|
|
366
|
-
export namespace
|
|
367
|
-
export namespace
|
|
393
|
+
export namespace args_16 {
|
|
394
|
+
export namespace chart_15 {
|
|
368
395
|
export namespace options_12 {
|
|
369
396
|
export namespace additionalAxesOptions_3 {
|
|
370
397
|
namespace range {
|
|
@@ -386,16 +413,16 @@ export namespace PresetRange {
|
|
|
386
413
|
}
|
|
387
414
|
export { options_12 as options };
|
|
388
415
|
}
|
|
389
|
-
export {
|
|
416
|
+
export { chart_15 as chart };
|
|
390
417
|
}
|
|
391
|
-
export {
|
|
418
|
+
export { args_16 as args };
|
|
392
419
|
}
|
|
393
420
|
export function DataLabels(args: any): import("react/jsx-runtime").JSX.Element;
|
|
394
421
|
export namespace DataLabels {
|
|
395
|
-
export namespace
|
|
396
|
-
export namespace
|
|
397
|
-
export namespace
|
|
398
|
-
const
|
|
422
|
+
export namespace args_17 {
|
|
423
|
+
export namespace chart_16 {
|
|
424
|
+
export namespace data_9 {
|
|
425
|
+
const datasets_9: {
|
|
399
426
|
data: {
|
|
400
427
|
label: string[];
|
|
401
428
|
x: number;
|
|
@@ -403,9 +430,9 @@ export namespace DataLabels {
|
|
|
403
430
|
}[];
|
|
404
431
|
label: string;
|
|
405
432
|
}[];
|
|
406
|
-
export {
|
|
433
|
+
export { datasets_9 as datasets };
|
|
407
434
|
}
|
|
408
|
-
export {
|
|
435
|
+
export { data_9 as data };
|
|
409
436
|
export namespace options_13 {
|
|
410
437
|
export namespace graph_1 {
|
|
411
438
|
const showDataLabels: boolean;
|
|
@@ -414,16 +441,16 @@ export namespace DataLabels {
|
|
|
414
441
|
}
|
|
415
442
|
export { options_13 as options };
|
|
416
443
|
}
|
|
417
|
-
export {
|
|
444
|
+
export { chart_16 as chart };
|
|
418
445
|
}
|
|
419
|
-
export {
|
|
446
|
+
export { args_17 as args };
|
|
420
447
|
}
|
|
421
448
|
export function DataLabelsInTooltips(args: any): import("react/jsx-runtime").JSX.Element;
|
|
422
449
|
export namespace DataLabelsInTooltips {
|
|
423
|
-
export namespace
|
|
424
|
-
export namespace
|
|
425
|
-
export namespace
|
|
426
|
-
const
|
|
450
|
+
export namespace args_18 {
|
|
451
|
+
export namespace chart_17 {
|
|
452
|
+
export namespace data_10 {
|
|
453
|
+
const datasets_10: {
|
|
427
454
|
data: {
|
|
428
455
|
label: string[];
|
|
429
456
|
x: number;
|
|
@@ -431,9 +458,9 @@ export namespace DataLabelsInTooltips {
|
|
|
431
458
|
}[];
|
|
432
459
|
label: string;
|
|
433
460
|
}[];
|
|
434
|
-
export {
|
|
461
|
+
export { datasets_10 as datasets };
|
|
435
462
|
}
|
|
436
|
-
export {
|
|
463
|
+
export { data_10 as data };
|
|
437
464
|
export namespace options_14 {
|
|
438
465
|
namespace tooltip {
|
|
439
466
|
const showLabelsInTooltips: boolean;
|
|
@@ -441,14 +468,14 @@ export namespace DataLabelsInTooltips {
|
|
|
441
468
|
}
|
|
442
469
|
export { options_14 as options };
|
|
443
470
|
}
|
|
444
|
-
export {
|
|
471
|
+
export { chart_17 as chart };
|
|
445
472
|
}
|
|
446
|
-
export {
|
|
473
|
+
export { args_18 as args };
|
|
447
474
|
}
|
|
448
475
|
export function LegendOnRight(args: any): import("react/jsx-runtime").JSX.Element;
|
|
449
476
|
export namespace LegendOnRight {
|
|
450
|
-
export namespace
|
|
451
|
-
export namespace
|
|
477
|
+
export namespace args_19 {
|
|
478
|
+
export namespace chart_18 {
|
|
452
479
|
export namespace options_15 {
|
|
453
480
|
export namespace legend_1 {
|
|
454
481
|
const position: string;
|
|
@@ -457,14 +484,14 @@ export namespace LegendOnRight {
|
|
|
457
484
|
}
|
|
458
485
|
export { options_15 as options };
|
|
459
486
|
}
|
|
460
|
-
export {
|
|
487
|
+
export { chart_18 as chart };
|
|
461
488
|
}
|
|
462
|
-
export {
|
|
489
|
+
export { args_19 as args };
|
|
463
490
|
}
|
|
464
491
|
export function HideLegend(args: any): import("react/jsx-runtime").JSX.Element;
|
|
465
492
|
export namespace HideLegend {
|
|
466
|
-
export namespace
|
|
467
|
-
export namespace
|
|
493
|
+
export namespace args_20 {
|
|
494
|
+
export namespace chart_19 {
|
|
468
495
|
export namespace options_16 {
|
|
469
496
|
export namespace legend_2 {
|
|
470
497
|
const display: boolean;
|
|
@@ -473,14 +500,14 @@ export namespace HideLegend {
|
|
|
473
500
|
}
|
|
474
501
|
export { options_16 as options };
|
|
475
502
|
}
|
|
476
|
-
export {
|
|
503
|
+
export { chart_19 as chart };
|
|
477
504
|
}
|
|
478
|
-
export {
|
|
505
|
+
export { args_20 as args };
|
|
479
506
|
}
|
|
480
507
|
export function Annotations(args: any): import("react/jsx-runtime").JSX.Element;
|
|
481
508
|
export namespace Annotations {
|
|
482
|
-
export namespace
|
|
483
|
-
export namespace
|
|
509
|
+
export namespace args_21 {
|
|
510
|
+
export namespace chart_20 {
|
|
484
511
|
export namespace options_17 {
|
|
485
512
|
export namespace legend_3 {
|
|
486
513
|
const display_1: boolean;
|
|
@@ -508,14 +535,14 @@ export namespace Annotations {
|
|
|
508
535
|
}
|
|
509
536
|
export { options_17 as options };
|
|
510
537
|
}
|
|
511
|
-
export {
|
|
538
|
+
export { chart_20 as chart };
|
|
512
539
|
}
|
|
513
|
-
export {
|
|
540
|
+
export { args_21 as args };
|
|
514
541
|
}
|
|
515
542
|
export function AnnotationsBox(args: any): import("react/jsx-runtime").JSX.Element;
|
|
516
543
|
export namespace AnnotationsBox {
|
|
517
|
-
export namespace
|
|
518
|
-
export namespace
|
|
544
|
+
export namespace args_22 {
|
|
545
|
+
export namespace chart_21 {
|
|
519
546
|
export namespace options_18 {
|
|
520
547
|
export namespace annotations_1 {
|
|
521
548
|
const showAnnotations_1: boolean;
|
|
@@ -534,14 +561,14 @@ export namespace AnnotationsBox {
|
|
|
534
561
|
}
|
|
535
562
|
export { options_18 as options };
|
|
536
563
|
}
|
|
537
|
-
export {
|
|
564
|
+
export { chart_21 as chart };
|
|
538
565
|
}
|
|
539
|
-
export {
|
|
566
|
+
export { args_22 as args };
|
|
540
567
|
}
|
|
541
568
|
export function AnnotationsEllipse(args: any): import("react/jsx-runtime").JSX.Element;
|
|
542
569
|
export namespace AnnotationsEllipse {
|
|
543
|
-
export namespace
|
|
544
|
-
export namespace
|
|
570
|
+
export namespace args_23 {
|
|
571
|
+
export namespace chart_22 {
|
|
545
572
|
export namespace options_19 {
|
|
546
573
|
export namespace annotations_2 {
|
|
547
574
|
const showAnnotations_2: boolean;
|
|
@@ -561,14 +588,14 @@ export namespace AnnotationsEllipse {
|
|
|
561
588
|
}
|
|
562
589
|
export { options_19 as options };
|
|
563
590
|
}
|
|
564
|
-
export {
|
|
591
|
+
export { chart_22 as chart };
|
|
565
592
|
}
|
|
566
|
-
export {
|
|
593
|
+
export { args_23 as args };
|
|
567
594
|
}
|
|
568
595
|
export function AnnotationsInLegend(args: any): import("react/jsx-runtime").JSX.Element;
|
|
569
596
|
export namespace AnnotationsInLegend {
|
|
570
|
-
export namespace
|
|
571
|
-
export namespace
|
|
597
|
+
export namespace args_24 {
|
|
598
|
+
export namespace chart_23 {
|
|
572
599
|
export namespace options_20 {
|
|
573
600
|
export namespace annotations_3 {
|
|
574
601
|
export const controlAnnotation: boolean;
|
|
@@ -614,14 +641,14 @@ export namespace AnnotationsInLegend {
|
|
|
614
641
|
}
|
|
615
642
|
export { options_20 as options };
|
|
616
643
|
}
|
|
617
|
-
export {
|
|
644
|
+
export { chart_23 as chart };
|
|
618
645
|
}
|
|
619
|
-
export {
|
|
646
|
+
export { args_24 as args };
|
|
620
647
|
}
|
|
621
648
|
export function CustomLegend(args: any): import("react/jsx-runtime").JSX.Element;
|
|
622
649
|
export namespace CustomLegend {
|
|
623
|
-
export namespace
|
|
624
|
-
export namespace
|
|
650
|
+
export namespace args_25 {
|
|
651
|
+
export namespace chart_24 {
|
|
625
652
|
export namespace options_21 {
|
|
626
653
|
const title_6: string;
|
|
627
654
|
export { title_6 as title };
|
|
@@ -637,14 +664,14 @@ export namespace CustomLegend {
|
|
|
637
664
|
}
|
|
638
665
|
export { options_21 as options };
|
|
639
666
|
}
|
|
640
|
-
export {
|
|
667
|
+
export { chart_24 as chart };
|
|
641
668
|
}
|
|
642
|
-
export {
|
|
669
|
+
export { args_25 as args };
|
|
643
670
|
}
|
|
644
671
|
export function Animation(args: any): import("react/jsx-runtime").JSX.Element;
|
|
645
672
|
export namespace Animation {
|
|
646
|
-
export namespace
|
|
647
|
-
export namespace
|
|
673
|
+
export namespace args_26 {
|
|
674
|
+
export namespace chart_25 {
|
|
648
675
|
export namespace options_22 {
|
|
649
676
|
export namespace chartStyling_4 {
|
|
650
677
|
const performanceMode: boolean;
|
|
@@ -653,14 +680,14 @@ export namespace Animation {
|
|
|
653
680
|
}
|
|
654
681
|
export { options_22 as options };
|
|
655
682
|
}
|
|
656
|
-
export {
|
|
683
|
+
export { chart_25 as chart };
|
|
657
684
|
}
|
|
658
|
-
export {
|
|
685
|
+
export { args_26 as args };
|
|
659
686
|
}
|
|
660
687
|
export function SquareAspectRatio(args: any): import("react/jsx-runtime").JSX.Element;
|
|
661
688
|
export namespace SquareAspectRatio {
|
|
662
|
-
export namespace
|
|
663
|
-
export namespace
|
|
689
|
+
export namespace args_27 {
|
|
690
|
+
export namespace chart_26 {
|
|
664
691
|
export namespace options_23 {
|
|
665
692
|
const title_7: string;
|
|
666
693
|
export { title_7 as title };
|
|
@@ -671,9 +698,9 @@ export namespace SquareAspectRatio {
|
|
|
671
698
|
}
|
|
672
699
|
export { options_23 as options };
|
|
673
700
|
}
|
|
674
|
-
export {
|
|
701
|
+
export { chart_26 as chart };
|
|
675
702
|
}
|
|
676
|
-
export {
|
|
703
|
+
export { args_27 as args };
|
|
677
704
|
}
|
|
678
705
|
export function HeaderComponentNoTitle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
679
706
|
export namespace HeaderComponentNoTitle {
|
|
@@ -687,10 +714,10 @@ export namespace HeaderComponentNoTitle {
|
|
|
687
714
|
}
|
|
688
715
|
export function HeaderComponentWithTitle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
689
716
|
export namespace HeaderComponentWithTitle {
|
|
690
|
-
export namespace
|
|
717
|
+
export namespace args_28 {
|
|
691
718
|
export { testComponent as headerComponent };
|
|
692
719
|
}
|
|
693
|
-
export {
|
|
720
|
+
export { args_28 as args };
|
|
694
721
|
export namespace parameters_1 {
|
|
695
722
|
export namespace docs_1 {
|
|
696
723
|
export namespace description_1 {
|
|
@@ -721,8 +748,8 @@ export function ControlsPortal(args: any): import("react/jsx-runtime").JSX.Eleme
|
|
|
721
748
|
export function WithTable(args: any): import("react/jsx-runtime").JSX.Element;
|
|
722
749
|
export function SquareAspectRatioFillContainer(args: any): import("react/jsx-runtime").JSX.Element;
|
|
723
750
|
export namespace SquareAspectRatioFillContainer {
|
|
724
|
-
export namespace
|
|
725
|
-
export namespace
|
|
751
|
+
export namespace args_29 {
|
|
752
|
+
export namespace chart_27 {
|
|
726
753
|
export namespace options_24 {
|
|
727
754
|
const title_8: string;
|
|
728
755
|
export { title_8 as title };
|
|
@@ -736,16 +763,16 @@ export namespace SquareAspectRatioFillContainer {
|
|
|
736
763
|
}
|
|
737
764
|
export { options_24 as options };
|
|
738
765
|
}
|
|
739
|
-
export {
|
|
766
|
+
export { chart_27 as chart };
|
|
740
767
|
}
|
|
741
|
-
export {
|
|
768
|
+
export { args_29 as args };
|
|
742
769
|
const decorators_1: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
743
770
|
export { decorators_1 as decorators };
|
|
744
771
|
}
|
|
745
772
|
export function OnPointHover(args: any): import("react/jsx-runtime").JSX.Element;
|
|
746
773
|
export namespace OnPointHover {
|
|
747
|
-
export namespace
|
|
748
|
-
export namespace
|
|
774
|
+
export namespace args_30 {
|
|
775
|
+
export namespace chart_28 {
|
|
749
776
|
export namespace options_25 {
|
|
750
777
|
namespace interactions {
|
|
751
778
|
function onHover(evt: any, datasetIndex: any, pointIndex: any, datasets: any): void;
|
|
@@ -754,75 +781,75 @@ export namespace OnPointHover {
|
|
|
754
781
|
}
|
|
755
782
|
export { options_25 as options };
|
|
756
783
|
}
|
|
757
|
-
export {
|
|
784
|
+
export { chart_28 as chart };
|
|
758
785
|
}
|
|
759
|
-
export {
|
|
786
|
+
export { args_30 as args };
|
|
760
787
|
}
|
|
761
788
|
export function ZeroValues(args: any): import("react/jsx-runtime").JSX.Element;
|
|
762
789
|
export namespace ZeroValues {
|
|
763
|
-
export namespace
|
|
764
|
-
export namespace
|
|
765
|
-
export namespace
|
|
766
|
-
const
|
|
790
|
+
export namespace args_31 {
|
|
791
|
+
export namespace chart_29 {
|
|
792
|
+
export namespace data_11 {
|
|
793
|
+
const datasets_11: {
|
|
767
794
|
label: string;
|
|
768
795
|
data: {
|
|
769
796
|
x: number;
|
|
770
797
|
y: number;
|
|
771
798
|
}[];
|
|
772
799
|
}[];
|
|
773
|
-
export {
|
|
800
|
+
export { datasets_11 as datasets };
|
|
774
801
|
}
|
|
775
|
-
export {
|
|
802
|
+
export { data_11 as data };
|
|
776
803
|
export namespace options_26 {
|
|
777
804
|
const title_9: string;
|
|
778
805
|
export { title_9 as title };
|
|
779
806
|
}
|
|
780
807
|
export { options_26 as options };
|
|
781
808
|
}
|
|
782
|
-
export {
|
|
809
|
+
export { chart_29 as chart };
|
|
783
810
|
}
|
|
784
|
-
export {
|
|
811
|
+
export { args_31 as args };
|
|
785
812
|
}
|
|
786
813
|
export function SimilarValues(args: any): import("react/jsx-runtime").JSX.Element;
|
|
787
814
|
export namespace SimilarValues {
|
|
788
|
-
export namespace
|
|
789
|
-
export namespace
|
|
790
|
-
export namespace
|
|
791
|
-
const
|
|
815
|
+
export namespace args_32 {
|
|
816
|
+
export namespace chart_30 {
|
|
817
|
+
export namespace data_12 {
|
|
818
|
+
const datasets_12: {
|
|
792
819
|
label: string;
|
|
793
820
|
data: {
|
|
794
821
|
x: number;
|
|
795
822
|
y: number;
|
|
796
823
|
}[];
|
|
797
824
|
}[];
|
|
798
|
-
export {
|
|
825
|
+
export { datasets_12 as datasets };
|
|
799
826
|
}
|
|
800
|
-
export {
|
|
827
|
+
export { data_12 as data };
|
|
801
828
|
export namespace options_27 {
|
|
802
829
|
const title_10: string;
|
|
803
830
|
export { title_10 as title };
|
|
804
831
|
}
|
|
805
832
|
export { options_27 as options };
|
|
806
833
|
}
|
|
807
|
-
export {
|
|
834
|
+
export { chart_30 as chart };
|
|
808
835
|
}
|
|
809
|
-
export {
|
|
836
|
+
export { args_32 as args };
|
|
810
837
|
}
|
|
811
838
|
export function HideIrregularMajorAxisTicks(args: any): import("react/jsx-runtime").JSX.Element;
|
|
812
839
|
export namespace HideIrregularMajorAxisTicks {
|
|
813
|
-
export namespace
|
|
814
|
-
export namespace
|
|
815
|
-
export namespace
|
|
816
|
-
const
|
|
840
|
+
export namespace args_33 {
|
|
841
|
+
export namespace chart_31 {
|
|
842
|
+
export namespace data_13 {
|
|
843
|
+
const datasets_13: {
|
|
817
844
|
label: string;
|
|
818
845
|
data: {
|
|
819
846
|
x: number;
|
|
820
847
|
y: number;
|
|
821
848
|
}[];
|
|
822
849
|
}[];
|
|
823
|
-
export {
|
|
850
|
+
export { datasets_13 as datasets };
|
|
824
851
|
}
|
|
825
|
-
export {
|
|
852
|
+
export { data_13 as data };
|
|
826
853
|
export namespace options_28 {
|
|
827
854
|
const title_11: string;
|
|
828
855
|
export { title_11 as title };
|
|
@@ -854,34 +881,34 @@ export namespace HideIrregularMajorAxisTicks {
|
|
|
854
881
|
}
|
|
855
882
|
export { options_28 as options };
|
|
856
883
|
}
|
|
857
|
-
export {
|
|
884
|
+
export { chart_31 as chart };
|
|
858
885
|
}
|
|
859
|
-
export {
|
|
886
|
+
export { args_33 as args };
|
|
860
887
|
}
|
|
861
888
|
export function TestNumberSeparators(args: any): import("react/jsx-runtime").JSX.Element;
|
|
862
889
|
export namespace TestNumberSeparators {
|
|
863
|
-
export namespace
|
|
864
|
-
export namespace
|
|
865
|
-
export namespace
|
|
866
|
-
const
|
|
890
|
+
export namespace args_34 {
|
|
891
|
+
export namespace chart_32 {
|
|
892
|
+
export namespace data_14 {
|
|
893
|
+
const datasets_14: {
|
|
867
894
|
label: string;
|
|
868
895
|
data: {
|
|
869
896
|
x: number;
|
|
870
897
|
y: number;
|
|
871
898
|
}[];
|
|
872
899
|
}[];
|
|
873
|
-
export {
|
|
900
|
+
export { datasets_14 as datasets };
|
|
874
901
|
}
|
|
875
|
-
export {
|
|
902
|
+
export { data_14 as data };
|
|
876
903
|
export namespace options_29 {
|
|
877
904
|
const title_12: string;
|
|
878
905
|
export { title_12 as title };
|
|
879
906
|
}
|
|
880
907
|
export { options_29 as options };
|
|
881
908
|
}
|
|
882
|
-
export {
|
|
909
|
+
export { chart_32 as chart };
|
|
883
910
|
}
|
|
884
|
-
export {
|
|
911
|
+
export { args_34 as args };
|
|
885
912
|
}
|
|
886
913
|
export function PerformanceTestCase(): import("react/jsx-runtime").JSX.Element;
|
|
887
914
|
export function ExtraTestCases(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -891,19 +918,19 @@ export function AxesDepthTypes(): import("react/jsx-runtime").JSX.Element;
|
|
|
891
918
|
export function DragDataChart(): import("react/jsx-runtime").JSX.Element;
|
|
892
919
|
export function StorageState(args: any): import("react/jsx-runtime").JSX.Element;
|
|
893
920
|
export namespace StorageState {
|
|
894
|
-
export namespace
|
|
895
|
-
export namespace
|
|
896
|
-
export namespace
|
|
897
|
-
const
|
|
921
|
+
export namespace args_35 {
|
|
922
|
+
export namespace chart_33 {
|
|
923
|
+
export namespace data_15 {
|
|
924
|
+
const datasets_15: {
|
|
898
925
|
label: string;
|
|
899
926
|
data: {
|
|
900
927
|
x: number;
|
|
901
928
|
y: number;
|
|
902
929
|
}[];
|
|
903
930
|
}[];
|
|
904
|
-
export {
|
|
931
|
+
export { datasets_15 as datasets };
|
|
905
932
|
}
|
|
906
|
-
export {
|
|
933
|
+
export { data_15 as data };
|
|
907
934
|
export namespace options_30 {
|
|
908
935
|
const title_13: string;
|
|
909
936
|
export { title_13 as title };
|
|
@@ -916,26 +943,26 @@ export namespace StorageState {
|
|
|
916
943
|
export { options_30 as options };
|
|
917
944
|
export const persistenceId: string;
|
|
918
945
|
}
|
|
919
|
-
export {
|
|
946
|
+
export { chart_33 as chart };
|
|
920
947
|
}
|
|
921
|
-
export {
|
|
948
|
+
export { args_35 as args };
|
|
922
949
|
}
|
|
923
950
|
export function WithTranslations(): import("react/jsx-runtime").JSX.Element;
|
|
924
951
|
export function TestLongTooltip(args: any): import("react/jsx-runtime").JSX.Element;
|
|
925
952
|
export namespace TestLongTooltip {
|
|
926
|
-
export namespace
|
|
927
|
-
export namespace
|
|
928
|
-
export namespace
|
|
929
|
-
const
|
|
953
|
+
export namespace args_36 {
|
|
954
|
+
export namespace chart_34 {
|
|
955
|
+
export namespace data_16 {
|
|
956
|
+
const datasets_16: {
|
|
930
957
|
label: string;
|
|
931
958
|
data: {
|
|
932
959
|
x: number;
|
|
933
960
|
y: number;
|
|
934
961
|
}[];
|
|
935
962
|
}[];
|
|
936
|
-
export {
|
|
963
|
+
export { datasets_16 as datasets };
|
|
937
964
|
}
|
|
938
|
-
export {
|
|
965
|
+
export { data_16 as data };
|
|
939
966
|
export namespace options_31 {
|
|
940
967
|
export namespace chartStyling_8 {
|
|
941
968
|
const height_6: number;
|
|
@@ -956,16 +983,16 @@ export namespace TestLongTooltip {
|
|
|
956
983
|
}
|
|
957
984
|
export { options_31 as options };
|
|
958
985
|
}
|
|
959
|
-
export {
|
|
986
|
+
export { chart_34 as chart };
|
|
960
987
|
}
|
|
961
|
-
export {
|
|
988
|
+
export { args_36 as args };
|
|
962
989
|
}
|
|
963
990
|
export function TestManyLines(args: any): import("react/jsx-runtime").JSX.Element;
|
|
964
991
|
export namespace TestManyLines {
|
|
965
|
-
export namespace
|
|
966
|
-
export namespace
|
|
967
|
-
export namespace
|
|
968
|
-
const
|
|
992
|
+
export namespace args_37 {
|
|
993
|
+
export namespace chart_35 {
|
|
994
|
+
export namespace data_17 {
|
|
995
|
+
const datasets_17: {
|
|
969
996
|
label: string;
|
|
970
997
|
pointStyle: string | undefined;
|
|
971
998
|
pointRadius: number;
|
|
@@ -974,50 +1001,50 @@ export namespace TestManyLines {
|
|
|
974
1001
|
y: number;
|
|
975
1002
|
}[];
|
|
976
1003
|
}[];
|
|
977
|
-
export {
|
|
1004
|
+
export { datasets_17 as datasets };
|
|
978
1005
|
}
|
|
979
|
-
export {
|
|
1006
|
+
export { data_17 as data };
|
|
980
1007
|
}
|
|
981
|
-
export {
|
|
1008
|
+
export { chart_35 as chart };
|
|
982
1009
|
}
|
|
983
|
-
export {
|
|
1010
|
+
export { args_37 as args };
|
|
984
1011
|
}
|
|
985
1012
|
export function TestLongLegendLabels(args: any): import("react/jsx-runtime").JSX.Element;
|
|
986
1013
|
export namespace TestLongLegendLabels {
|
|
987
|
-
export namespace
|
|
988
|
-
export namespace
|
|
989
|
-
export namespace
|
|
990
|
-
const
|
|
1014
|
+
export namespace args_38 {
|
|
1015
|
+
export namespace chart_36 {
|
|
1016
|
+
export namespace data_18 {
|
|
1017
|
+
const datasets_18: {
|
|
991
1018
|
label: string;
|
|
992
1019
|
data: {
|
|
993
1020
|
x: number;
|
|
994
1021
|
y: number;
|
|
995
1022
|
}[];
|
|
996
1023
|
}[];
|
|
997
|
-
export {
|
|
1024
|
+
export { datasets_18 as datasets };
|
|
998
1025
|
}
|
|
999
|
-
export {
|
|
1026
|
+
export { data_18 as data };
|
|
1000
1027
|
}
|
|
1001
|
-
export {
|
|
1028
|
+
export { chart_36 as chart };
|
|
1002
1029
|
}
|
|
1003
|
-
export {
|
|
1030
|
+
export { args_38 as args };
|
|
1004
1031
|
}
|
|
1005
1032
|
export function TestResizingContainer(): import("react/jsx-runtime").JSX.Element;
|
|
1006
1033
|
export function PartialRange(args: any): import("react/jsx-runtime").JSX.Element;
|
|
1007
1034
|
export namespace PartialRange {
|
|
1008
|
-
export namespace
|
|
1009
|
-
export namespace
|
|
1010
|
-
export namespace
|
|
1011
|
-
const
|
|
1035
|
+
export namespace args_39 {
|
|
1036
|
+
export namespace chart_37 {
|
|
1037
|
+
export namespace data_19 {
|
|
1038
|
+
const datasets_19: {
|
|
1012
1039
|
label: string;
|
|
1013
1040
|
data: {
|
|
1014
1041
|
x: number;
|
|
1015
1042
|
y: number;
|
|
1016
1043
|
}[];
|
|
1017
1044
|
}[];
|
|
1018
|
-
export {
|
|
1045
|
+
export { datasets_19 as datasets };
|
|
1019
1046
|
}
|
|
1020
|
-
export {
|
|
1047
|
+
export { data_19 as data };
|
|
1021
1048
|
export namespace options_32 {
|
|
1022
1049
|
export namespace additionalAxesOptions_5 {
|
|
1023
1050
|
export namespace range_2 {
|
|
@@ -1038,16 +1065,16 @@ export namespace PartialRange {
|
|
|
1038
1065
|
}
|
|
1039
1066
|
export { options_32 as options };
|
|
1040
1067
|
}
|
|
1041
|
-
export {
|
|
1068
|
+
export { chart_37 as chart };
|
|
1042
1069
|
}
|
|
1043
|
-
export {
|
|
1070
|
+
export { args_39 as args };
|
|
1044
1071
|
}
|
|
1045
1072
|
export function CombiningTypes(args: any): import("react/jsx-runtime").JSX.Element;
|
|
1046
1073
|
export namespace CombiningTypes {
|
|
1047
|
-
export namespace
|
|
1048
|
-
export namespace
|
|
1049
|
-
export namespace
|
|
1050
|
-
const
|
|
1074
|
+
export namespace args_40 {
|
|
1075
|
+
export namespace chart_38 {
|
|
1076
|
+
export namespace data_20 {
|
|
1077
|
+
const datasets_20: ({
|
|
1051
1078
|
label: string;
|
|
1052
1079
|
showPoints: boolean;
|
|
1053
1080
|
data: {
|
|
@@ -1064,18 +1091,32 @@ export namespace CombiningTypes {
|
|
|
1064
1091
|
}[];
|
|
1065
1092
|
showPoints?: undefined;
|
|
1066
1093
|
})[];
|
|
1067
|
-
export {
|
|
1094
|
+
export { datasets_20 as datasets };
|
|
1068
1095
|
}
|
|
1069
|
-
export {
|
|
1096
|
+
export { data_20 as data };
|
|
1070
1097
|
export namespace options_33 { }
|
|
1071
1098
|
export { options_33 as options };
|
|
1072
1099
|
}
|
|
1073
|
-
export {
|
|
1100
|
+
export { chart_38 as chart };
|
|
1074
1101
|
}
|
|
1075
|
-
export {
|
|
1102
|
+
export { args_40 as args };
|
|
1076
1103
|
}
|
|
1077
1104
|
export function ExternalSelect(): import("react/jsx-runtime").JSX.Element;
|
|
1078
1105
|
export function SetDSDynamically(): import("react/jsx-runtime").JSX.Element;
|
|
1106
|
+
export function EmptyDS(args: any): import("react/jsx-runtime").JSX.Element;
|
|
1107
|
+
export namespace EmptyDS {
|
|
1108
|
+
export namespace args_41 {
|
|
1109
|
+
export namespace chart_39 {
|
|
1110
|
+
export namespace data_21 {
|
|
1111
|
+
const datasets_21: never[];
|
|
1112
|
+
export { datasets_21 as datasets };
|
|
1113
|
+
}
|
|
1114
|
+
export { data_21 as data };
|
|
1115
|
+
}
|
|
1116
|
+
export { chart_39 as chart };
|
|
1117
|
+
}
|
|
1118
|
+
export { args_41 as args };
|
|
1119
|
+
}
|
|
1079
1120
|
import { LineChart } from './line-chart';
|
|
1080
1121
|
declare namespace basicChart { }
|
|
1081
1122
|
declare const customLegendContainerID: "custom-legend-container";
|