@react-magma/charts 12.0.0-next.6 → 12.0.1-next.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 (45) hide show
  1. package/dist/components/CarbonChart/CarbonChartArea.stories.d.ts +308 -10
  2. package/dist/components/CarbonChart/CarbonChartAreaStacked.stories.d.ts +134 -5
  3. package/dist/components/CarbonChart/CarbonChartBar.stories.d.ts +212 -10
  4. package/dist/components/CarbonChart/CarbonChartBarFloating.stories.d.ts +80 -4
  5. package/dist/components/CarbonChart/CarbonChartBarGrouped.stories.d.ts +232 -11
  6. package/dist/components/CarbonChart/CarbonChartBarStacked.stories.d.ts +264 -12
  7. package/dist/components/CarbonChart/CarbonChartBoxplot.stories.d.ts +51 -3
  8. package/dist/components/CarbonChart/CarbonChartBubble.stories.d.ts +194 -7
  9. package/dist/components/CarbonChart/CarbonChartBullet.stories.d.ts +33 -2
  10. package/dist/components/CarbonChart/CarbonChartCombo.stories.d.ts +578 -13
  11. package/dist/components/CarbonChart/CarbonChartDonut.stories.d.ts +118 -6
  12. package/dist/components/CarbonChart/CarbonChartGauge.stories.d.ts +41 -3
  13. package/dist/components/CarbonChart/CarbonChartHistogram.stories.d.ts +87 -4
  14. package/dist/components/CarbonChart/CarbonChartLine.stories.d.ts +575 -18
  15. package/dist/components/CarbonChart/CarbonChartLollipop.stories.d.ts +53 -3
  16. package/dist/components/CarbonChart/CarbonChartMeter.stories.d.ts +125 -6
  17. package/dist/components/CarbonChart/CarbonChartPie.stories.d.ts +99 -6
  18. package/dist/components/CarbonChart/CarbonChartRadar.stories.d.ts +96 -5
  19. package/dist/components/CarbonChart/CarbonChartScatter.stories.d.ts +171 -7
  20. package/dist/components/CarbonChart/CarbonChartSparkline.stories.d.ts +49 -2
  21. package/dist/components/CarbonChart/CarbonChartStep.stories.d.ts +36 -2
  22. package/dist/components/LineChart/LineChart.stories.d.ts +132 -21
  23. package/package.json +3 -3
  24. package/src/components/CarbonChart/CarbonChartArea.stories.tsx +674 -649
  25. package/src/components/CarbonChart/CarbonChartAreaStacked.stories.tsx +424 -414
  26. package/src/components/CarbonChart/CarbonChartBar.stories.tsx +352 -325
  27. package/src/components/CarbonChart/CarbonChartBarFloating.stories.tsx +127 -116
  28. package/src/components/CarbonChart/CarbonChartBarGrouped.stories.tsx +872 -843
  29. package/src/components/CarbonChart/CarbonChartBarStacked.stories.tsx +913 -879
  30. package/src/components/CarbonChart/CarbonChartBoxplot.stories.tsx +238 -232
  31. package/src/components/CarbonChart/CarbonChartBubble.stories.tsx +565 -547
  32. package/src/components/CarbonChart/CarbonChartBullet.stories.tsx +59 -56
  33. package/src/components/CarbonChart/CarbonChartCombo.stories.tsx +1335 -1299
  34. package/src/components/CarbonChart/CarbonChartDonut.stories.tsx +170 -153
  35. package/src/components/CarbonChart/CarbonChartGauge.stories.tsx +50 -44
  36. package/src/components/CarbonChart/CarbonChartHistogram.stories.tsx +733 -724
  37. package/src/components/CarbonChart/CarbonChartLine.stories.tsx +1656 -1605
  38. package/src/components/CarbonChart/CarbonChartLollipop.stories.tsx +81 -76
  39. package/src/components/CarbonChart/CarbonChartMeter.stories.tsx +177 -162
  40. package/src/components/CarbonChart/CarbonChartPie.stories.tsx +154 -139
  41. package/src/components/CarbonChart/CarbonChartRadar.stories.tsx +445 -433
  42. package/src/components/CarbonChart/CarbonChartScatter.stories.tsx +427 -409
  43. package/src/components/CarbonChart/CarbonChartSparkline.stories.tsx +191 -188
  44. package/src/components/CarbonChart/CarbonChartStep.stories.tsx +145 -142
  45. package/src/components/LineChart/LineChart.stories.tsx +91 -104
@@ -1,20 +1,577 @@
1
- import { CarbonChartProps } from '.';
1
+ import { CarbonChartProps, CarbonChartType } from '.';
2
2
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
3
3
  export default _default;
4
- export declare const CustomDomainLine: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
5
- export declare const RotatedTicksLine: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
6
- export declare const LineTimeSeries15SecondInterval: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
7
- export declare const LogAxis: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
8
- export declare const PreSelectedGroupsLine: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
9
- export declare const LeftAlignedVerticalLegendLine: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
10
- export declare const ThresholdsLine: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
11
- export declare const LineTimeSeriesSingleDatum: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
12
- export declare const TruncatedlabelsLine: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
13
- export declare const LineDiscrete: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
14
- export declare const LineTimeSeries: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
15
- export declare const LineDenseTimeSeries: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
16
- export declare const LineLineDualDualAxes: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
17
- export declare const LineTimeSeriesAllLabelsInPrimaryFormat: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
18
- export declare const LineTimeSeriesTwoIcons: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
19
- export declare const LineEmptyState: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
20
- export declare const LineSkeleton: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
4
+ export declare const CustomDomainLine: {
5
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
6
+ args: {
7
+ isInverse: boolean;
8
+ type: CarbonChartType;
9
+ dataSet: ({
10
+ group: string;
11
+ key: string;
12
+ value: number;
13
+ audienceSize?: undefined;
14
+ } | {
15
+ group: string;
16
+ key: string;
17
+ value: number;
18
+ audienceSize: number;
19
+ })[];
20
+ options: {
21
+ title: string;
22
+ axes: {
23
+ bottom: {
24
+ title: string;
25
+ mapsTo: string;
26
+ scaleType: string;
27
+ domain: string[];
28
+ };
29
+ left: {
30
+ domain: number[];
31
+ mapsTo: string;
32
+ title: string;
33
+ scaleType: string;
34
+ };
35
+ };
36
+ height: string;
37
+ };
38
+ };
39
+ };
40
+ export declare const RotatedTicksLine: {
41
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
42
+ args: {
43
+ isInverse: boolean;
44
+ type: CarbonChartType;
45
+ dataSet: {
46
+ group: string;
47
+ date: string;
48
+ value: number;
49
+ }[];
50
+ options: {
51
+ title: string;
52
+ axes: {
53
+ bottom: {
54
+ scaleType: string;
55
+ mapsTo: string;
56
+ ticks: {
57
+ rotation: string;
58
+ };
59
+ };
60
+ left: {
61
+ mapsTo: string;
62
+ };
63
+ };
64
+ legend: {
65
+ clickable: boolean;
66
+ };
67
+ height: string;
68
+ };
69
+ };
70
+ };
71
+ export declare const LineTimeSeries15SecondInterval: {
72
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
73
+ args: {
74
+ isInverse: boolean;
75
+ type: CarbonChartType;
76
+ dataSet: {
77
+ group: string;
78
+ date: string;
79
+ value: number;
80
+ }[];
81
+ options: {
82
+ title: string;
83
+ axes: {
84
+ left: {
85
+ mapsTo: string;
86
+ };
87
+ bottom: {
88
+ scaleType: string;
89
+ mapsTo: string;
90
+ };
91
+ };
92
+ legend: {
93
+ clickable: boolean;
94
+ };
95
+ height: string;
96
+ };
97
+ };
98
+ };
99
+ export declare const LogAxis: {
100
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
101
+ args: {
102
+ isInverse: boolean;
103
+ type: CarbonChartType;
104
+ dataSet: {
105
+ group: string;
106
+ date: string;
107
+ value: number;
108
+ }[];
109
+ options: {
110
+ title: string;
111
+ axes: {
112
+ bottom: {
113
+ scaleType: string;
114
+ mapsTo: string;
115
+ };
116
+ left: {
117
+ mapsTo: string;
118
+ scaleType: string;
119
+ includeZero: boolean;
120
+ };
121
+ };
122
+ height: string;
123
+ };
124
+ };
125
+ };
126
+ export declare const PreSelectedGroupsLine: {
127
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
128
+ args: {
129
+ isInverse: boolean;
130
+ type: CarbonChartType;
131
+ dataSet: ({
132
+ group: string;
133
+ key: string;
134
+ value: number;
135
+ audienceSize?: undefined;
136
+ } | {
137
+ group: string;
138
+ key: string;
139
+ value: number;
140
+ audienceSize: number;
141
+ })[];
142
+ options: {
143
+ title: string;
144
+ data: {
145
+ selectedGroups: string[];
146
+ };
147
+ axes: {
148
+ bottom: {
149
+ title: string;
150
+ mapsTo: string;
151
+ scaleType: string;
152
+ };
153
+ left: {
154
+ mapsTo: string;
155
+ title: string;
156
+ scaleType: string;
157
+ };
158
+ };
159
+ height: string;
160
+ };
161
+ };
162
+ };
163
+ export declare const LeftAlignedVerticalLegendLine: {
164
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
165
+ args: {
166
+ isInverse: boolean;
167
+ type: CarbonChartType;
168
+ dataSet: ({
169
+ group: string;
170
+ key: string;
171
+ value: number;
172
+ audienceSize?: undefined;
173
+ } | {
174
+ group: string;
175
+ key: string;
176
+ value: number;
177
+ audienceSize: number;
178
+ })[];
179
+ options: {
180
+ title: string;
181
+ axes: {
182
+ bottom: {
183
+ title: string;
184
+ mapsTo: string;
185
+ scaleType: string;
186
+ };
187
+ left: {
188
+ mapsTo: string;
189
+ title: string;
190
+ scaleType: string;
191
+ };
192
+ };
193
+ legend: {
194
+ position: string;
195
+ orientation: string;
196
+ };
197
+ height: string;
198
+ };
199
+ };
200
+ };
201
+ export declare const ThresholdsLine: {
202
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
203
+ args: {
204
+ isInverse: boolean;
205
+ type: CarbonChartType;
206
+ dataSet: ({
207
+ group: string;
208
+ date: string;
209
+ value: number;
210
+ } | {
211
+ group: string;
212
+ date: string;
213
+ value: null;
214
+ })[];
215
+ options: {
216
+ title: string;
217
+ axes: {
218
+ bottom: {
219
+ title: string;
220
+ mapsTo: string;
221
+ scaleType: string;
222
+ thresholds: {
223
+ value: Date;
224
+ label: string;
225
+ valueFormatter: (e: any) => string;
226
+ }[];
227
+ };
228
+ left: {
229
+ mapsTo: string;
230
+ title: string;
231
+ scaleType: string;
232
+ thresholds: ({
233
+ value: number;
234
+ label: string;
235
+ fillColor: string;
236
+ } | {
237
+ value: number;
238
+ fillColor: string;
239
+ label?: undefined;
240
+ })[];
241
+ };
242
+ };
243
+ curve: string;
244
+ height: string;
245
+ };
246
+ };
247
+ };
248
+ export declare const LineTimeSeriesSingleDatum: {
249
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
250
+ args: {
251
+ isInverse: boolean;
252
+ type: CarbonChartType;
253
+ dataSet: {
254
+ group: string;
255
+ date: string;
256
+ value: number;
257
+ }[];
258
+ options: {
259
+ title: string;
260
+ axes: {
261
+ left: {
262
+ mapsTo: string;
263
+ };
264
+ bottom: {
265
+ scaleType: string;
266
+ mapsTo: string;
267
+ };
268
+ };
269
+ legend: {
270
+ clickable: boolean;
271
+ };
272
+ height: string;
273
+ };
274
+ };
275
+ };
276
+ export declare const TruncatedlabelsLine: {
277
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
278
+ args: {
279
+ isInverse: boolean;
280
+ type: CarbonChartType;
281
+ dataSet: ({
282
+ group: string;
283
+ key: string;
284
+ value: number;
285
+ audienceSize?: undefined;
286
+ } | {
287
+ group: string;
288
+ key: string;
289
+ value: number;
290
+ audienceSize: number;
291
+ })[];
292
+ options: {
293
+ title: string;
294
+ axes: {
295
+ bottom: {
296
+ title: string;
297
+ mapsTo: string;
298
+ scaleType: string;
299
+ };
300
+ left: {
301
+ mapsTo: string;
302
+ title: string;
303
+ scaleType: string;
304
+ };
305
+ };
306
+ height: string;
307
+ };
308
+ };
309
+ };
310
+ export declare const LineDiscrete: {
311
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
312
+ args: {
313
+ isInverse: boolean;
314
+ type: CarbonChartType;
315
+ dataSet: ({
316
+ group: string;
317
+ key: string;
318
+ value: number;
319
+ audienceSize?: undefined;
320
+ } | {
321
+ group: string;
322
+ key: string;
323
+ value: number;
324
+ audienceSize: number;
325
+ })[];
326
+ options: {
327
+ title: string;
328
+ axes: {
329
+ bottom: {
330
+ title: string;
331
+ mapsTo: string;
332
+ scaleType: string;
333
+ };
334
+ left: {
335
+ mapsTo: string;
336
+ title: string;
337
+ scaleType: string;
338
+ };
339
+ };
340
+ height: string;
341
+ };
342
+ };
343
+ };
344
+ export declare const LineTimeSeries: {
345
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
346
+ args: {
347
+ isInverse: boolean;
348
+ type: CarbonChartType;
349
+ dataSet: ({
350
+ group: string;
351
+ date: string;
352
+ value: number;
353
+ surplus: number;
354
+ } | {
355
+ group: string;
356
+ date: string;
357
+ value: null;
358
+ surplus: number;
359
+ })[];
360
+ options: {
361
+ title: string;
362
+ axes: {
363
+ bottom: {
364
+ title: string;
365
+ mapsTo: string;
366
+ scaleType: string;
367
+ };
368
+ left: {
369
+ mapsTo: string;
370
+ title: string;
371
+ scaleType: string;
372
+ };
373
+ };
374
+ curve: string;
375
+ height: string;
376
+ };
377
+ };
378
+ };
379
+ export declare const LineDenseTimeSeries: {
380
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
381
+ args: {
382
+ isInverse: boolean;
383
+ type: CarbonChartType;
384
+ dataSet: {
385
+ group: string;
386
+ date: string;
387
+ value: number;
388
+ }[];
389
+ options: {
390
+ title: string;
391
+ axes: {
392
+ bottom: {
393
+ title: string;
394
+ mapsTo: string;
395
+ scaleType: string;
396
+ };
397
+ left: {
398
+ mapsTo: string;
399
+ title: string;
400
+ scaleType: string;
401
+ };
402
+ };
403
+ curve: string;
404
+ height: string;
405
+ };
406
+ };
407
+ };
408
+ export declare const LineLineDualDualAxes: {
409
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
410
+ args: {
411
+ isInverse: boolean;
412
+ type: CarbonChartType;
413
+ dataSet: ({
414
+ group: string;
415
+ date: string;
416
+ temp: number;
417
+ rainfall?: undefined;
418
+ } | {
419
+ group: string;
420
+ date: string;
421
+ rainfall: number;
422
+ temp?: undefined;
423
+ })[];
424
+ options: {
425
+ title: string;
426
+ axes: {
427
+ left: {
428
+ title: string;
429
+ mapsTo: string;
430
+ };
431
+ bottom: {
432
+ scaleType: string;
433
+ mapsTo: string;
434
+ title: string;
435
+ };
436
+ right: {
437
+ title: string;
438
+ mapsTo: string;
439
+ correspondingDatasets: string[];
440
+ };
441
+ };
442
+ curve: string;
443
+ height: string;
444
+ };
445
+ };
446
+ };
447
+ export declare const LineTimeSeriesAllLabelsInPrimaryFormat: {
448
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
449
+ args: {
450
+ isInverse: boolean;
451
+ type: CarbonChartType;
452
+ dataSet: {
453
+ group: string;
454
+ date: string;
455
+ value: number;
456
+ }[];
457
+ options: {
458
+ title: string;
459
+ axes: {
460
+ left: {
461
+ mapsTo: string;
462
+ };
463
+ bottom: {
464
+ scaleType: string;
465
+ mapsTo: string;
466
+ };
467
+ };
468
+ timeScale: {
469
+ addSpaceOnEdges: number;
470
+ };
471
+ legend: {
472
+ clickable: boolean;
473
+ };
474
+ height: string;
475
+ };
476
+ };
477
+ };
478
+ export declare const LineTimeSeriesTwoIcons: {
479
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
480
+ args: {
481
+ isInverse: boolean;
482
+ type: CarbonChartType;
483
+ dataSet: ({
484
+ group: string;
485
+ date: string;
486
+ value: number;
487
+ surplus: number;
488
+ } | {
489
+ group: string;
490
+ date: string;
491
+ value: null;
492
+ surplus: number;
493
+ })[];
494
+ options: {
495
+ title: string;
496
+ axes: {
497
+ bottom: {
498
+ title: string;
499
+ mapsTo: string;
500
+ scaleType: string;
501
+ };
502
+ left: {
503
+ mapsTo: string;
504
+ title: string;
505
+ scaleType: string;
506
+ };
507
+ };
508
+ curve: string;
509
+ toolbar: {
510
+ enabled: boolean;
511
+ numberOfIcons: number;
512
+ controls: {
513
+ type: string;
514
+ }[];
515
+ };
516
+ zoomBar: {
517
+ top: {
518
+ enabled: boolean;
519
+ };
520
+ };
521
+ height: string;
522
+ };
523
+ };
524
+ };
525
+ export declare const LineEmptyState: {
526
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
527
+ args: {
528
+ isInverse: boolean;
529
+ type: CarbonChartType;
530
+ dataSet: never[];
531
+ options: {
532
+ title: string;
533
+ axes: {
534
+ bottom: {
535
+ title: string;
536
+ mapsTo: string;
537
+ scaleType: string;
538
+ };
539
+ left: {
540
+ mapsTo: string;
541
+ title: string;
542
+ scaleType: string;
543
+ };
544
+ };
545
+ curve: string;
546
+ height: string;
547
+ };
548
+ };
549
+ };
550
+ export declare const LineSkeleton: {
551
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
552
+ args: {
553
+ isInverse: boolean;
554
+ type: CarbonChartType;
555
+ dataSet: never[];
556
+ options: {
557
+ title: string;
558
+ axes: {
559
+ bottom: {
560
+ title: string;
561
+ mapsTo: string;
562
+ scaleType: string;
563
+ };
564
+ left: {
565
+ mapsTo: string;
566
+ title: string;
567
+ scaleType: string;
568
+ };
569
+ };
570
+ curve: string;
571
+ data: {
572
+ loading: boolean;
573
+ };
574
+ height: string;
575
+ };
576
+ };
577
+ };
@@ -1,5 +1,55 @@
1
- import { CarbonChartProps } from '.';
1
+ import { CarbonChartProps, CarbonChartType } from '.';
2
2
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
3
3
  export default _default;
4
- export declare const LollipopDiscrete: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
5
- export declare const LollipopHorizontalPresentation: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
4
+ export declare const LollipopDiscrete: {
5
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
6
+ args: {
7
+ isInverse: boolean;
8
+ type: CarbonChartType;
9
+ dataSet: {
10
+ group: string;
11
+ key: string;
12
+ value: number;
13
+ }[];
14
+ options: {
15
+ title: string;
16
+ axes: {
17
+ bottom: {
18
+ title: string;
19
+ scaleType: string;
20
+ mapsTo: string;
21
+ };
22
+ left: {
23
+ mapsTo: string;
24
+ };
25
+ };
26
+ height: string;
27
+ };
28
+ };
29
+ };
30
+ export declare const LollipopHorizontalPresentation: {
31
+ render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
32
+ args: {
33
+ isInverse: boolean;
34
+ type: CarbonChartType;
35
+ dataSet: {
36
+ group: string;
37
+ key: string;
38
+ value: number;
39
+ }[];
40
+ options: {
41
+ title: string;
42
+ axes: {
43
+ left: {
44
+ title: string;
45
+ scaleType: string;
46
+ mapsTo: string;
47
+ };
48
+ bottom: {
49
+ mapsTo: string;
50
+ };
51
+ };
52
+ height: string;
53
+ };
54
+ };
55
+ };