@mui/x-charts 8.10.2 → 8.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BarChart/BarChart.js +0 -36
- package/CHANGELOG.md +214 -13
- package/ChartContainer/ChartContainer.js +0 -56
- package/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/ChartsLabel/labelMarkClasses.d.ts +1 -1
- package/ChartsOverlay/ChartsOverlay.js +11 -1
- package/ChartsReferenceLine/ChartsXReferenceLine.d.ts +1 -1
- package/ChartsReferenceLine/ChartsYReferenceLine.d.ts +1 -1
- package/ChartsTooltip/ChartsTooltipTable.d.ts +1 -1
- package/ChartsTooltip/chartsTooltipClasses.d.ts +1 -1
- package/ChartsXAxis/ChartsXAxis.d.ts +1 -1
- package/ChartsXAxis/ChartsXAxis.js +5 -10
- package/ChartsXAxis/useAxisProps.d.ts +11 -173
- package/ChartsXAxis/utilities.d.ts +1 -1
- package/ChartsYAxis/ChartsYAxis.d.ts +1 -1
- package/ChartsYAxis/ChartsYAxis.js +5 -10
- package/ChartsYAxis/useAxisProps.d.ts +11 -173
- package/ChartsYAxis/utilities.d.ts +1 -1
- package/LineChart/LineChart.js +0 -36
- package/PieChart/PieChart.js +2 -2
- package/RadarChart/RadarAxis/RadarAxis.d.ts +29 -0
- package/RadarChart/RadarAxis/RadarAxis.js +101 -0
- package/RadarChart/RadarAxis/RadarAxis.utils.d.ts +20 -0
- package/RadarChart/RadarAxis/RadarAxis.utils.js +66 -0
- package/RadarChart/RadarAxis/index.d.ts +3 -0
- package/RadarChart/RadarAxis/index.js +39 -0
- package/RadarChart/RadarAxis/radarAxisClasses.d.ts +12 -0
- package/RadarChart/RadarAxis/radarAxisClasses.js +25 -0
- package/RadarChart/RadarAxis/useRadarAxis.d.ts +34 -0
- package/RadarChart/RadarAxis/useRadarAxis.js +82 -0
- package/RadarChart/RadarGrid/useRadarGridData.js +8 -5
- package/RadarChart/RadarSeriesPlot/useRadarSeriesData.js +1 -1
- package/RadarChart/index.d.ts +1 -0
- package/RadarChart/index.js +12 -0
- package/ScatterChart/ScatterChart.js +0 -36
- package/SparkLineChart/SparkLineChart.js +0 -36
- package/esm/BarChart/BarChart.js +0 -36
- package/esm/ChartContainer/ChartContainer.js +0 -56
- package/esm/ChartsLabel/labelGradientClasses.d.ts +1 -1
- package/esm/ChartsLabel/labelMarkClasses.d.ts +1 -1
- package/esm/ChartsOverlay/ChartsOverlay.js +11 -1
- package/esm/ChartsReferenceLine/ChartsXReferenceLine.d.ts +1 -1
- package/esm/ChartsReferenceLine/ChartsYReferenceLine.d.ts +1 -1
- package/esm/ChartsTooltip/ChartsTooltipTable.d.ts +1 -1
- package/esm/ChartsTooltip/chartsTooltipClasses.d.ts +1 -1
- package/esm/ChartsXAxis/ChartsXAxis.d.ts +1 -1
- package/esm/ChartsXAxis/ChartsXAxis.js +5 -10
- package/esm/ChartsXAxis/useAxisProps.d.ts +11 -173
- package/esm/ChartsXAxis/utilities.d.ts +1 -1
- package/esm/ChartsYAxis/ChartsYAxis.d.ts +1 -1
- package/esm/ChartsYAxis/ChartsYAxis.js +5 -10
- package/esm/ChartsYAxis/useAxisProps.d.ts +11 -173
- package/esm/ChartsYAxis/utilities.d.ts +1 -1
- package/esm/LineChart/LineChart.js +0 -36
- package/esm/PieChart/PieChart.js +2 -2
- package/esm/RadarChart/RadarAxis/RadarAxis.d.ts +29 -0
- package/esm/RadarChart/RadarAxis/RadarAxis.js +94 -0
- package/esm/RadarChart/RadarAxis/RadarAxis.utils.d.ts +20 -0
- package/esm/RadarChart/RadarAxis/RadarAxis.utils.js +60 -0
- package/esm/RadarChart/RadarAxis/index.d.ts +3 -0
- package/esm/RadarChart/RadarAxis/index.js +3 -0
- package/esm/RadarChart/RadarAxis/radarAxisClasses.d.ts +12 -0
- package/esm/RadarChart/RadarAxis/radarAxisClasses.js +15 -0
- package/esm/RadarChart/RadarAxis/useRadarAxis.d.ts +34 -0
- package/esm/RadarChart/RadarAxis/useRadarAxis.js +76 -0
- package/esm/RadarChart/RadarGrid/useRadarGridData.js +8 -5
- package/esm/RadarChart/RadarSeriesPlot/useRadarSeriesData.js +1 -1
- package/esm/RadarChart/index.d.ts +1 -0
- package/esm/RadarChart/index.js +1 -0
- package/esm/ScatterChart/ScatterChart.js +0 -36
- package/esm/SparkLineChart/SparkLineChart.js +0 -36
- package/esm/hooks/animation/useAnimatePieArcLabel.js +2 -2
- package/esm/hooks/useInteractionItemProps.d.ts +5 -5
- package/esm/hooks/useInteractionItemProps.js +6 -20
- package/esm/index.js +1 -1
- package/esm/internals/getWordsByLines.d.ts +6 -0
- package/esm/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.d.ts +3 -3
- package/esm/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +3 -3
- package/esm/models/axis.d.ts +0 -10
- package/esm/models/seriesType/config.d.ts +6 -0
- package/esm/models/seriesType/index.d.ts +1 -0
- package/hooks/animation/useAnimatePieArcLabel.js +2 -2
- package/hooks/useInteractionItemProps.d.ts +5 -5
- package/hooks/useInteractionItemProps.js +6 -20
- package/index.js +1 -1
- package/internals/getWordsByLines.d.ts +6 -0
- package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.types.d.ts +3 -3
- package/internals/plugins/models/seriesConfig/tooltipGetter.types.d.ts +3 -3
- package/models/axis.d.ts +0 -10
- package/models/seriesType/config.d.ts +6 -0
- package/models/seriesType/index.d.ts +1 -0
- package/package.json +13 -13
|
@@ -7,12 +7,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
7
7
|
axisId?: import("../internals/index.js").AxisId;
|
|
8
8
|
disableLine: boolean;
|
|
9
9
|
disableTicks: boolean;
|
|
10
|
-
fill?: string;
|
|
11
10
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
12
11
|
labelStyle?: ChartsTextProps["style"];
|
|
13
12
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
14
13
|
label?: string;
|
|
15
|
-
stroke?: string;
|
|
16
14
|
tickSize: number;
|
|
17
15
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
18
16
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -49,12 +47,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
49
47
|
axisId?: import("../internals/index.js").AxisId;
|
|
50
48
|
disableLine: boolean;
|
|
51
49
|
disableTicks: boolean;
|
|
52
|
-
fill?: string;
|
|
53
50
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
54
51
|
labelStyle?: ChartsTextProps["style"];
|
|
55
52
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
56
53
|
label?: string;
|
|
57
|
-
stroke?: string;
|
|
58
54
|
tickSize: number;
|
|
59
55
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
60
56
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -91,12 +87,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
91
87
|
axisId?: import("../internals/index.js").AxisId;
|
|
92
88
|
disableLine: boolean;
|
|
93
89
|
disableTicks: boolean;
|
|
94
|
-
fill?: string;
|
|
95
90
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
96
91
|
labelStyle?: ChartsTextProps["style"];
|
|
97
92
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
98
93
|
label?: string;
|
|
99
|
-
stroke?: string;
|
|
100
94
|
tickSize: number;
|
|
101
95
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
102
96
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -133,12 +127,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
133
127
|
axisId?: import("../internals/index.js").AxisId;
|
|
134
128
|
disableLine: boolean;
|
|
135
129
|
disableTicks: boolean;
|
|
136
|
-
fill?: string;
|
|
137
130
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
138
131
|
labelStyle?: ChartsTextProps["style"];
|
|
139
132
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
140
133
|
label?: string;
|
|
141
|
-
stroke?: string;
|
|
142
134
|
tickSize: number;
|
|
143
135
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
144
136
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -175,12 +167,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
175
167
|
axisId?: import("../internals/index.js").AxisId;
|
|
176
168
|
disableLine: boolean;
|
|
177
169
|
disableTicks: boolean;
|
|
178
|
-
fill?: string;
|
|
179
170
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
180
171
|
labelStyle?: ChartsTextProps["style"];
|
|
181
172
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
182
173
|
label?: string;
|
|
183
|
-
stroke?: string;
|
|
184
174
|
tickSize: number;
|
|
185
175
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
186
176
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -217,12 +207,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
217
207
|
axisId?: import("../internals/index.js").AxisId;
|
|
218
208
|
disableLine: boolean;
|
|
219
209
|
disableTicks: boolean;
|
|
220
|
-
fill?: string;
|
|
221
210
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
222
211
|
labelStyle?: ChartsTextProps["style"];
|
|
223
212
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
224
213
|
label?: string;
|
|
225
|
-
stroke?: string;
|
|
226
214
|
tickSize: number;
|
|
227
215
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
228
216
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -259,12 +247,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
259
247
|
axisId?: import("../internals/index.js").AxisId;
|
|
260
248
|
disableLine: boolean;
|
|
261
249
|
disableTicks: boolean;
|
|
262
|
-
fill?: string;
|
|
263
250
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
264
251
|
labelStyle?: ChartsTextProps["style"];
|
|
265
252
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
266
253
|
label?: string;
|
|
267
|
-
stroke?: string;
|
|
268
254
|
tickSize: number;
|
|
269
255
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
270
256
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -301,12 +287,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
301
287
|
axisId?: import("../internals/index.js").AxisId;
|
|
302
288
|
disableLine: boolean;
|
|
303
289
|
disableTicks: boolean;
|
|
304
|
-
fill?: string;
|
|
305
290
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
306
291
|
labelStyle?: ChartsTextProps["style"];
|
|
307
292
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
308
293
|
label?: string;
|
|
309
|
-
stroke?: string;
|
|
310
294
|
tickSize: number;
|
|
311
295
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
312
296
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -343,12 +327,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
343
327
|
axisId?: import("../internals/index.js").AxisId;
|
|
344
328
|
disableLine: boolean;
|
|
345
329
|
disableTicks: boolean;
|
|
346
|
-
fill?: string;
|
|
347
330
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
348
331
|
labelStyle?: ChartsTextProps["style"];
|
|
349
332
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
350
333
|
label?: string;
|
|
351
|
-
stroke?: string;
|
|
352
334
|
tickSize: number;
|
|
353
335
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
354
336
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -385,12 +367,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
385
367
|
axisId?: import("../internals/index.js").AxisId;
|
|
386
368
|
disableLine: boolean;
|
|
387
369
|
disableTicks: boolean;
|
|
388
|
-
fill?: string;
|
|
389
370
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
390
371
|
labelStyle?: ChartsTextProps["style"];
|
|
391
372
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
392
373
|
label?: string;
|
|
393
|
-
stroke?: string;
|
|
394
374
|
tickSize: number;
|
|
395
375
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
396
376
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -427,12 +407,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
427
407
|
axisId?: import("../internals/index.js").AxisId;
|
|
428
408
|
disableLine: boolean;
|
|
429
409
|
disableTicks: boolean;
|
|
430
|
-
fill?: string;
|
|
431
410
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
432
411
|
labelStyle?: ChartsTextProps["style"];
|
|
433
412
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
434
413
|
label?: string;
|
|
435
|
-
stroke?: string;
|
|
436
414
|
tickSize: number;
|
|
437
415
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
438
416
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -469,12 +447,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
469
447
|
axisId?: import("../internals/index.js").AxisId;
|
|
470
448
|
disableLine: boolean;
|
|
471
449
|
disableTicks: boolean;
|
|
472
|
-
fill?: string;
|
|
473
450
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
474
451
|
labelStyle?: ChartsTextProps["style"];
|
|
475
452
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
476
453
|
label?: string;
|
|
477
|
-
stroke?: string;
|
|
478
454
|
tickSize: number;
|
|
479
455
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
480
456
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -511,12 +487,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
511
487
|
axisId?: import("../internals/index.js").AxisId;
|
|
512
488
|
disableLine: boolean;
|
|
513
489
|
disableTicks: boolean;
|
|
514
|
-
fill?: string;
|
|
515
490
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
516
491
|
labelStyle?: ChartsTextProps["style"];
|
|
517
492
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
518
493
|
label?: string;
|
|
519
|
-
stroke?: string;
|
|
520
494
|
tickSize: number;
|
|
521
495
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
522
496
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -553,12 +527,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
553
527
|
axisId?: import("../internals/index.js").AxisId;
|
|
554
528
|
disableLine: boolean;
|
|
555
529
|
disableTicks: boolean;
|
|
556
|
-
fill?: string;
|
|
557
530
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
558
531
|
labelStyle?: ChartsTextProps["style"];
|
|
559
532
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
560
533
|
label?: string;
|
|
561
|
-
stroke?: string;
|
|
562
534
|
tickSize: number;
|
|
563
535
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
564
536
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -595,12 +567,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
595
567
|
axisId?: import("../internals/index.js").AxisId;
|
|
596
568
|
disableLine: boolean;
|
|
597
569
|
disableTicks: boolean;
|
|
598
|
-
fill?: string;
|
|
599
570
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
600
571
|
labelStyle?: ChartsTextProps["style"];
|
|
601
572
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
602
573
|
label?: string;
|
|
603
|
-
stroke?: string;
|
|
604
574
|
tickSize: number;
|
|
605
575
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
606
576
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -637,12 +607,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
637
607
|
axisId?: import("../internals/index.js").AxisId;
|
|
638
608
|
disableLine: boolean;
|
|
639
609
|
disableTicks: boolean;
|
|
640
|
-
fill?: string;
|
|
641
610
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
642
611
|
labelStyle?: ChartsTextProps["style"];
|
|
643
612
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
644
613
|
label?: string;
|
|
645
|
-
stroke?: string;
|
|
646
614
|
tickSize: number;
|
|
647
615
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
648
616
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -679,12 +647,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
679
647
|
axisId?: import("../internals/index.js").AxisId;
|
|
680
648
|
disableLine: boolean;
|
|
681
649
|
disableTicks: boolean;
|
|
682
|
-
fill?: string;
|
|
683
650
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
684
651
|
labelStyle?: ChartsTextProps["style"];
|
|
685
652
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
686
653
|
label?: string;
|
|
687
|
-
stroke?: string;
|
|
688
654
|
tickSize: number;
|
|
689
655
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
690
656
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -721,12 +687,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
721
687
|
axisId?: import("../internals/index.js").AxisId;
|
|
722
688
|
disableLine: boolean;
|
|
723
689
|
disableTicks: boolean;
|
|
724
|
-
fill?: string;
|
|
725
690
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
726
691
|
labelStyle?: ChartsTextProps["style"];
|
|
727
692
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
728
693
|
label?: string;
|
|
729
|
-
stroke?: string;
|
|
730
694
|
tickSize: number;
|
|
731
695
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
732
696
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -763,12 +727,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
763
727
|
axisId?: import("../internals/index.js").AxisId;
|
|
764
728
|
disableLine: boolean;
|
|
765
729
|
disableTicks: boolean;
|
|
766
|
-
fill?: string;
|
|
767
730
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
768
731
|
labelStyle?: ChartsTextProps["style"];
|
|
769
732
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
770
733
|
label?: string;
|
|
771
|
-
stroke?: string;
|
|
772
734
|
tickSize: number;
|
|
773
735
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
774
736
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -808,12 +770,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
808
770
|
axisId?: import("../internals/index.js").AxisId;
|
|
809
771
|
disableLine: boolean;
|
|
810
772
|
disableTicks: boolean;
|
|
811
|
-
fill?: string;
|
|
812
773
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
813
774
|
labelStyle?: ChartsTextProps["style"];
|
|
814
775
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
815
776
|
label?: string;
|
|
816
|
-
stroke?: string;
|
|
817
777
|
tickSize: number;
|
|
818
778
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
819
779
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -853,12 +813,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
853
813
|
axisId?: import("../internals/index.js").AxisId;
|
|
854
814
|
disableLine: boolean;
|
|
855
815
|
disableTicks: boolean;
|
|
856
|
-
fill?: string;
|
|
857
816
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
858
817
|
labelStyle?: ChartsTextProps["style"];
|
|
859
818
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
860
819
|
label?: string;
|
|
861
|
-
stroke?: string;
|
|
862
820
|
tickSize: number;
|
|
863
821
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
864
822
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -898,12 +856,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
898
856
|
axisId?: import("../internals/index.js").AxisId;
|
|
899
857
|
disableLine: boolean;
|
|
900
858
|
disableTicks: boolean;
|
|
901
|
-
fill?: string;
|
|
902
859
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
903
860
|
labelStyle?: ChartsTextProps["style"];
|
|
904
861
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
905
862
|
label?: string;
|
|
906
|
-
stroke?: string;
|
|
907
863
|
tickSize: number;
|
|
908
864
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
909
865
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -943,12 +899,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
943
899
|
axisId?: import("../internals/index.js").AxisId;
|
|
944
900
|
disableLine: boolean;
|
|
945
901
|
disableTicks: boolean;
|
|
946
|
-
fill?: string;
|
|
947
902
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
948
903
|
labelStyle?: ChartsTextProps["style"];
|
|
949
904
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
950
905
|
label?: string;
|
|
951
|
-
stroke?: string;
|
|
952
906
|
tickSize: number;
|
|
953
907
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
954
908
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -988,12 +942,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
988
942
|
axisId?: import("../internals/index.js").AxisId;
|
|
989
943
|
disableLine: boolean;
|
|
990
944
|
disableTicks: boolean;
|
|
991
|
-
fill?: string;
|
|
992
945
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
993
946
|
labelStyle?: ChartsTextProps["style"];
|
|
994
947
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
995
948
|
label?: string;
|
|
996
|
-
stroke?: string;
|
|
997
949
|
tickSize: number;
|
|
998
950
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
999
951
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1033,12 +985,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1033
985
|
axisId?: import("../internals/index.js").AxisId;
|
|
1034
986
|
disableLine: boolean;
|
|
1035
987
|
disableTicks: boolean;
|
|
1036
|
-
fill?: string;
|
|
1037
988
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1038
989
|
labelStyle?: ChartsTextProps["style"];
|
|
1039
990
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1040
991
|
label?: string;
|
|
1041
|
-
stroke?: string;
|
|
1042
992
|
tickSize: number;
|
|
1043
993
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1044
994
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1078,12 +1028,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1078
1028
|
axisId?: import("../internals/index.js").AxisId;
|
|
1079
1029
|
disableLine: boolean;
|
|
1080
1030
|
disableTicks: boolean;
|
|
1081
|
-
fill?: string;
|
|
1082
1031
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1083
1032
|
labelStyle?: ChartsTextProps["style"];
|
|
1084
1033
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1085
1034
|
label?: string;
|
|
1086
|
-
stroke?: string;
|
|
1087
1035
|
tickSize: number;
|
|
1088
1036
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1089
1037
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1123,12 +1071,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1123
1071
|
axisId?: import("../internals/index.js").AxisId;
|
|
1124
1072
|
disableLine: boolean;
|
|
1125
1073
|
disableTicks: boolean;
|
|
1126
|
-
fill?: string;
|
|
1127
1074
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1128
1075
|
labelStyle?: ChartsTextProps["style"];
|
|
1129
1076
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1130
1077
|
label?: string;
|
|
1131
|
-
stroke?: string;
|
|
1132
1078
|
tickSize: number;
|
|
1133
1079
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1134
1080
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1168,12 +1114,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1168
1114
|
axisId?: import("../internals/index.js").AxisId;
|
|
1169
1115
|
disableLine: boolean;
|
|
1170
1116
|
disableTicks: boolean;
|
|
1171
|
-
fill?: string;
|
|
1172
1117
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1173
1118
|
labelStyle?: ChartsTextProps["style"];
|
|
1174
1119
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1175
1120
|
label?: string;
|
|
1176
|
-
stroke?: string;
|
|
1177
1121
|
tickSize: number;
|
|
1178
1122
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1179
1123
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1211,12 +1155,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1211
1155
|
axisId?: import("../internals/index.js").AxisId;
|
|
1212
1156
|
disableLine: boolean;
|
|
1213
1157
|
disableTicks: boolean;
|
|
1214
|
-
fill?: string;
|
|
1215
1158
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1216
1159
|
labelStyle?: ChartsTextProps["style"];
|
|
1217
1160
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1218
1161
|
label?: string;
|
|
1219
|
-
stroke?: string;
|
|
1220
1162
|
tickSize: number;
|
|
1221
1163
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1222
1164
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1254,12 +1196,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1254
1196
|
axisId?: import("../internals/index.js").AxisId;
|
|
1255
1197
|
disableLine: boolean;
|
|
1256
1198
|
disableTicks: boolean;
|
|
1257
|
-
fill?: string;
|
|
1258
1199
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1259
1200
|
labelStyle?: ChartsTextProps["style"];
|
|
1260
1201
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1261
1202
|
label?: string;
|
|
1262
|
-
stroke?: string;
|
|
1263
1203
|
tickSize: number;
|
|
1264
1204
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1265
1205
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1297,12 +1237,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1297
1237
|
axisId?: import("../internals/index.js").AxisId;
|
|
1298
1238
|
disableLine: boolean;
|
|
1299
1239
|
disableTicks: boolean;
|
|
1300
|
-
fill?: string;
|
|
1301
1240
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1302
1241
|
labelStyle?: ChartsTextProps["style"];
|
|
1303
1242
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1304
1243
|
label?: string;
|
|
1305
|
-
stroke?: string;
|
|
1306
1244
|
tickSize: number;
|
|
1307
1245
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1308
1246
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1340,12 +1278,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1340
1278
|
axisId?: import("../internals/index.js").AxisId;
|
|
1341
1279
|
disableLine: boolean;
|
|
1342
1280
|
disableTicks: boolean;
|
|
1343
|
-
fill?: string;
|
|
1344
1281
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1345
1282
|
labelStyle?: ChartsTextProps["style"];
|
|
1346
1283
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1347
1284
|
label?: string;
|
|
1348
|
-
stroke?: string;
|
|
1349
1285
|
tickSize: number;
|
|
1350
1286
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1351
1287
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1383,12 +1319,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1383
1319
|
axisId?: import("../internals/index.js").AxisId;
|
|
1384
1320
|
disableLine: boolean;
|
|
1385
1321
|
disableTicks: boolean;
|
|
1386
|
-
fill?: string;
|
|
1387
1322
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1388
1323
|
labelStyle?: ChartsTextProps["style"];
|
|
1389
1324
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1390
1325
|
label?: string;
|
|
1391
|
-
stroke?: string;
|
|
1392
1326
|
tickSize: number;
|
|
1393
1327
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1394
1328
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1426,12 +1360,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1426
1360
|
axisId?: import("../internals/index.js").AxisId;
|
|
1427
1361
|
disableLine: boolean;
|
|
1428
1362
|
disableTicks: boolean;
|
|
1429
|
-
fill?: string;
|
|
1430
1363
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1431
1364
|
labelStyle?: ChartsTextProps["style"];
|
|
1432
1365
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1433
1366
|
label?: string;
|
|
1434
|
-
stroke?: string;
|
|
1435
1367
|
tickSize: number;
|
|
1436
1368
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1437
1369
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1469,12 +1401,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1469
1401
|
axisId?: import("../internals/index.js").AxisId;
|
|
1470
1402
|
disableLine: boolean;
|
|
1471
1403
|
disableTicks: boolean;
|
|
1472
|
-
fill?: string;
|
|
1473
1404
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1474
1405
|
labelStyle?: ChartsTextProps["style"];
|
|
1475
1406
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1476
1407
|
label?: string;
|
|
1477
|
-
stroke?: string;
|
|
1478
1408
|
tickSize: number;
|
|
1479
1409
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1480
1410
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1512,12 +1442,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1512
1442
|
axisId?: import("../internals/index.js").AxisId;
|
|
1513
1443
|
disableLine: boolean;
|
|
1514
1444
|
disableTicks: boolean;
|
|
1515
|
-
fill?: string;
|
|
1516
1445
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1517
1446
|
labelStyle?: ChartsTextProps["style"];
|
|
1518
1447
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1519
1448
|
label?: string;
|
|
1520
|
-
stroke?: string;
|
|
1521
1449
|
tickSize: number;
|
|
1522
1450
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1523
1451
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1555,12 +1483,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1555
1483
|
axisId?: import("../internals/index.js").AxisId;
|
|
1556
1484
|
disableLine: boolean;
|
|
1557
1485
|
disableTicks: boolean;
|
|
1558
|
-
fill?: string;
|
|
1559
1486
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1560
1487
|
labelStyle?: ChartsTextProps["style"];
|
|
1561
1488
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1562
1489
|
label?: string;
|
|
1563
|
-
stroke?: string;
|
|
1564
1490
|
tickSize: number;
|
|
1565
1491
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1566
1492
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1597,12 +1523,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1597
1523
|
axisId?: import("../internals/index.js").AxisId;
|
|
1598
1524
|
disableLine: boolean;
|
|
1599
1525
|
disableTicks: boolean;
|
|
1600
|
-
fill?: string;
|
|
1601
1526
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1602
1527
|
labelStyle?: ChartsTextProps["style"];
|
|
1603
1528
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1604
1529
|
label?: string;
|
|
1605
|
-
stroke?: string;
|
|
1606
1530
|
tickSize: number;
|
|
1607
1531
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1608
1532
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1639,12 +1563,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1639
1563
|
axisId?: import("../internals/index.js").AxisId;
|
|
1640
1564
|
disableLine: boolean;
|
|
1641
1565
|
disableTicks: boolean;
|
|
1642
|
-
fill?: string;
|
|
1643
1566
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1644
1567
|
labelStyle?: ChartsTextProps["style"];
|
|
1645
1568
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1646
1569
|
label?: string;
|
|
1647
|
-
stroke?: string;
|
|
1648
1570
|
tickSize: number;
|
|
1649
1571
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1650
1572
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1681,12 +1603,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1681
1603
|
axisId?: import("../internals/index.js").AxisId;
|
|
1682
1604
|
disableLine: boolean;
|
|
1683
1605
|
disableTicks: boolean;
|
|
1684
|
-
fill?: string;
|
|
1685
1606
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1686
1607
|
labelStyle?: ChartsTextProps["style"];
|
|
1687
1608
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1688
1609
|
label?: string;
|
|
1689
|
-
stroke?: string;
|
|
1690
1610
|
tickSize: number;
|
|
1691
1611
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1692
1612
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1723,12 +1643,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1723
1643
|
axisId?: import("../internals/index.js").AxisId;
|
|
1724
1644
|
disableLine: boolean;
|
|
1725
1645
|
disableTicks: boolean;
|
|
1726
|
-
fill?: string;
|
|
1727
1646
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1728
1647
|
labelStyle?: ChartsTextProps["style"];
|
|
1729
1648
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1730
1649
|
label?: string;
|
|
1731
|
-
stroke?: string;
|
|
1732
1650
|
tickSize: number;
|
|
1733
1651
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1734
1652
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1765,12 +1683,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1765
1683
|
axisId?: import("../internals/index.js").AxisId;
|
|
1766
1684
|
disableLine: boolean;
|
|
1767
1685
|
disableTicks: boolean;
|
|
1768
|
-
fill?: string;
|
|
1769
1686
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1770
1687
|
labelStyle?: ChartsTextProps["style"];
|
|
1771
1688
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1772
1689
|
label?: string;
|
|
1773
|
-
stroke?: string;
|
|
1774
1690
|
tickSize: number;
|
|
1775
1691
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1776
1692
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1807,12 +1723,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1807
1723
|
axisId?: import("../internals/index.js").AxisId;
|
|
1808
1724
|
disableLine: boolean;
|
|
1809
1725
|
disableTicks: boolean;
|
|
1810
|
-
fill?: string;
|
|
1811
1726
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1812
1727
|
labelStyle?: ChartsTextProps["style"];
|
|
1813
1728
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1814
1729
|
label?: string;
|
|
1815
|
-
stroke?: string;
|
|
1816
1730
|
tickSize: number;
|
|
1817
1731
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1818
1732
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1849,12 +1763,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1849
1763
|
axisId?: import("../internals/index.js").AxisId;
|
|
1850
1764
|
disableLine: boolean;
|
|
1851
1765
|
disableTicks: boolean;
|
|
1852
|
-
fill?: string;
|
|
1853
1766
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1854
1767
|
labelStyle?: ChartsTextProps["style"];
|
|
1855
1768
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1856
1769
|
label?: string;
|
|
1857
|
-
stroke?: string;
|
|
1858
1770
|
tickSize: number;
|
|
1859
1771
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1860
1772
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1891,12 +1803,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1891
1803
|
axisId?: import("../internals/index.js").AxisId;
|
|
1892
1804
|
disableLine: boolean;
|
|
1893
1805
|
disableTicks: boolean;
|
|
1894
|
-
fill?: string;
|
|
1895
1806
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1896
1807
|
labelStyle?: ChartsTextProps["style"];
|
|
1897
1808
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1898
1809
|
label?: string;
|
|
1899
|
-
stroke?: string;
|
|
1900
1810
|
tickSize: number;
|
|
1901
1811
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1902
1812
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1933,12 +1843,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1933
1843
|
axisId?: import("../internals/index.js").AxisId;
|
|
1934
1844
|
disableLine: boolean;
|
|
1935
1845
|
disableTicks: boolean;
|
|
1936
|
-
fill?: string;
|
|
1937
1846
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1938
1847
|
labelStyle?: ChartsTextProps["style"];
|
|
1939
1848
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1940
1849
|
label?: string;
|
|
1941
|
-
stroke?: string;
|
|
1942
1850
|
tickSize: number;
|
|
1943
1851
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1944
1852
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1976,12 +1884,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
1976
1884
|
axisId?: import("../internals/index.js").AxisId;
|
|
1977
1885
|
disableLine: boolean;
|
|
1978
1886
|
disableTicks: boolean;
|
|
1979
|
-
fill?: string;
|
|
1980
1887
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1981
1888
|
labelStyle?: ChartsTextProps["style"];
|
|
1982
1889
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1983
1890
|
label?: string;
|
|
1984
|
-
stroke?: string;
|
|
1985
1891
|
tickSize: number;
|
|
1986
1892
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1987
1893
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2019,12 +1925,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2019
1925
|
axisId?: import("../internals/index.js").AxisId;
|
|
2020
1926
|
disableLine: boolean;
|
|
2021
1927
|
disableTicks: boolean;
|
|
2022
|
-
fill?: string;
|
|
2023
1928
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2024
1929
|
labelStyle?: ChartsTextProps["style"];
|
|
2025
1930
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2026
1931
|
label?: string;
|
|
2027
|
-
stroke?: string;
|
|
2028
1932
|
tickSize: number;
|
|
2029
1933
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2030
1934
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2062,12 +1966,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2062
1966
|
axisId?: import("../internals/index.js").AxisId;
|
|
2063
1967
|
disableLine: boolean;
|
|
2064
1968
|
disableTicks: boolean;
|
|
2065
|
-
fill?: string;
|
|
2066
1969
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2067
1970
|
labelStyle?: ChartsTextProps["style"];
|
|
2068
1971
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2069
1972
|
label?: string;
|
|
2070
|
-
stroke?: string;
|
|
2071
1973
|
tickSize: number;
|
|
2072
1974
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2073
1975
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2105,12 +2007,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2105
2007
|
axisId?: import("../internals/index.js").AxisId;
|
|
2106
2008
|
disableLine: boolean;
|
|
2107
2009
|
disableTicks: boolean;
|
|
2108
|
-
fill?: string;
|
|
2109
2010
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2110
2011
|
labelStyle?: ChartsTextProps["style"];
|
|
2111
2012
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2112
2013
|
label?: string;
|
|
2113
|
-
stroke?: string;
|
|
2114
2014
|
tickSize: number;
|
|
2115
2015
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2116
2016
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2148,12 +2048,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2148
2048
|
axisId?: import("../internals/index.js").AxisId;
|
|
2149
2049
|
disableLine: boolean;
|
|
2150
2050
|
disableTicks: boolean;
|
|
2151
|
-
fill?: string;
|
|
2152
2051
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2153
2052
|
labelStyle?: ChartsTextProps["style"];
|
|
2154
2053
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2155
2054
|
label?: string;
|
|
2156
|
-
stroke?: string;
|
|
2157
2055
|
tickSize: number;
|
|
2158
2056
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2159
2057
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2191,12 +2089,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2191
2089
|
axisId?: import("../internals/index.js").AxisId;
|
|
2192
2090
|
disableLine: boolean;
|
|
2193
2091
|
disableTicks: boolean;
|
|
2194
|
-
fill?: string;
|
|
2195
2092
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2196
2093
|
labelStyle?: ChartsTextProps["style"];
|
|
2197
2094
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2198
2095
|
label?: string;
|
|
2199
|
-
stroke?: string;
|
|
2200
2096
|
tickSize: number;
|
|
2201
2097
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2202
2098
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2234,12 +2130,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2234
2130
|
axisId?: import("../internals/index.js").AxisId;
|
|
2235
2131
|
disableLine: boolean;
|
|
2236
2132
|
disableTicks: boolean;
|
|
2237
|
-
fill?: string;
|
|
2238
2133
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2239
2134
|
labelStyle?: ChartsTextProps["style"];
|
|
2240
2135
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2241
2136
|
label?: string;
|
|
2242
|
-
stroke?: string;
|
|
2243
2137
|
tickSize: number;
|
|
2244
2138
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2245
2139
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2277,12 +2171,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2277
2171
|
axisId?: import("../internals/index.js").AxisId;
|
|
2278
2172
|
disableLine: boolean;
|
|
2279
2173
|
disableTicks: boolean;
|
|
2280
|
-
fill?: string;
|
|
2281
2174
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2282
2175
|
labelStyle?: ChartsTextProps["style"];
|
|
2283
2176
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2284
2177
|
label?: string;
|
|
2285
|
-
stroke?: string;
|
|
2286
2178
|
tickSize: number;
|
|
2287
2179
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2288
2180
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2320,12 +2212,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2320
2212
|
axisId?: import("../internals/index.js").AxisId;
|
|
2321
2213
|
disableLine: boolean;
|
|
2322
2214
|
disableTicks: boolean;
|
|
2323
|
-
fill?: string;
|
|
2324
2215
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2325
2216
|
labelStyle?: ChartsTextProps["style"];
|
|
2326
2217
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2327
2218
|
label?: string;
|
|
2328
|
-
stroke?: string;
|
|
2329
2219
|
tickSize: number;
|
|
2330
2220
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2331
2221
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2362,12 +2252,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2362
2252
|
axisId?: import("../internals/index.js").AxisId;
|
|
2363
2253
|
disableLine: boolean;
|
|
2364
2254
|
disableTicks: boolean;
|
|
2365
|
-
fill?: string;
|
|
2366
2255
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2367
2256
|
labelStyle?: ChartsTextProps["style"];
|
|
2368
2257
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2369
2258
|
label?: string;
|
|
2370
|
-
stroke?: string;
|
|
2371
2259
|
tickSize: number;
|
|
2372
2260
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2373
2261
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2404,12 +2292,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2404
2292
|
axisId?: import("../internals/index.js").AxisId;
|
|
2405
2293
|
disableLine: boolean;
|
|
2406
2294
|
disableTicks: boolean;
|
|
2407
|
-
fill?: string;
|
|
2408
2295
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2409
2296
|
labelStyle?: ChartsTextProps["style"];
|
|
2410
2297
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2411
2298
|
label?: string;
|
|
2412
|
-
stroke?: string;
|
|
2413
2299
|
tickSize: number;
|
|
2414
2300
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2415
2301
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2446,12 +2332,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2446
2332
|
axisId?: import("../internals/index.js").AxisId;
|
|
2447
2333
|
disableLine: boolean;
|
|
2448
2334
|
disableTicks: boolean;
|
|
2449
|
-
fill?: string;
|
|
2450
2335
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2451
2336
|
labelStyle?: ChartsTextProps["style"];
|
|
2452
2337
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2453
2338
|
label?: string;
|
|
2454
|
-
stroke?: string;
|
|
2455
2339
|
tickSize: number;
|
|
2456
2340
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2457
2341
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2488,12 +2372,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2488
2372
|
axisId?: import("../internals/index.js").AxisId;
|
|
2489
2373
|
disableLine: boolean;
|
|
2490
2374
|
disableTicks: boolean;
|
|
2491
|
-
fill?: string;
|
|
2492
2375
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2493
2376
|
labelStyle?: ChartsTextProps["style"];
|
|
2494
2377
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2495
2378
|
label?: string;
|
|
2496
|
-
stroke?: string;
|
|
2497
2379
|
tickSize: number;
|
|
2498
2380
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2499
2381
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2530,12 +2412,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2530
2412
|
axisId?: import("../internals/index.js").AxisId;
|
|
2531
2413
|
disableLine: boolean;
|
|
2532
2414
|
disableTicks: boolean;
|
|
2533
|
-
fill?: string;
|
|
2534
2415
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2535
2416
|
labelStyle?: ChartsTextProps["style"];
|
|
2536
2417
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2537
2418
|
label?: string;
|
|
2538
|
-
stroke?: string;
|
|
2539
2419
|
tickSize: number;
|
|
2540
2420
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2541
2421
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2572,12 +2452,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2572
2452
|
axisId?: import("../internals/index.js").AxisId;
|
|
2573
2453
|
disableLine: boolean;
|
|
2574
2454
|
disableTicks: boolean;
|
|
2575
|
-
fill?: string;
|
|
2576
2455
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2577
2456
|
labelStyle?: ChartsTextProps["style"];
|
|
2578
2457
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2579
2458
|
label?: string;
|
|
2580
|
-
stroke?: string;
|
|
2581
2459
|
tickSize: number;
|
|
2582
2460
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2583
2461
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2614,12 +2492,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2614
2492
|
axisId?: import("../internals/index.js").AxisId;
|
|
2615
2493
|
disableLine: boolean;
|
|
2616
2494
|
disableTicks: boolean;
|
|
2617
|
-
fill?: string;
|
|
2618
2495
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2619
2496
|
labelStyle?: ChartsTextProps["style"];
|
|
2620
2497
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2621
2498
|
label?: string;
|
|
2622
|
-
stroke?: string;
|
|
2623
2499
|
tickSize: number;
|
|
2624
2500
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2625
2501
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2656,12 +2532,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2656
2532
|
axisId?: import("../internals/index.js").AxisId;
|
|
2657
2533
|
disableLine: boolean;
|
|
2658
2534
|
disableTicks: boolean;
|
|
2659
|
-
fill?: string;
|
|
2660
2535
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2661
2536
|
labelStyle?: ChartsTextProps["style"];
|
|
2662
2537
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2663
2538
|
label?: string;
|
|
2664
|
-
stroke?: string;
|
|
2665
2539
|
tickSize: number;
|
|
2666
2540
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2667
2541
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2698,12 +2572,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2698
2572
|
axisId?: import("../internals/index.js").AxisId;
|
|
2699
2573
|
disableLine: boolean;
|
|
2700
2574
|
disableTicks: boolean;
|
|
2701
|
-
fill?: string;
|
|
2702
2575
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2703
2576
|
labelStyle?: ChartsTextProps["style"];
|
|
2704
2577
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2705
2578
|
label?: string;
|
|
2706
|
-
stroke?: string;
|
|
2707
2579
|
tickSize: number;
|
|
2708
2580
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2709
2581
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2740,12 +2612,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2740
2612
|
axisId?: import("../internals/index.js").AxisId;
|
|
2741
2613
|
disableLine: boolean;
|
|
2742
2614
|
disableTicks: boolean;
|
|
2743
|
-
fill?: string;
|
|
2744
2615
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2745
2616
|
labelStyle?: ChartsTextProps["style"];
|
|
2746
2617
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2747
2618
|
label?: string;
|
|
2748
|
-
stroke?: string;
|
|
2749
2619
|
tickSize: number;
|
|
2750
2620
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2751
2621
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2782,12 +2652,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2782
2652
|
axisId?: import("../internals/index.js").AxisId;
|
|
2783
2653
|
disableLine: boolean;
|
|
2784
2654
|
disableTicks: boolean;
|
|
2785
|
-
fill?: string;
|
|
2786
2655
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2787
2656
|
labelStyle?: ChartsTextProps["style"];
|
|
2788
2657
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2789
2658
|
label?: string;
|
|
2790
|
-
stroke?: string;
|
|
2791
2659
|
tickSize: number;
|
|
2792
2660
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2793
2661
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2824,12 +2692,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2824
2692
|
axisId?: import("../internals/index.js").AxisId;
|
|
2825
2693
|
disableLine: boolean;
|
|
2826
2694
|
disableTicks: boolean;
|
|
2827
|
-
fill?: string;
|
|
2828
2695
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2829
2696
|
labelStyle?: ChartsTextProps["style"];
|
|
2830
2697
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2831
2698
|
label?: string;
|
|
2832
|
-
stroke?: string;
|
|
2833
2699
|
tickSize: number;
|
|
2834
2700
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2835
2701
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2866,12 +2732,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2866
2732
|
axisId?: import("../internals/index.js").AxisId;
|
|
2867
2733
|
disableLine: boolean;
|
|
2868
2734
|
disableTicks: boolean;
|
|
2869
|
-
fill?: string;
|
|
2870
2735
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2871
2736
|
labelStyle?: ChartsTextProps["style"];
|
|
2872
2737
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2873
2738
|
label?: string;
|
|
2874
|
-
stroke?: string;
|
|
2875
2739
|
tickSize: number;
|
|
2876
2740
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2877
2741
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2908,12 +2772,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2908
2772
|
axisId?: import("../internals/index.js").AxisId;
|
|
2909
2773
|
disableLine: boolean;
|
|
2910
2774
|
disableTicks: boolean;
|
|
2911
|
-
fill?: string;
|
|
2912
2775
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2913
2776
|
labelStyle?: ChartsTextProps["style"];
|
|
2914
2777
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2915
2778
|
label?: string;
|
|
2916
|
-
stroke?: string;
|
|
2917
2779
|
tickSize: number;
|
|
2918
2780
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2919
2781
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2950,12 +2812,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2950
2812
|
axisId?: import("../internals/index.js").AxisId;
|
|
2951
2813
|
disableLine: boolean;
|
|
2952
2814
|
disableTicks: boolean;
|
|
2953
|
-
fill?: string;
|
|
2954
2815
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2955
2816
|
labelStyle?: ChartsTextProps["style"];
|
|
2956
2817
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2957
2818
|
label?: string;
|
|
2958
|
-
stroke?: string;
|
|
2959
2819
|
tickSize: number;
|
|
2960
2820
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2961
2821
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2992,12 +2852,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
2992
2852
|
axisId?: import("../internals/index.js").AxisId;
|
|
2993
2853
|
disableLine: boolean;
|
|
2994
2854
|
disableTicks: boolean;
|
|
2995
|
-
fill?: string;
|
|
2996
2855
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2997
2856
|
labelStyle?: ChartsTextProps["style"];
|
|
2998
2857
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2999
2858
|
label?: string;
|
|
3000
|
-
stroke?: string;
|
|
3001
2859
|
tickSize: number;
|
|
3002
2860
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3003
2861
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3034,12 +2892,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3034
2892
|
axisId?: import("../internals/index.js").AxisId;
|
|
3035
2893
|
disableLine: boolean;
|
|
3036
2894
|
disableTicks: boolean;
|
|
3037
|
-
fill?: string;
|
|
3038
2895
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3039
2896
|
labelStyle?: ChartsTextProps["style"];
|
|
3040
2897
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3041
2898
|
label?: string;
|
|
3042
|
-
stroke?: string;
|
|
3043
2899
|
tickSize: number;
|
|
3044
2900
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3045
2901
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3076,12 +2932,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3076
2932
|
axisId?: import("../internals/index.js").AxisId;
|
|
3077
2933
|
disableLine: boolean;
|
|
3078
2934
|
disableTicks: boolean;
|
|
3079
|
-
fill?: string;
|
|
3080
2935
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3081
2936
|
labelStyle?: ChartsTextProps["style"];
|
|
3082
2937
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3083
2938
|
label?: string;
|
|
3084
|
-
stroke?: string;
|
|
3085
2939
|
tickSize: number;
|
|
3086
2940
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3087
2941
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3118,12 +2972,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3118
2972
|
axisId?: import("../internals/index.js").AxisId;
|
|
3119
2973
|
disableLine: boolean;
|
|
3120
2974
|
disableTicks: boolean;
|
|
3121
|
-
fill?: string;
|
|
3122
2975
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3123
2976
|
labelStyle?: ChartsTextProps["style"];
|
|
3124
2977
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3125
2978
|
label?: string;
|
|
3126
|
-
stroke?: string;
|
|
3127
2979
|
tickSize: number;
|
|
3128
2980
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3129
2981
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3160,12 +3012,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3160
3012
|
axisId?: import("../internals/index.js").AxisId;
|
|
3161
3013
|
disableLine: boolean;
|
|
3162
3014
|
disableTicks: boolean;
|
|
3163
|
-
fill?: string;
|
|
3164
3015
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3165
3016
|
labelStyle?: ChartsTextProps["style"];
|
|
3166
3017
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3167
3018
|
label?: string;
|
|
3168
|
-
stroke?: string;
|
|
3169
3019
|
tickSize: number;
|
|
3170
3020
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3171
3021
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3202,12 +3052,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3202
3052
|
axisId?: import("../internals/index.js").AxisId;
|
|
3203
3053
|
disableLine: boolean;
|
|
3204
3054
|
disableTicks: boolean;
|
|
3205
|
-
fill?: string;
|
|
3206
3055
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3207
3056
|
labelStyle?: ChartsTextProps["style"];
|
|
3208
3057
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3209
3058
|
label?: string;
|
|
3210
|
-
stroke?: string;
|
|
3211
3059
|
tickSize: number;
|
|
3212
3060
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3213
3061
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3244,12 +3092,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3244
3092
|
axisId?: import("../internals/index.js").AxisId;
|
|
3245
3093
|
disableLine: boolean;
|
|
3246
3094
|
disableTicks: boolean;
|
|
3247
|
-
fill?: string;
|
|
3248
3095
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3249
3096
|
labelStyle?: ChartsTextProps["style"];
|
|
3250
3097
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3251
3098
|
label?: string;
|
|
3252
|
-
stroke?: string;
|
|
3253
3099
|
tickSize: number;
|
|
3254
3100
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3255
3101
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3286,12 +3132,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3286
3132
|
axisId?: import("../internals/index.js").AxisId;
|
|
3287
3133
|
disableLine: boolean;
|
|
3288
3134
|
disableTicks: boolean;
|
|
3289
|
-
fill?: string;
|
|
3290
3135
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3291
3136
|
labelStyle?: ChartsTextProps["style"];
|
|
3292
3137
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3293
3138
|
label?: string;
|
|
3294
|
-
stroke?: string;
|
|
3295
3139
|
tickSize: number;
|
|
3296
3140
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3297
3141
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3328,12 +3172,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3328
3172
|
axisId?: import("../internals/index.js").AxisId;
|
|
3329
3173
|
disableLine: boolean;
|
|
3330
3174
|
disableTicks: boolean;
|
|
3331
|
-
fill?: string;
|
|
3332
3175
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3333
3176
|
labelStyle?: ChartsTextProps["style"];
|
|
3334
3177
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3335
3178
|
label?: string;
|
|
3336
|
-
stroke?: string;
|
|
3337
3179
|
tickSize: number;
|
|
3338
3180
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3339
3181
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3370,12 +3212,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3370
3212
|
axisId?: import("../internals/index.js").AxisId;
|
|
3371
3213
|
disableLine: boolean;
|
|
3372
3214
|
disableTicks: boolean;
|
|
3373
|
-
fill?: string;
|
|
3374
3215
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3375
3216
|
labelStyle?: ChartsTextProps["style"];
|
|
3376
3217
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3377
3218
|
label?: string;
|
|
3378
|
-
stroke?: string;
|
|
3379
3219
|
tickSize: number;
|
|
3380
3220
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3381
3221
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3412,12 +3252,10 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3412
3252
|
axisId?: import("../internals/index.js").AxisId;
|
|
3413
3253
|
disableLine: boolean;
|
|
3414
3254
|
disableTicks: boolean;
|
|
3415
|
-
fill?: string;
|
|
3416
3255
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3417
3256
|
labelStyle?: ChartsTextProps["style"];
|
|
3418
3257
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3419
3258
|
label?: string;
|
|
3420
|
-
stroke?: string;
|
|
3421
3259
|
tickSize: number;
|
|
3422
3260
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3423
3261
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3453,7 +3291,7 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3453
3291
|
tickNumber: number;
|
|
3454
3292
|
positionSign: number;
|
|
3455
3293
|
skipAxisRendering: boolean;
|
|
3456
|
-
classes: Record<"
|
|
3294
|
+
classes: Record<"root" | "line" | "label" | "tickContainer" | "tick" | "tickLabel", string>;
|
|
3457
3295
|
Line: string | import("react").JSXElementConstructor<import("react").SVGAttributes<SVGPathElement>>;
|
|
3458
3296
|
Tick: string | import("react").JSXElementConstructor<import("react").SVGAttributes<SVGPathElement>>;
|
|
3459
3297
|
TickLabel: import("react").JSXElementConstructor<ChartsTextProps> | typeof ChartsText;
|
|
@@ -3462,19 +3300,18 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3462
3300
|
lineHeight?: number | undefined;
|
|
3463
3301
|
ownerState: any;
|
|
3464
3302
|
string?: number | string | undefined | undefined;
|
|
3303
|
+
mask?: string | undefined | undefined;
|
|
3304
|
+
fill?: string | undefined | undefined;
|
|
3465
3305
|
type?: string | undefined | undefined;
|
|
3466
3306
|
filter?: string | undefined | undefined;
|
|
3467
|
-
fill?: string | undefined | undefined;
|
|
3468
3307
|
values?: string | undefined | undefined;
|
|
3469
|
-
mask?: string | undefined | undefined;
|
|
3470
3308
|
clipPath?: string | undefined | undefined;
|
|
3471
3309
|
path?: string | undefined | undefined;
|
|
3472
3310
|
direction?: number | string | undefined | undefined;
|
|
3473
3311
|
spacing?: number | string | undefined | undefined;
|
|
3474
3312
|
name?: string | undefined | undefined;
|
|
3475
|
-
color?: string | undefined | undefined;
|
|
3476
|
-
className?: string | undefined | undefined;
|
|
3477
3313
|
fontWeight?: number | string | undefined | undefined;
|
|
3314
|
+
color?: string | undefined | undefined;
|
|
3478
3315
|
cursor?: number | string | undefined | undefined;
|
|
3479
3316
|
display?: number | string | undefined | undefined;
|
|
3480
3317
|
fontFamily?: string | undefined | undefined;
|
|
@@ -3528,10 +3365,11 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3528
3365
|
strokeMiterlimit?: number | string | undefined | undefined;
|
|
3529
3366
|
strokeOpacity?: number | string | undefined | undefined;
|
|
3530
3367
|
strokeWidth?: number | string | undefined | undefined;
|
|
3531
|
-
textAnchor?:
|
|
3368
|
+
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined | undefined;
|
|
3532
3369
|
vectorEffect?: number | string | undefined | undefined;
|
|
3533
3370
|
key?: import("react").Key | null | undefined;
|
|
3534
3371
|
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
3372
|
+
className?: string | undefined | undefined;
|
|
3535
3373
|
id?: string | undefined | undefined;
|
|
3536
3374
|
lang?: string | undefined | undefined;
|
|
3537
3375
|
tabIndex?: number | undefined | undefined;
|
|
@@ -3953,19 +3791,18 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
3953
3791
|
lineHeight?: number | undefined;
|
|
3954
3792
|
ownerState: any;
|
|
3955
3793
|
string?: number | string | undefined | undefined;
|
|
3794
|
+
mask?: string | undefined | undefined;
|
|
3795
|
+
fill?: string | undefined | undefined;
|
|
3956
3796
|
type?: string | undefined | undefined;
|
|
3957
3797
|
filter?: string | undefined | undefined;
|
|
3958
|
-
fill?: string | undefined | undefined;
|
|
3959
3798
|
values?: string | undefined | undefined;
|
|
3960
|
-
mask?: string | undefined | undefined;
|
|
3961
3799
|
clipPath?: string | undefined | undefined;
|
|
3962
3800
|
path?: string | undefined | undefined;
|
|
3963
3801
|
direction?: number | string | undefined | undefined;
|
|
3964
3802
|
spacing?: number | string | undefined | undefined;
|
|
3965
3803
|
name?: string | undefined | undefined;
|
|
3966
|
-
color?: string | undefined | undefined;
|
|
3967
|
-
className?: string | undefined | undefined;
|
|
3968
3804
|
fontWeight?: number | string | undefined | undefined;
|
|
3805
|
+
color?: string | undefined | undefined;
|
|
3969
3806
|
cursor?: number | string | undefined | undefined;
|
|
3970
3807
|
display?: number | string | undefined | undefined;
|
|
3971
3808
|
fontFamily?: string | undefined | undefined;
|
|
@@ -4019,10 +3856,11 @@ export declare const useAxisProps: (inProps: ChartsYAxisProps) => {
|
|
|
4019
3856
|
strokeMiterlimit?: number | string | undefined | undefined;
|
|
4020
3857
|
strokeOpacity?: number | string | undefined | undefined;
|
|
4021
3858
|
strokeWidth?: number | string | undefined | undefined;
|
|
4022
|
-
textAnchor?:
|
|
3859
|
+
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined | undefined;
|
|
4023
3860
|
vectorEffect?: number | string | undefined | undefined;
|
|
4024
3861
|
key?: import("react").Key | null | undefined;
|
|
4025
3862
|
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
3863
|
+
className?: string | undefined | undefined;
|
|
4026
3864
|
id?: string | undefined | undefined;
|
|
4027
3865
|
lang?: string | undefined | undefined;
|
|
4028
3866
|
tabIndex?: number | undefined | undefined;
|