@oliasoft-open-source/charts-library 3.5.5 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/index.js +2421 -1990
  2. package/dist/index.js.map +1 -1
  3. package/dist/src/components/bar-chart/bar-chart-default-props.d.ts +1 -1
  4. package/dist/src/components/bar-chart/bar-chart.d.ts +1 -1
  5. package/dist/src/components/bar-chart/bar-chart.stories.d.ts +657 -0
  6. package/dist/src/components/common/helpers/container.d.ts +18 -0
  7. package/dist/src/components/common/helpers/get-custom-legend-plugin-example.d.ts +8 -0
  8. package/dist/src/components/common/helpers/range/estimate-close-values.test.d.ts +1 -0
  9. package/dist/src/components/common/helpers/range/range.test.d.ts +1 -0
  10. package/dist/src/components/common/helpers/text.d.ts +1 -0
  11. package/dist/src/components/line-chart/controls/axes-options/axes-options-form-state.test.d.ts +1 -0
  12. package/dist/src/components/line-chart/controls/axes-options/axes-options.d.ts +1 -1
  13. package/dist/src/components/line-chart/controls/controls-portal.d.ts +1 -1
  14. package/dist/src/components/line-chart/controls/controls.d.ts +1 -1
  15. package/dist/src/components/line-chart/controls/drag-options.d.ts +1 -1
  16. package/dist/src/components/line-chart/controls/legend-options.d.ts +1 -0
  17. package/dist/src/components/line-chart/controls/line-options.d.ts +1 -1
  18. package/dist/src/components/line-chart/hooks/use-chart-functions.d.ts +3 -1
  19. package/dist/src/components/line-chart/initialize/initialize-line-chart.test.d.ts +1 -0
  20. package/dist/src/components/line-chart/legend/legend-dropzone.d.ts +1 -1
  21. package/dist/src/components/line-chart/legend/legend-item.d.ts +1 -1
  22. package/dist/src/components/line-chart/legend/legend.d.ts +1 -1
  23. package/dist/src/components/line-chart/line-chart-get-default-props.d.ts +1 -1
  24. package/dist/src/components/line-chart/line-chart.d.ts +1 -1
  25. package/dist/src/components/line-chart/line-chart.stories.d.ts +1009 -0
  26. package/dist/src/components/line-chart/plugins/line-chart.minor-gridlines-plugin.test.d.ts +1 -0
  27. package/dist/src/components/line-chart/utils/__tests__/get-annotations-data.test.d.ts +1 -0
  28. package/dist/src/components/line-chart/utils/__tests__/get-axes-data-from-metasets.test.d.ts +1 -0
  29. package/dist/src/components/line-chart/utils/__tests__/get-axes-type-from-key.test.d.ts +1 -0
  30. package/dist/src/components/line-chart/utils/axis-formatting/axis-formatting.test.d.ts +1 -0
  31. package/dist/src/components/line-chart/utils/axis-scales/axis-scales.test.d.ts +1 -0
  32. package/dist/src/components/line-chart/utils/datalabels-alignment/__tests__/get-alignment-condition.test.d.ts +1 -0
  33. package/dist/src/components/line-chart/utils/datalabels-alignment/__tests__/get-alignment-data.test.d.ts +1 -0
  34. package/dist/src/components/line-chart/utils/datalabels-alignment/__tests__/get-datalabels-position.test.d.ts +1 -0
  35. package/dist/src/components/line-chart/utils/get-line-chart-tooltips.test.d.ts +1 -0
  36. package/dist/src/components/line-chart/utils/translations/get-translations.test.d.ts +1 -0
  37. package/dist/src/components/pie-chart/pie-chart.d.ts +1 -1
  38. package/dist/src/components/pie-chart/pie-chart.stories.d.ts +263 -0
  39. package/dist/src/components/scatter-chart/scatter-chart.d.ts +1 -1
  40. package/dist/src/components/scatter-chart/scatter-chart.stories.d.ts +118 -0
  41. package/package.json +15 -15
@@ -0,0 +1,1009 @@
1
+ declare namespace _default {
2
+ export const title: string;
3
+ export { LineChart as component };
4
+ export namespace args {
5
+ export { basicChart as chart };
6
+ }
7
+ }
8
+ export default _default;
9
+ export function Default(args: any): import("react/jsx-runtime").JSX.Element;
10
+ export function OnePoint(args: any): import("react/jsx-runtime").JSX.Element;
11
+ export namespace OnePoint {
12
+ export namespace args_1 {
13
+ namespace chart {
14
+ namespace data {
15
+ const datasets: {
16
+ label: string;
17
+ data: {
18
+ x: number;
19
+ y: number;
20
+ }[];
21
+ showLine: boolean;
22
+ }[];
23
+ }
24
+ }
25
+ }
26
+ export { args_1 as args };
27
+ }
28
+ export function PointStyles(args: any): import("react/jsx-runtime").JSX.Element;
29
+ export namespace PointStyles {
30
+ export namespace args_2 {
31
+ export namespace chart_1 {
32
+ export namespace data_1 {
33
+ const datasets_1: {
34
+ label: string;
35
+ pointStyle: string;
36
+ pointRadius: number;
37
+ pointHoverRadius: number;
38
+ data: {
39
+ x: number;
40
+ y: number;
41
+ }[];
42
+ }[];
43
+ export { datasets_1 as datasets };
44
+ }
45
+ export { data_1 as data };
46
+ export namespace options {
47
+ const title_1: string;
48
+ export { title_1 as title };
49
+ export namespace chartStyling {
50
+ const height: number;
51
+ }
52
+ }
53
+ }
54
+ export { chart_1 as chart };
55
+ }
56
+ export { args_2 as args };
57
+ }
58
+ export function LineStyles(args: any): import("react/jsx-runtime").JSX.Element;
59
+ export namespace LineStyles {
60
+ export namespace args_3 {
61
+ export namespace chart_2 {
62
+ export namespace data_2 {
63
+ const datasets_2: {
64
+ borderDash: number[];
65
+ label: string;
66
+ data: {
67
+ x: number;
68
+ y: number;
69
+ }[];
70
+ }[];
71
+ export { datasets_2 as datasets };
72
+ }
73
+ export { data_2 as data };
74
+ export namespace options_1 {
75
+ namespace legend {
76
+ const usePointStyle: boolean;
77
+ }
78
+ }
79
+ export { options_1 as options };
80
+ }
81
+ export { chart_2 as chart };
82
+ }
83
+ export { args_3 as args };
84
+ }
85
+ export function FillContainer(args: any): import("react/jsx-runtime").JSX.Element;
86
+ export namespace FillContainer {
87
+ export namespace args_4 {
88
+ export namespace chart_3 {
89
+ export namespace options_2 {
90
+ export namespace chartStyling_1 {
91
+ const height_1: string;
92
+ export { height_1 as height };
93
+ }
94
+ export { chartStyling_1 as chartStyling };
95
+ }
96
+ export { options_2 as options };
97
+ export namespace data_3 {
98
+ const datasets_3: {
99
+ label: string;
100
+ data: {
101
+ x: number;
102
+ y: number;
103
+ }[];
104
+ }[];
105
+ export { datasets_3 as datasets };
106
+ }
107
+ export { data_3 as data };
108
+ }
109
+ export { chart_3 as chart };
110
+ }
111
+ export { args_4 as args };
112
+ export const decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
113
+ }
114
+ export function AutoAxisPadding(args: any): import("react/jsx-runtime").JSX.Element;
115
+ export namespace AutoAxisPadding {
116
+ export namespace args_5 {
117
+ export namespace chart_4 {
118
+ export namespace data_4 {
119
+ const datasets_4: {
120
+ label: string;
121
+ data: {
122
+ x: number;
123
+ y: number;
124
+ }[];
125
+ }[];
126
+ export { datasets_4 as datasets };
127
+ }
128
+ export { data_4 as data };
129
+ export namespace options_3 {
130
+ const title_2: string;
131
+ export { title_2 as title };
132
+ export namespace additionalAxesOptions {
133
+ const autoAxisPadding: boolean;
134
+ }
135
+ }
136
+ export { options_3 as options };
137
+ }
138
+ export { chart_4 as chart };
139
+ }
140
+ export { args_5 as args };
141
+ }
142
+ export function NoTitle(args: any): import("react/jsx-runtime").JSX.Element;
143
+ export namespace NoTitle {
144
+ export namespace args_6 {
145
+ export namespace chart_5 {
146
+ export namespace options_4 {
147
+ const title_3: undefined;
148
+ export { title_3 as title };
149
+ }
150
+ export { options_4 as options };
151
+ }
152
+ export { chart_5 as chart };
153
+ }
154
+ export { args_6 as args };
155
+ }
156
+ export function DataGaps(args: any): import("react/jsx-runtime").JSX.Element;
157
+ export namespace DataGaps {
158
+ export namespace args_7 {
159
+ export namespace chart_6 {
160
+ export namespace data_5 {
161
+ const datasets_5: {
162
+ label: string;
163
+ data: ({
164
+ x: number;
165
+ y: number;
166
+ } | {
167
+ x: null;
168
+ y: number;
169
+ } | null | undefined)[];
170
+ }[];
171
+ export { datasets_5 as datasets };
172
+ }
173
+ export { data_5 as data };
174
+ }
175
+ export { chart_6 as chart };
176
+ }
177
+ export { args_7 as args };
178
+ }
179
+ export function TooltipUnits(args: any): import("react/jsx-runtime").JSX.Element;
180
+ export namespace TooltipUnits {
181
+ export namespace args_8 {
182
+ export namespace chart_7 {
183
+ export namespace options_5 {
184
+ namespace axes {
185
+ const x: {
186
+ label: string;
187
+ }[];
188
+ const y: {
189
+ label: string;
190
+ }[];
191
+ }
192
+ }
193
+ export { options_5 as options };
194
+ }
195
+ export { chart_7 as chart };
196
+ }
197
+ export { args_8 as args };
198
+ }
199
+ export function MinorGridlines(args: any): import("react/jsx-runtime").JSX.Element;
200
+ export namespace MinorGridlines {
201
+ export namespace args_9 {
202
+ export namespace chart_8 {
203
+ export namespace options_6 {
204
+ namespace graph {
205
+ const showMinorGridlines: boolean;
206
+ }
207
+ }
208
+ export { options_6 as options };
209
+ }
210
+ export { chart_8 as chart };
211
+ }
212
+ export { args_9 as args };
213
+ }
214
+ export function AxesLabels(args: any): import("react/jsx-runtime").JSX.Element;
215
+ export namespace AxesLabels {
216
+ export namespace args_10 {
217
+ export namespace chart_9 {
218
+ export namespace options_7 {
219
+ export namespace axes_1 {
220
+ const x_1: {
221
+ label: string;
222
+ }[];
223
+ export { x_1 as x };
224
+ const y_1: {
225
+ label: string;
226
+ }[];
227
+ export { y_1 as y };
228
+ }
229
+ export { axes_1 as axes };
230
+ }
231
+ export { options_7 as options };
232
+ }
233
+ export { chart_9 as chart };
234
+ }
235
+ export { args_10 as args };
236
+ }
237
+ export function MultipleYAxes(args: any): import("react/jsx-runtime").JSX.Element;
238
+ export namespace MultipleYAxes {
239
+ export namespace args_11 {
240
+ export namespace chart_10 {
241
+ export namespace data_6 {
242
+ const datasets_6: ({
243
+ label: string;
244
+ data: {
245
+ x: number;
246
+ y: number;
247
+ }[];
248
+ yAxisID?: undefined;
249
+ } | {
250
+ label: string;
251
+ data: {
252
+ x: number;
253
+ y: number;
254
+ }[];
255
+ yAxisID: string;
256
+ })[];
257
+ export { datasets_6 as datasets };
258
+ }
259
+ export { data_6 as data };
260
+ export namespace options_8 {
261
+ const title_4: string;
262
+ export { title_4 as title };
263
+ export namespace chartStyling_2 {
264
+ const height_2: number;
265
+ export { height_2 as height };
266
+ }
267
+ export { chartStyling_2 as chartStyling };
268
+ export namespace axes_2 {
269
+ const x_2: {
270
+ label: string;
271
+ }[];
272
+ export { x_2 as x };
273
+ const y_2: {
274
+ label: string;
275
+ position: string;
276
+ }[];
277
+ export { y_2 as y };
278
+ }
279
+ export { axes_2 as axes };
280
+ }
281
+ export { options_8 as options };
282
+ }
283
+ export { chart_10 as chart };
284
+ }
285
+ export { args_11 as args };
286
+ }
287
+ export function MultipleXAxes(args: any): import("react/jsx-runtime").JSX.Element;
288
+ export namespace MultipleXAxes {
289
+ export namespace args_12 {
290
+ export namespace chart_11 {
291
+ export namespace data_7 {
292
+ const datasets_7: ({
293
+ label: string;
294
+ data: {
295
+ x: number;
296
+ y: number;
297
+ }[];
298
+ } | {
299
+ xAxisID: string;
300
+ label: string;
301
+ data: {
302
+ x: number;
303
+ y: number;
304
+ }[];
305
+ })[];
306
+ export { datasets_7 as datasets };
307
+ }
308
+ export { data_7 as data };
309
+ export namespace options_9 {
310
+ const title_5: string;
311
+ export { title_5 as title };
312
+ export namespace chartStyling_3 {
313
+ const height_3: number;
314
+ export { height_3 as height };
315
+ }
316
+ export { chartStyling_3 as chartStyling };
317
+ export namespace axes_3 {
318
+ const x_3: {
319
+ label: string;
320
+ position: string;
321
+ }[];
322
+ export { x_3 as x };
323
+ }
324
+ export { axes_3 as axes };
325
+ }
326
+ export { options_9 as options };
327
+ }
328
+ export { chart_11 as chart };
329
+ }
330
+ export { args_12 as args };
331
+ }
332
+ export function ReversedYAxis(args: any): import("react/jsx-runtime").JSX.Element;
333
+ export namespace ReversedYAxis {
334
+ export namespace args_13 {
335
+ export namespace chart_12 {
336
+ export namespace options_10 {
337
+ export namespace additionalAxesOptions_1 {
338
+ const reverse: boolean;
339
+ }
340
+ export { additionalAxesOptions_1 as additionalAxesOptions };
341
+ }
342
+ export { options_10 as options };
343
+ }
344
+ export { chart_12 as chart };
345
+ }
346
+ export { args_13 as args };
347
+ }
348
+ export function LogarithmicScale(args: any): import("react/jsx-runtime").JSX.Element;
349
+ export namespace LogarithmicScale {
350
+ export namespace args_14 {
351
+ export namespace chart_13 {
352
+ export namespace options_11 {
353
+ export namespace additionalAxesOptions_2 {
354
+ const chartScaleType: string;
355
+ }
356
+ export { additionalAxesOptions_2 as additionalAxesOptions };
357
+ }
358
+ export { options_11 as options };
359
+ }
360
+ export { chart_13 as chart };
361
+ }
362
+ export { args_14 as args };
363
+ }
364
+ export function PresetRange(args: any): import("react/jsx-runtime").JSX.Element;
365
+ export namespace PresetRange {
366
+ export namespace args_15 {
367
+ export namespace chart_14 {
368
+ export namespace options_12 {
369
+ export namespace additionalAxesOptions_3 {
370
+ namespace range {
371
+ export namespace x_4 {
372
+ const min: number;
373
+ const max: number;
374
+ }
375
+ export { x_4 as x };
376
+ export namespace y_3 {
377
+ const min_1: number;
378
+ export { min_1 as min };
379
+ const max_1: number;
380
+ export { max_1 as max };
381
+ }
382
+ export { y_3 as y };
383
+ }
384
+ }
385
+ export { additionalAxesOptions_3 as additionalAxesOptions };
386
+ }
387
+ export { options_12 as options };
388
+ }
389
+ export { chart_14 as chart };
390
+ }
391
+ export { args_15 as args };
392
+ }
393
+ export function DataLabels(args: any): import("react/jsx-runtime").JSX.Element;
394
+ export namespace DataLabels {
395
+ export namespace args_16 {
396
+ export namespace chart_15 {
397
+ export namespace data_8 {
398
+ const datasets_8: {
399
+ data: {
400
+ label: string[];
401
+ x: number;
402
+ y: number;
403
+ }[];
404
+ label: string;
405
+ }[];
406
+ export { datasets_8 as datasets };
407
+ }
408
+ export { data_8 as data };
409
+ export namespace options_13 {
410
+ export namespace graph_1 {
411
+ const showDataLabels: boolean;
412
+ }
413
+ export { graph_1 as graph };
414
+ }
415
+ export { options_13 as options };
416
+ }
417
+ export { chart_15 as chart };
418
+ }
419
+ export { args_16 as args };
420
+ }
421
+ export function DataLabelsInTooltips(args: any): import("react/jsx-runtime").JSX.Element;
422
+ export namespace DataLabelsInTooltips {
423
+ export namespace args_17 {
424
+ export namespace chart_16 {
425
+ export namespace data_9 {
426
+ const datasets_9: {
427
+ data: {
428
+ label: string[];
429
+ x: number;
430
+ y: number;
431
+ }[];
432
+ label: string;
433
+ }[];
434
+ export { datasets_9 as datasets };
435
+ }
436
+ export { data_9 as data };
437
+ export namespace options_14 {
438
+ namespace tooltip {
439
+ const showLabelsInTooltips: boolean;
440
+ }
441
+ }
442
+ export { options_14 as options };
443
+ }
444
+ export { chart_16 as chart };
445
+ }
446
+ export { args_17 as args };
447
+ }
448
+ export function LegendOnRight(args: any): import("react/jsx-runtime").JSX.Element;
449
+ export namespace LegendOnRight {
450
+ export namespace args_18 {
451
+ export namespace chart_17 {
452
+ export namespace options_15 {
453
+ export namespace legend_1 {
454
+ const position: string;
455
+ }
456
+ export { legend_1 as legend };
457
+ }
458
+ export { options_15 as options };
459
+ }
460
+ export { chart_17 as chart };
461
+ }
462
+ export { args_18 as args };
463
+ }
464
+ export function HideLegend(args: any): import("react/jsx-runtime").JSX.Element;
465
+ export namespace HideLegend {
466
+ export namespace args_19 {
467
+ export namespace chart_18 {
468
+ export namespace options_16 {
469
+ export namespace legend_2 {
470
+ const display: boolean;
471
+ }
472
+ export { legend_2 as legend };
473
+ }
474
+ export { options_16 as options };
475
+ }
476
+ export { chart_18 as chart };
477
+ }
478
+ export { args_19 as args };
479
+ }
480
+ export function Annotations(args: any): import("react/jsx-runtime").JSX.Element;
481
+ export namespace Annotations {
482
+ export namespace args_20 {
483
+ export namespace chart_19 {
484
+ export namespace options_17 {
485
+ export namespace legend_3 {
486
+ const display_1: boolean;
487
+ export { display_1 as display };
488
+ }
489
+ export { legend_3 as legend };
490
+ export namespace annotations {
491
+ const showAnnotations: boolean;
492
+ namespace labelAnnotation {
493
+ const showLabel: boolean;
494
+ const text: string;
495
+ }
496
+ const annotationsData: ({
497
+ annotationAxis: string;
498
+ label: string;
499
+ value: number;
500
+ endValue?: undefined;
501
+ } | {
502
+ annotationAxis: string;
503
+ label: string;
504
+ value: number;
505
+ endValue: number;
506
+ })[];
507
+ }
508
+ }
509
+ export { options_17 as options };
510
+ }
511
+ export { chart_19 as chart };
512
+ }
513
+ export { args_20 as args };
514
+ }
515
+ export function AnnotationsBox(args: any): import("react/jsx-runtime").JSX.Element;
516
+ export namespace AnnotationsBox {
517
+ export namespace args_21 {
518
+ export namespace chart_20 {
519
+ export namespace options_18 {
520
+ export namespace annotations_1 {
521
+ const showAnnotations_1: boolean;
522
+ export { showAnnotations_1 as showAnnotations };
523
+ const annotationsData_1: {
524
+ type: string;
525
+ yMin: number;
526
+ yMax: number;
527
+ color: string;
528
+ adjustScaleRange: boolean;
529
+ label: string;
530
+ }[];
531
+ export { annotationsData_1 as annotationsData };
532
+ }
533
+ export { annotations_1 as annotations };
534
+ }
535
+ export { options_18 as options };
536
+ }
537
+ export { chart_20 as chart };
538
+ }
539
+ export { args_21 as args };
540
+ }
541
+ export function AnnotationsEllipse(args: any): import("react/jsx-runtime").JSX.Element;
542
+ export namespace AnnotationsEllipse {
543
+ export namespace args_22 {
544
+ export namespace chart_21 {
545
+ export namespace options_19 {
546
+ export namespace annotations_2 {
547
+ const showAnnotations_2: boolean;
548
+ export { showAnnotations_2 as showAnnotations };
549
+ const annotationsData_2: {
550
+ type: string;
551
+ xMin: number;
552
+ xMax: number;
553
+ yMin: number;
554
+ yMax: number;
555
+ color: string;
556
+ adjustScaleRange: boolean;
557
+ }[];
558
+ export { annotationsData_2 as annotationsData };
559
+ }
560
+ export { annotations_2 as annotations };
561
+ }
562
+ export { options_19 as options };
563
+ }
564
+ export { chart_21 as chart };
565
+ }
566
+ export { args_22 as args };
567
+ }
568
+ export function AnnotationsInLegend(args: any): import("react/jsx-runtime").JSX.Element;
569
+ export namespace AnnotationsInLegend {
570
+ export namespace args_23 {
571
+ export namespace chart_22 {
572
+ export namespace options_20 {
573
+ export namespace annotations_3 {
574
+ export const controlAnnotation: boolean;
575
+ const showAnnotations_3: boolean;
576
+ export { showAnnotations_3 as showAnnotations };
577
+ const annotationsData_3: ({
578
+ type: string;
579
+ annotationAxis: string;
580
+ label: string;
581
+ value: number;
582
+ xMin?: undefined;
583
+ xMax?: undefined;
584
+ yMin?: undefined;
585
+ yMax?: undefined;
586
+ color?: undefined;
587
+ adjustScaleRange?: undefined;
588
+ } | {
589
+ type: string;
590
+ xMin: number;
591
+ xMax: number;
592
+ yMin: number;
593
+ yMax: number;
594
+ color: string;
595
+ adjustScaleRange: boolean;
596
+ label: string;
597
+ annotationAxis?: undefined;
598
+ value?: undefined;
599
+ } | {
600
+ type: string;
601
+ yMin: number;
602
+ yMax: number;
603
+ color: string;
604
+ adjustScaleRange: boolean;
605
+ label: string;
606
+ annotationAxis?: undefined;
607
+ value?: undefined;
608
+ xMin?: undefined;
609
+ xMax?: undefined;
610
+ })[];
611
+ export { annotationsData_3 as annotationsData };
612
+ }
613
+ export { annotations_3 as annotations };
614
+ }
615
+ export { options_20 as options };
616
+ }
617
+ export { chart_22 as chart };
618
+ }
619
+ export { args_23 as args };
620
+ }
621
+ export function CustomLegend(args: any): import("react/jsx-runtime").JSX.Element;
622
+ export namespace CustomLegend {
623
+ export namespace args_24 {
624
+ export namespace chart_23 {
625
+ export namespace options_21 {
626
+ const title_6: string;
627
+ export { title_6 as title };
628
+ export namespace legend_4 {
629
+ namespace customLegend {
630
+ export const customLegendPlugin: {
631
+ afterUpdate(chart: import("chart.js").Chart<keyof import("chart.js").ChartTypeRegistry, (number | import("chart.js").Point | [number, number] | import("chart.js").BubbleDataPoint | null)[], unknown>, _args: import("chart.js").Plugin<keyof import("chart.js").ChartTypeRegistry, import("../../../node_modules/chart.js/dist/types/basic").AnyObject>, _options: import("chart.js").ChartConfiguration<keyof import("chart.js").ChartTypeRegistry, (number | import("chart.js").Point | [number, number] | import("chart.js").BubbleDataPoint | null)[], unknown>): void;
632
+ };
633
+ export { customLegendContainerID };
634
+ }
635
+ }
636
+ export { legend_4 as legend };
637
+ }
638
+ export { options_21 as options };
639
+ }
640
+ export { chart_23 as chart };
641
+ }
642
+ export { args_24 as args };
643
+ }
644
+ export function Animation(args: any): import("react/jsx-runtime").JSX.Element;
645
+ export namespace Animation {
646
+ export namespace args_25 {
647
+ export namespace chart_24 {
648
+ export namespace options_22 {
649
+ export namespace chartStyling_4 {
650
+ const performanceMode: boolean;
651
+ }
652
+ export { chartStyling_4 as chartStyling };
653
+ }
654
+ export { options_22 as options };
655
+ }
656
+ export { chart_24 as chart };
657
+ }
658
+ export { args_25 as args };
659
+ }
660
+ export function SquareAspectRatio(args: any): import("react/jsx-runtime").JSX.Element;
661
+ export namespace SquareAspectRatio {
662
+ export namespace args_26 {
663
+ export namespace chart_25 {
664
+ export namespace options_23 {
665
+ const title_7: string;
666
+ export { title_7 as title };
667
+ export namespace chartStyling_5 {
668
+ const squareAspectRatio: boolean;
669
+ }
670
+ export { chartStyling_5 as chartStyling };
671
+ }
672
+ export { options_23 as options };
673
+ }
674
+ export { chart_25 as chart };
675
+ }
676
+ export { args_26 as args };
677
+ }
678
+ export function HeaderComponentNoTitle(args: any): import("react/jsx-runtime").JSX.Element;
679
+ export namespace HeaderComponentNoTitle {
680
+ namespace parameters {
681
+ namespace docs {
682
+ namespace description {
683
+ const story: string;
684
+ }
685
+ }
686
+ }
687
+ }
688
+ export function HeaderComponentWithTitle(args: any): import("react/jsx-runtime").JSX.Element;
689
+ export namespace HeaderComponentWithTitle {
690
+ export namespace args_27 {
691
+ export { testComponent as headerComponent };
692
+ }
693
+ export { args_27 as args };
694
+ export namespace parameters_1 {
695
+ export namespace docs_1 {
696
+ export namespace description_1 {
697
+ const story_1: string;
698
+ export { story_1 as story };
699
+ }
700
+ export { description_1 as description };
701
+ }
702
+ export { docs_1 as docs };
703
+ }
704
+ export { parameters_1 as parameters };
705
+ }
706
+ export function SubheaderComponent(): import("react/jsx-runtime").JSX.Element;
707
+ export namespace SubheaderComponent {
708
+ export namespace parameters_2 {
709
+ export namespace docs_2 {
710
+ export namespace description_2 {
711
+ const story_2: string;
712
+ export { story_2 as story };
713
+ }
714
+ export { description_2 as description };
715
+ }
716
+ export { docs_2 as docs };
717
+ }
718
+ export { parameters_2 as parameters };
719
+ }
720
+ export function ControlsPortal(args: any): import("react/jsx-runtime").JSX.Element;
721
+ export function WithTable(args: any): import("react/jsx-runtime").JSX.Element;
722
+ export function SquareAspectRatioFillContainer(args: any): import("react/jsx-runtime").JSX.Element;
723
+ export namespace SquareAspectRatioFillContainer {
724
+ export namespace args_28 {
725
+ export namespace chart_26 {
726
+ export namespace options_24 {
727
+ const title_8: string;
728
+ export { title_8 as title };
729
+ export namespace chartStyling_6 {
730
+ const squareAspectRatio_1: boolean;
731
+ export { squareAspectRatio_1 as squareAspectRatio };
732
+ const height_4: string;
733
+ export { height_4 as height };
734
+ }
735
+ export { chartStyling_6 as chartStyling };
736
+ }
737
+ export { options_24 as options };
738
+ }
739
+ export { chart_26 as chart };
740
+ }
741
+ export { args_28 as args };
742
+ const decorators_1: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
743
+ export { decorators_1 as decorators };
744
+ }
745
+ export function OnPointHover(args: any): import("react/jsx-runtime").JSX.Element;
746
+ export namespace OnPointHover {
747
+ export namespace args_29 {
748
+ export namespace chart_27 {
749
+ export namespace options_25 {
750
+ namespace interactions {
751
+ function onHover(evt: any, datasetIndex: any, pointIndex: any, datasets: any): void;
752
+ function onUnhover(): void;
753
+ }
754
+ }
755
+ export { options_25 as options };
756
+ }
757
+ export { chart_27 as chart };
758
+ }
759
+ export { args_29 as args };
760
+ }
761
+ export function ZeroValues(args: any): import("react/jsx-runtime").JSX.Element;
762
+ export namespace ZeroValues {
763
+ export namespace args_30 {
764
+ export namespace chart_28 {
765
+ export namespace data_10 {
766
+ const datasets_10: {
767
+ label: string;
768
+ data: {
769
+ x: number;
770
+ y: number;
771
+ }[];
772
+ }[];
773
+ export { datasets_10 as datasets };
774
+ }
775
+ export { data_10 as data };
776
+ export namespace options_26 {
777
+ const title_9: string;
778
+ export { title_9 as title };
779
+ }
780
+ export { options_26 as options };
781
+ }
782
+ export { chart_28 as chart };
783
+ }
784
+ export { args_30 as args };
785
+ }
786
+ export function SimilarValues(args: any): import("react/jsx-runtime").JSX.Element;
787
+ export namespace SimilarValues {
788
+ export namespace args_31 {
789
+ export namespace chart_29 {
790
+ export namespace data_11 {
791
+ const datasets_11: {
792
+ label: string;
793
+ data: {
794
+ x: number;
795
+ y: number;
796
+ }[];
797
+ }[];
798
+ export { datasets_11 as datasets };
799
+ }
800
+ export { data_11 as data };
801
+ export namespace options_27 {
802
+ const title_10: string;
803
+ export { title_10 as title };
804
+ }
805
+ export { options_27 as options };
806
+ }
807
+ export { chart_29 as chart };
808
+ }
809
+ export { args_31 as args };
810
+ }
811
+ export function HideIrregularMajorAxisTicks(args: any): import("react/jsx-runtime").JSX.Element;
812
+ export namespace HideIrregularMajorAxisTicks {
813
+ export namespace args_32 {
814
+ export namespace chart_30 {
815
+ export namespace data_12 {
816
+ const datasets_12: {
817
+ label: string;
818
+ data: {
819
+ x: number;
820
+ y: number;
821
+ }[];
822
+ }[];
823
+ export { datasets_12 as datasets };
824
+ }
825
+ export { data_12 as data };
826
+ export namespace options_28 {
827
+ const title_11: string;
828
+ export { title_11 as title };
829
+ export namespace graph_2 {
830
+ const showMinorGridlines_1: boolean;
831
+ export { showMinorGridlines_1 as showMinorGridlines };
832
+ }
833
+ export { graph_2 as graph };
834
+ export namespace additionalAxesOptions_4 {
835
+ export namespace range_1 {
836
+ export namespace x_5 {
837
+ const min_2: number;
838
+ export { min_2 as min };
839
+ const max_2: number;
840
+ export { max_2 as max };
841
+ }
842
+ export { x_5 as x };
843
+ export namespace y_4 {
844
+ const min_3: number;
845
+ export { min_3 as min };
846
+ const max_3: number;
847
+ export { max_3 as max };
848
+ }
849
+ export { y_4 as y };
850
+ }
851
+ export { range_1 as range };
852
+ }
853
+ export { additionalAxesOptions_4 as additionalAxesOptions };
854
+ }
855
+ export { options_28 as options };
856
+ }
857
+ export { chart_30 as chart };
858
+ }
859
+ export { args_32 as args };
860
+ }
861
+ export function TestNumberSeparators(args: any): import("react/jsx-runtime").JSX.Element;
862
+ export namespace TestNumberSeparators {
863
+ export namespace args_33 {
864
+ export namespace chart_31 {
865
+ export namespace data_13 {
866
+ const datasets_13: {
867
+ label: string;
868
+ data: {
869
+ x: number;
870
+ y: number;
871
+ }[];
872
+ }[];
873
+ export { datasets_13 as datasets };
874
+ }
875
+ export { data_13 as data };
876
+ export namespace options_29 {
877
+ const title_12: string;
878
+ export { title_12 as title };
879
+ }
880
+ export { options_29 as options };
881
+ }
882
+ export { chart_31 as chart };
883
+ }
884
+ export { args_33 as args };
885
+ }
886
+ export function PerformanceTestCase(): import("react/jsx-runtime").JSX.Element;
887
+ export function ExtraTestCases(): import("react/jsx-runtime").JSX.Element;
888
+ export function AxisLabelFormatTestCases(): import("react/jsx-runtime").JSX.Element;
889
+ export function DataSetWithToggle(): import("react/jsx-runtime").JSX.Element;
890
+ export function AxesDepthTypes(): import("react/jsx-runtime").JSX.Element;
891
+ export function DragDataChart(): import("react/jsx-runtime").JSX.Element;
892
+ export function StorageState(args: any): import("react/jsx-runtime").JSX.Element;
893
+ export namespace StorageState {
894
+ export namespace args_34 {
895
+ export namespace chart_32 {
896
+ export namespace data_14 {
897
+ const datasets_14: {
898
+ label: string;
899
+ data: {
900
+ x: number;
901
+ y: number;
902
+ }[];
903
+ }[];
904
+ export { datasets_14 as datasets };
905
+ }
906
+ export { data_14 as data };
907
+ export namespace options_30 {
908
+ const title_13: string;
909
+ export { title_13 as title };
910
+ export namespace chartStyling_7 {
911
+ const height_5: number;
912
+ export { height_5 as height };
913
+ }
914
+ export { chartStyling_7 as chartStyling };
915
+ }
916
+ export { options_30 as options };
917
+ export const persistenceId: string;
918
+ }
919
+ export { chart_32 as chart };
920
+ }
921
+ export { args_34 as args };
922
+ }
923
+ export function WithTranslations(): import("react/jsx-runtime").JSX.Element;
924
+ export function TestLongTooltip(args: any): import("react/jsx-runtime").JSX.Element;
925
+ export namespace TestLongTooltip {
926
+ export namespace args_35 {
927
+ export namespace chart_33 {
928
+ export namespace data_15 {
929
+ const datasets_15: {
930
+ label: string;
931
+ data: {
932
+ x: number;
933
+ y: number;
934
+ }[];
935
+ }[];
936
+ export { datasets_15 as datasets };
937
+ }
938
+ export { data_15 as data };
939
+ export namespace options_31 {
940
+ export namespace chartStyling_8 {
941
+ const height_6: number;
942
+ export { height_6 as height };
943
+ }
944
+ export { chartStyling_8 as chartStyling };
945
+ export namespace axes_4 {
946
+ const x_6: {
947
+ label: string;
948
+ }[];
949
+ export { x_6 as x };
950
+ const y_5: {
951
+ label: string;
952
+ }[];
953
+ export { y_5 as y };
954
+ }
955
+ export { axes_4 as axes };
956
+ }
957
+ export { options_31 as options };
958
+ }
959
+ export { chart_33 as chart };
960
+ }
961
+ export { args_35 as args };
962
+ }
963
+ export function TestManyLines(args: any): import("react/jsx-runtime").JSX.Element;
964
+ export namespace TestManyLines {
965
+ export namespace args_36 {
966
+ export namespace chart_34 {
967
+ export namespace data_16 {
968
+ const datasets_16: {
969
+ label: string;
970
+ pointStyle: string | undefined;
971
+ pointRadius: number;
972
+ data: {
973
+ x: number;
974
+ y: number;
975
+ }[];
976
+ }[];
977
+ export { datasets_16 as datasets };
978
+ }
979
+ export { data_16 as data };
980
+ }
981
+ export { chart_34 as chart };
982
+ }
983
+ export { args_36 as args };
984
+ }
985
+ export function TestLongLegendLabels(args: any): import("react/jsx-runtime").JSX.Element;
986
+ export namespace TestLongLegendLabels {
987
+ export namespace args_37 {
988
+ export namespace chart_35 {
989
+ export namespace data_17 {
990
+ const datasets_17: {
991
+ label: string;
992
+ data: {
993
+ x: number;
994
+ y: number;
995
+ }[];
996
+ }[];
997
+ export { datasets_17 as datasets };
998
+ }
999
+ export { data_17 as data };
1000
+ }
1001
+ export { chart_35 as chart };
1002
+ }
1003
+ export { args_37 as args };
1004
+ }
1005
+ export function TestResizingContainer(): import("react/jsx-runtime").JSX.Element;
1006
+ import { LineChart } from './line-chart';
1007
+ declare namespace basicChart { }
1008
+ declare const customLegendContainerID: "custom-legend-container";
1009
+ declare const testComponent: import("react/jsx-runtime").JSX.Element;