@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
|
@@ -8,12 +8,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
8
8
|
axisId?: import("../internals/index.js").AxisId;
|
|
9
9
|
disableLine: boolean;
|
|
10
10
|
disableTicks: boolean;
|
|
11
|
-
fill?: string;
|
|
12
11
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
13
12
|
labelStyle?: ChartsTextProps["style"];
|
|
14
13
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
15
14
|
label?: string;
|
|
16
|
-
stroke?: string;
|
|
17
15
|
tickSize: number;
|
|
18
16
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
19
17
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -51,12 +49,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
51
49
|
axisId?: import("../internals/index.js").AxisId;
|
|
52
50
|
disableLine: boolean;
|
|
53
51
|
disableTicks: boolean;
|
|
54
|
-
fill?: string;
|
|
55
52
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
56
53
|
labelStyle?: ChartsTextProps["style"];
|
|
57
54
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
58
55
|
label?: string;
|
|
59
|
-
stroke?: string;
|
|
60
56
|
tickSize: number;
|
|
61
57
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
62
58
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -94,12 +90,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
94
90
|
axisId?: import("../internals/index.js").AxisId;
|
|
95
91
|
disableLine: boolean;
|
|
96
92
|
disableTicks: boolean;
|
|
97
|
-
fill?: string;
|
|
98
93
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
99
94
|
labelStyle?: ChartsTextProps["style"];
|
|
100
95
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
101
96
|
label?: string;
|
|
102
|
-
stroke?: string;
|
|
103
97
|
tickSize: number;
|
|
104
98
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
105
99
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -137,12 +131,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
137
131
|
axisId?: import("../internals/index.js").AxisId;
|
|
138
132
|
disableLine: boolean;
|
|
139
133
|
disableTicks: boolean;
|
|
140
|
-
fill?: string;
|
|
141
134
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
142
135
|
labelStyle?: ChartsTextProps["style"];
|
|
143
136
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
144
137
|
label?: string;
|
|
145
|
-
stroke?: string;
|
|
146
138
|
tickSize: number;
|
|
147
139
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
148
140
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -180,12 +172,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
180
172
|
axisId?: import("../internals/index.js").AxisId;
|
|
181
173
|
disableLine: boolean;
|
|
182
174
|
disableTicks: boolean;
|
|
183
|
-
fill?: string;
|
|
184
175
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
185
176
|
labelStyle?: ChartsTextProps["style"];
|
|
186
177
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
187
178
|
label?: string;
|
|
188
|
-
stroke?: string;
|
|
189
179
|
tickSize: number;
|
|
190
180
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
191
181
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -223,12 +213,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
223
213
|
axisId?: import("../internals/index.js").AxisId;
|
|
224
214
|
disableLine: boolean;
|
|
225
215
|
disableTicks: boolean;
|
|
226
|
-
fill?: string;
|
|
227
216
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
228
217
|
labelStyle?: ChartsTextProps["style"];
|
|
229
218
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
230
219
|
label?: string;
|
|
231
|
-
stroke?: string;
|
|
232
220
|
tickSize: number;
|
|
233
221
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
234
222
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -266,12 +254,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
266
254
|
axisId?: import("../internals/index.js").AxisId;
|
|
267
255
|
disableLine: boolean;
|
|
268
256
|
disableTicks: boolean;
|
|
269
|
-
fill?: string;
|
|
270
257
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
271
258
|
labelStyle?: ChartsTextProps["style"];
|
|
272
259
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
273
260
|
label?: string;
|
|
274
|
-
stroke?: string;
|
|
275
261
|
tickSize: number;
|
|
276
262
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
277
263
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -309,12 +295,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
309
295
|
axisId?: import("../internals/index.js").AxisId;
|
|
310
296
|
disableLine: boolean;
|
|
311
297
|
disableTicks: boolean;
|
|
312
|
-
fill?: string;
|
|
313
298
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
314
299
|
labelStyle?: ChartsTextProps["style"];
|
|
315
300
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
316
301
|
label?: string;
|
|
317
|
-
stroke?: string;
|
|
318
302
|
tickSize: number;
|
|
319
303
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
320
304
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -352,12 +336,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
352
336
|
axisId?: import("../internals/index.js").AxisId;
|
|
353
337
|
disableLine: boolean;
|
|
354
338
|
disableTicks: boolean;
|
|
355
|
-
fill?: string;
|
|
356
339
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
357
340
|
labelStyle?: ChartsTextProps["style"];
|
|
358
341
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
359
342
|
label?: string;
|
|
360
|
-
stroke?: string;
|
|
361
343
|
tickSize: number;
|
|
362
344
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
363
345
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -395,12 +377,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
395
377
|
axisId?: import("../internals/index.js").AxisId;
|
|
396
378
|
disableLine: boolean;
|
|
397
379
|
disableTicks: boolean;
|
|
398
|
-
fill?: string;
|
|
399
380
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
400
381
|
labelStyle?: ChartsTextProps["style"];
|
|
401
382
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
402
383
|
label?: string;
|
|
403
|
-
stroke?: string;
|
|
404
384
|
tickSize: number;
|
|
405
385
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
406
386
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -438,12 +418,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
438
418
|
axisId?: import("../internals/index.js").AxisId;
|
|
439
419
|
disableLine: boolean;
|
|
440
420
|
disableTicks: boolean;
|
|
441
|
-
fill?: string;
|
|
442
421
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
443
422
|
labelStyle?: ChartsTextProps["style"];
|
|
444
423
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
445
424
|
label?: string;
|
|
446
|
-
stroke?: string;
|
|
447
425
|
tickSize: number;
|
|
448
426
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
449
427
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -481,12 +459,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
481
459
|
axisId?: import("../internals/index.js").AxisId;
|
|
482
460
|
disableLine: boolean;
|
|
483
461
|
disableTicks: boolean;
|
|
484
|
-
fill?: string;
|
|
485
462
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
486
463
|
labelStyle?: ChartsTextProps["style"];
|
|
487
464
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
488
465
|
label?: string;
|
|
489
|
-
stroke?: string;
|
|
490
466
|
tickSize: number;
|
|
491
467
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
492
468
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -524,12 +500,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
524
500
|
axisId?: import("../internals/index.js").AxisId;
|
|
525
501
|
disableLine: boolean;
|
|
526
502
|
disableTicks: boolean;
|
|
527
|
-
fill?: string;
|
|
528
503
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
529
504
|
labelStyle?: ChartsTextProps["style"];
|
|
530
505
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
531
506
|
label?: string;
|
|
532
|
-
stroke?: string;
|
|
533
507
|
tickSize: number;
|
|
534
508
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
535
509
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -567,12 +541,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
567
541
|
axisId?: import("../internals/index.js").AxisId;
|
|
568
542
|
disableLine: boolean;
|
|
569
543
|
disableTicks: boolean;
|
|
570
|
-
fill?: string;
|
|
571
544
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
572
545
|
labelStyle?: ChartsTextProps["style"];
|
|
573
546
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
574
547
|
label?: string;
|
|
575
|
-
stroke?: string;
|
|
576
548
|
tickSize: number;
|
|
577
549
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
578
550
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -610,12 +582,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
610
582
|
axisId?: import("../internals/index.js").AxisId;
|
|
611
583
|
disableLine: boolean;
|
|
612
584
|
disableTicks: boolean;
|
|
613
|
-
fill?: string;
|
|
614
585
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
615
586
|
labelStyle?: ChartsTextProps["style"];
|
|
616
587
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
617
588
|
label?: string;
|
|
618
|
-
stroke?: string;
|
|
619
589
|
tickSize: number;
|
|
620
590
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
621
591
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -653,12 +623,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
653
623
|
axisId?: import("../internals/index.js").AxisId;
|
|
654
624
|
disableLine: boolean;
|
|
655
625
|
disableTicks: boolean;
|
|
656
|
-
fill?: string;
|
|
657
626
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
658
627
|
labelStyle?: ChartsTextProps["style"];
|
|
659
628
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
660
629
|
label?: string;
|
|
661
|
-
stroke?: string;
|
|
662
630
|
tickSize: number;
|
|
663
631
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
664
632
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -696,12 +664,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
696
664
|
axisId?: import("../internals/index.js").AxisId;
|
|
697
665
|
disableLine: boolean;
|
|
698
666
|
disableTicks: boolean;
|
|
699
|
-
fill?: string;
|
|
700
667
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
701
668
|
labelStyle?: ChartsTextProps["style"];
|
|
702
669
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
703
670
|
label?: string;
|
|
704
|
-
stroke?: string;
|
|
705
671
|
tickSize: number;
|
|
706
672
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
707
673
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -739,12 +705,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
739
705
|
axisId?: import("../internals/index.js").AxisId;
|
|
740
706
|
disableLine: boolean;
|
|
741
707
|
disableTicks: boolean;
|
|
742
|
-
fill?: string;
|
|
743
708
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
744
709
|
labelStyle?: ChartsTextProps["style"];
|
|
745
710
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
746
711
|
label?: string;
|
|
747
|
-
stroke?: string;
|
|
748
712
|
tickSize: number;
|
|
749
713
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
750
714
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -782,12 +746,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
782
746
|
axisId?: import("../internals/index.js").AxisId;
|
|
783
747
|
disableLine: boolean;
|
|
784
748
|
disableTicks: boolean;
|
|
785
|
-
fill?: string;
|
|
786
749
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
787
750
|
labelStyle?: ChartsTextProps["style"];
|
|
788
751
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
789
752
|
label?: string;
|
|
790
|
-
stroke?: string;
|
|
791
753
|
tickSize: number;
|
|
792
754
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
793
755
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -828,12 +790,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
828
790
|
axisId?: import("../internals/index.js").AxisId;
|
|
829
791
|
disableLine: boolean;
|
|
830
792
|
disableTicks: boolean;
|
|
831
|
-
fill?: string;
|
|
832
793
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
833
794
|
labelStyle?: ChartsTextProps["style"];
|
|
834
795
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
835
796
|
label?: string;
|
|
836
|
-
stroke?: string;
|
|
837
797
|
tickSize: number;
|
|
838
798
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
839
799
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -874,12 +834,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
874
834
|
axisId?: import("../internals/index.js").AxisId;
|
|
875
835
|
disableLine: boolean;
|
|
876
836
|
disableTicks: boolean;
|
|
877
|
-
fill?: string;
|
|
878
837
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
879
838
|
labelStyle?: ChartsTextProps["style"];
|
|
880
839
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
881
840
|
label?: string;
|
|
882
|
-
stroke?: string;
|
|
883
841
|
tickSize: number;
|
|
884
842
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
885
843
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -920,12 +878,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
920
878
|
axisId?: import("../internals/index.js").AxisId;
|
|
921
879
|
disableLine: boolean;
|
|
922
880
|
disableTicks: boolean;
|
|
923
|
-
fill?: string;
|
|
924
881
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
925
882
|
labelStyle?: ChartsTextProps["style"];
|
|
926
883
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
927
884
|
label?: string;
|
|
928
|
-
stroke?: string;
|
|
929
885
|
tickSize: number;
|
|
930
886
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
931
887
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -966,12 +922,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
966
922
|
axisId?: import("../internals/index.js").AxisId;
|
|
967
923
|
disableLine: boolean;
|
|
968
924
|
disableTicks: boolean;
|
|
969
|
-
fill?: string;
|
|
970
925
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
971
926
|
labelStyle?: ChartsTextProps["style"];
|
|
972
927
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
973
928
|
label?: string;
|
|
974
|
-
stroke?: string;
|
|
975
929
|
tickSize: number;
|
|
976
930
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
977
931
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1012,12 +966,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1012
966
|
axisId?: import("../internals/index.js").AxisId;
|
|
1013
967
|
disableLine: boolean;
|
|
1014
968
|
disableTicks: boolean;
|
|
1015
|
-
fill?: string;
|
|
1016
969
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1017
970
|
labelStyle?: ChartsTextProps["style"];
|
|
1018
971
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1019
972
|
label?: string;
|
|
1020
|
-
stroke?: string;
|
|
1021
973
|
tickSize: number;
|
|
1022
974
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1023
975
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1058,12 +1010,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1058
1010
|
axisId?: import("../internals/index.js").AxisId;
|
|
1059
1011
|
disableLine: boolean;
|
|
1060
1012
|
disableTicks: boolean;
|
|
1061
|
-
fill?: string;
|
|
1062
1013
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1063
1014
|
labelStyle?: ChartsTextProps["style"];
|
|
1064
1015
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1065
1016
|
label?: string;
|
|
1066
|
-
stroke?: string;
|
|
1067
1017
|
tickSize: number;
|
|
1068
1018
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1069
1019
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1104,12 +1054,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1104
1054
|
axisId?: import("../internals/index.js").AxisId;
|
|
1105
1055
|
disableLine: boolean;
|
|
1106
1056
|
disableTicks: boolean;
|
|
1107
|
-
fill?: string;
|
|
1108
1057
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1109
1058
|
labelStyle?: ChartsTextProps["style"];
|
|
1110
1059
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1111
1060
|
label?: string;
|
|
1112
|
-
stroke?: string;
|
|
1113
1061
|
tickSize: number;
|
|
1114
1062
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1115
1063
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1150,12 +1098,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1150
1098
|
axisId?: import("../internals/index.js").AxisId;
|
|
1151
1099
|
disableLine: boolean;
|
|
1152
1100
|
disableTicks: boolean;
|
|
1153
|
-
fill?: string;
|
|
1154
1101
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1155
1102
|
labelStyle?: ChartsTextProps["style"];
|
|
1156
1103
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1157
1104
|
label?: string;
|
|
1158
|
-
stroke?: string;
|
|
1159
1105
|
tickSize: number;
|
|
1160
1106
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1161
1107
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1196,12 +1142,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1196
1142
|
axisId?: import("../internals/index.js").AxisId;
|
|
1197
1143
|
disableLine: boolean;
|
|
1198
1144
|
disableTicks: boolean;
|
|
1199
|
-
fill?: string;
|
|
1200
1145
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1201
1146
|
labelStyle?: ChartsTextProps["style"];
|
|
1202
1147
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1203
1148
|
label?: string;
|
|
1204
|
-
stroke?: string;
|
|
1205
1149
|
tickSize: number;
|
|
1206
1150
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1207
1151
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1240,12 +1184,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1240
1184
|
axisId?: import("../internals/index.js").AxisId;
|
|
1241
1185
|
disableLine: boolean;
|
|
1242
1186
|
disableTicks: boolean;
|
|
1243
|
-
fill?: string;
|
|
1244
1187
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1245
1188
|
labelStyle?: ChartsTextProps["style"];
|
|
1246
1189
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1247
1190
|
label?: string;
|
|
1248
|
-
stroke?: string;
|
|
1249
1191
|
tickSize: number;
|
|
1250
1192
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1251
1193
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1284,12 +1226,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1284
1226
|
axisId?: import("../internals/index.js").AxisId;
|
|
1285
1227
|
disableLine: boolean;
|
|
1286
1228
|
disableTicks: boolean;
|
|
1287
|
-
fill?: string;
|
|
1288
1229
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1289
1230
|
labelStyle?: ChartsTextProps["style"];
|
|
1290
1231
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1291
1232
|
label?: string;
|
|
1292
|
-
stroke?: string;
|
|
1293
1233
|
tickSize: number;
|
|
1294
1234
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1295
1235
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1328,12 +1268,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1328
1268
|
axisId?: import("../internals/index.js").AxisId;
|
|
1329
1269
|
disableLine: boolean;
|
|
1330
1270
|
disableTicks: boolean;
|
|
1331
|
-
fill?: string;
|
|
1332
1271
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1333
1272
|
labelStyle?: ChartsTextProps["style"];
|
|
1334
1273
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1335
1274
|
label?: string;
|
|
1336
|
-
stroke?: string;
|
|
1337
1275
|
tickSize: number;
|
|
1338
1276
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1339
1277
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1372,12 +1310,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1372
1310
|
axisId?: import("../internals/index.js").AxisId;
|
|
1373
1311
|
disableLine: boolean;
|
|
1374
1312
|
disableTicks: boolean;
|
|
1375
|
-
fill?: string;
|
|
1376
1313
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1377
1314
|
labelStyle?: ChartsTextProps["style"];
|
|
1378
1315
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1379
1316
|
label?: string;
|
|
1380
|
-
stroke?: string;
|
|
1381
1317
|
tickSize: number;
|
|
1382
1318
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1383
1319
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1416,12 +1352,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1416
1352
|
axisId?: import("../internals/index.js").AxisId;
|
|
1417
1353
|
disableLine: boolean;
|
|
1418
1354
|
disableTicks: boolean;
|
|
1419
|
-
fill?: string;
|
|
1420
1355
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1421
1356
|
labelStyle?: ChartsTextProps["style"];
|
|
1422
1357
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1423
1358
|
label?: string;
|
|
1424
|
-
stroke?: string;
|
|
1425
1359
|
tickSize: number;
|
|
1426
1360
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1427
1361
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1460,12 +1394,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1460
1394
|
axisId?: import("../internals/index.js").AxisId;
|
|
1461
1395
|
disableLine: boolean;
|
|
1462
1396
|
disableTicks: boolean;
|
|
1463
|
-
fill?: string;
|
|
1464
1397
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1465
1398
|
labelStyle?: ChartsTextProps["style"];
|
|
1466
1399
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1467
1400
|
label?: string;
|
|
1468
|
-
stroke?: string;
|
|
1469
1401
|
tickSize: number;
|
|
1470
1402
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1471
1403
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1504,12 +1436,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1504
1436
|
axisId?: import("../internals/index.js").AxisId;
|
|
1505
1437
|
disableLine: boolean;
|
|
1506
1438
|
disableTicks: boolean;
|
|
1507
|
-
fill?: string;
|
|
1508
1439
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1509
1440
|
labelStyle?: ChartsTextProps["style"];
|
|
1510
1441
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1511
1442
|
label?: string;
|
|
1512
|
-
stroke?: string;
|
|
1513
1443
|
tickSize: number;
|
|
1514
1444
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1515
1445
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1548,12 +1478,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1548
1478
|
axisId?: import("../internals/index.js").AxisId;
|
|
1549
1479
|
disableLine: boolean;
|
|
1550
1480
|
disableTicks: boolean;
|
|
1551
|
-
fill?: string;
|
|
1552
1481
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1553
1482
|
labelStyle?: ChartsTextProps["style"];
|
|
1554
1483
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1555
1484
|
label?: string;
|
|
1556
|
-
stroke?: string;
|
|
1557
1485
|
tickSize: number;
|
|
1558
1486
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1559
1487
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1592,12 +1520,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1592
1520
|
axisId?: import("../internals/index.js").AxisId;
|
|
1593
1521
|
disableLine: boolean;
|
|
1594
1522
|
disableTicks: boolean;
|
|
1595
|
-
fill?: string;
|
|
1596
1523
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1597
1524
|
labelStyle?: ChartsTextProps["style"];
|
|
1598
1525
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1599
1526
|
label?: string;
|
|
1600
|
-
stroke?: string;
|
|
1601
1527
|
tickSize: number;
|
|
1602
1528
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1603
1529
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1635,12 +1561,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1635
1561
|
axisId?: import("../internals/index.js").AxisId;
|
|
1636
1562
|
disableLine: boolean;
|
|
1637
1563
|
disableTicks: boolean;
|
|
1638
|
-
fill?: string;
|
|
1639
1564
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1640
1565
|
labelStyle?: ChartsTextProps["style"];
|
|
1641
1566
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1642
1567
|
label?: string;
|
|
1643
|
-
stroke?: string;
|
|
1644
1568
|
tickSize: number;
|
|
1645
1569
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1646
1570
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1678,12 +1602,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1678
1602
|
axisId?: import("../internals/index.js").AxisId;
|
|
1679
1603
|
disableLine: boolean;
|
|
1680
1604
|
disableTicks: boolean;
|
|
1681
|
-
fill?: string;
|
|
1682
1605
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1683
1606
|
labelStyle?: ChartsTextProps["style"];
|
|
1684
1607
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1685
1608
|
label?: string;
|
|
1686
|
-
stroke?: string;
|
|
1687
1609
|
tickSize: number;
|
|
1688
1610
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1689
1611
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1721,12 +1643,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1721
1643
|
axisId?: import("../internals/index.js").AxisId;
|
|
1722
1644
|
disableLine: boolean;
|
|
1723
1645
|
disableTicks: boolean;
|
|
1724
|
-
fill?: string;
|
|
1725
1646
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1726
1647
|
labelStyle?: ChartsTextProps["style"];
|
|
1727
1648
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1728
1649
|
label?: string;
|
|
1729
|
-
stroke?: string;
|
|
1730
1650
|
tickSize: number;
|
|
1731
1651
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1732
1652
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1764,12 +1684,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1764
1684
|
axisId?: import("../internals/index.js").AxisId;
|
|
1765
1685
|
disableLine: boolean;
|
|
1766
1686
|
disableTicks: boolean;
|
|
1767
|
-
fill?: string;
|
|
1768
1687
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1769
1688
|
labelStyle?: ChartsTextProps["style"];
|
|
1770
1689
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1771
1690
|
label?: string;
|
|
1772
|
-
stroke?: string;
|
|
1773
1691
|
tickSize: number;
|
|
1774
1692
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1775
1693
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1807,12 +1725,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1807
1725
|
axisId?: import("../internals/index.js").AxisId;
|
|
1808
1726
|
disableLine: boolean;
|
|
1809
1727
|
disableTicks: boolean;
|
|
1810
|
-
fill?: string;
|
|
1811
1728
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1812
1729
|
labelStyle?: ChartsTextProps["style"];
|
|
1813
1730
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1814
1731
|
label?: string;
|
|
1815
|
-
stroke?: string;
|
|
1816
1732
|
tickSize: number;
|
|
1817
1733
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1818
1734
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1850,12 +1766,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1850
1766
|
axisId?: import("../internals/index.js").AxisId;
|
|
1851
1767
|
disableLine: boolean;
|
|
1852
1768
|
disableTicks: boolean;
|
|
1853
|
-
fill?: string;
|
|
1854
1769
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1855
1770
|
labelStyle?: ChartsTextProps["style"];
|
|
1856
1771
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1857
1772
|
label?: string;
|
|
1858
|
-
stroke?: string;
|
|
1859
1773
|
tickSize: number;
|
|
1860
1774
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1861
1775
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1893,12 +1807,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1893
1807
|
axisId?: import("../internals/index.js").AxisId;
|
|
1894
1808
|
disableLine: boolean;
|
|
1895
1809
|
disableTicks: boolean;
|
|
1896
|
-
fill?: string;
|
|
1897
1810
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1898
1811
|
labelStyle?: ChartsTextProps["style"];
|
|
1899
1812
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1900
1813
|
label?: string;
|
|
1901
|
-
stroke?: string;
|
|
1902
1814
|
tickSize: number;
|
|
1903
1815
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1904
1816
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1936,12 +1848,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1936
1848
|
axisId?: import("../internals/index.js").AxisId;
|
|
1937
1849
|
disableLine: boolean;
|
|
1938
1850
|
disableTicks: boolean;
|
|
1939
|
-
fill?: string;
|
|
1940
1851
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1941
1852
|
labelStyle?: ChartsTextProps["style"];
|
|
1942
1853
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1943
1854
|
label?: string;
|
|
1944
|
-
stroke?: string;
|
|
1945
1855
|
tickSize: number;
|
|
1946
1856
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1947
1857
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -1979,12 +1889,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
1979
1889
|
axisId?: import("../internals/index.js").AxisId;
|
|
1980
1890
|
disableLine: boolean;
|
|
1981
1891
|
disableTicks: boolean;
|
|
1982
|
-
fill?: string;
|
|
1983
1892
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
1984
1893
|
labelStyle?: ChartsTextProps["style"];
|
|
1985
1894
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
1986
1895
|
label?: string;
|
|
1987
|
-
stroke?: string;
|
|
1988
1896
|
tickSize: number;
|
|
1989
1897
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
1990
1898
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2023,12 +1931,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2023
1931
|
axisId?: import("../internals/index.js").AxisId;
|
|
2024
1932
|
disableLine: boolean;
|
|
2025
1933
|
disableTicks: boolean;
|
|
2026
|
-
fill?: string;
|
|
2027
1934
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2028
1935
|
labelStyle?: ChartsTextProps["style"];
|
|
2029
1936
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2030
1937
|
label?: string;
|
|
2031
|
-
stroke?: string;
|
|
2032
1938
|
tickSize: number;
|
|
2033
1939
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2034
1940
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2067,12 +1973,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2067
1973
|
axisId?: import("../internals/index.js").AxisId;
|
|
2068
1974
|
disableLine: boolean;
|
|
2069
1975
|
disableTicks: boolean;
|
|
2070
|
-
fill?: string;
|
|
2071
1976
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2072
1977
|
labelStyle?: ChartsTextProps["style"];
|
|
2073
1978
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2074
1979
|
label?: string;
|
|
2075
|
-
stroke?: string;
|
|
2076
1980
|
tickSize: number;
|
|
2077
1981
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2078
1982
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2111,12 +2015,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2111
2015
|
axisId?: import("../internals/index.js").AxisId;
|
|
2112
2016
|
disableLine: boolean;
|
|
2113
2017
|
disableTicks: boolean;
|
|
2114
|
-
fill?: string;
|
|
2115
2018
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2116
2019
|
labelStyle?: ChartsTextProps["style"];
|
|
2117
2020
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2118
2021
|
label?: string;
|
|
2119
|
-
stroke?: string;
|
|
2120
2022
|
tickSize: number;
|
|
2121
2023
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2122
2024
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2155,12 +2057,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2155
2057
|
axisId?: import("../internals/index.js").AxisId;
|
|
2156
2058
|
disableLine: boolean;
|
|
2157
2059
|
disableTicks: boolean;
|
|
2158
|
-
fill?: string;
|
|
2159
2060
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2160
2061
|
labelStyle?: ChartsTextProps["style"];
|
|
2161
2062
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2162
2063
|
label?: string;
|
|
2163
|
-
stroke?: string;
|
|
2164
2064
|
tickSize: number;
|
|
2165
2065
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2166
2066
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2199,12 +2099,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2199
2099
|
axisId?: import("../internals/index.js").AxisId;
|
|
2200
2100
|
disableLine: boolean;
|
|
2201
2101
|
disableTicks: boolean;
|
|
2202
|
-
fill?: string;
|
|
2203
2102
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2204
2103
|
labelStyle?: ChartsTextProps["style"];
|
|
2205
2104
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2206
2105
|
label?: string;
|
|
2207
|
-
stroke?: string;
|
|
2208
2106
|
tickSize: number;
|
|
2209
2107
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2210
2108
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2243,12 +2141,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2243
2141
|
axisId?: import("../internals/index.js").AxisId;
|
|
2244
2142
|
disableLine: boolean;
|
|
2245
2143
|
disableTicks: boolean;
|
|
2246
|
-
fill?: string;
|
|
2247
2144
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2248
2145
|
labelStyle?: ChartsTextProps["style"];
|
|
2249
2146
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2250
2147
|
label?: string;
|
|
2251
|
-
stroke?: string;
|
|
2252
2148
|
tickSize: number;
|
|
2253
2149
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2254
2150
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2287,12 +2183,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2287
2183
|
axisId?: import("../internals/index.js").AxisId;
|
|
2288
2184
|
disableLine: boolean;
|
|
2289
2185
|
disableTicks: boolean;
|
|
2290
|
-
fill?: string;
|
|
2291
2186
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2292
2187
|
labelStyle?: ChartsTextProps["style"];
|
|
2293
2188
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2294
2189
|
label?: string;
|
|
2295
|
-
stroke?: string;
|
|
2296
2190
|
tickSize: number;
|
|
2297
2191
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2298
2192
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2331,12 +2225,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2331
2225
|
axisId?: import("../internals/index.js").AxisId;
|
|
2332
2226
|
disableLine: boolean;
|
|
2333
2227
|
disableTicks: boolean;
|
|
2334
|
-
fill?: string;
|
|
2335
2228
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2336
2229
|
labelStyle?: ChartsTextProps["style"];
|
|
2337
2230
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2338
2231
|
label?: string;
|
|
2339
|
-
stroke?: string;
|
|
2340
2232
|
tickSize: number;
|
|
2341
2233
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2342
2234
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2375,12 +2267,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2375
2267
|
axisId?: import("../internals/index.js").AxisId;
|
|
2376
2268
|
disableLine: boolean;
|
|
2377
2269
|
disableTicks: boolean;
|
|
2378
|
-
fill?: string;
|
|
2379
2270
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2380
2271
|
labelStyle?: ChartsTextProps["style"];
|
|
2381
2272
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2382
2273
|
label?: string;
|
|
2383
|
-
stroke?: string;
|
|
2384
2274
|
tickSize: number;
|
|
2385
2275
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2386
2276
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2418,12 +2308,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2418
2308
|
axisId?: import("../internals/index.js").AxisId;
|
|
2419
2309
|
disableLine: boolean;
|
|
2420
2310
|
disableTicks: boolean;
|
|
2421
|
-
fill?: string;
|
|
2422
2311
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2423
2312
|
labelStyle?: ChartsTextProps["style"];
|
|
2424
2313
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2425
2314
|
label?: string;
|
|
2426
|
-
stroke?: string;
|
|
2427
2315
|
tickSize: number;
|
|
2428
2316
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2429
2317
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2461,12 +2349,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2461
2349
|
axisId?: import("../internals/index.js").AxisId;
|
|
2462
2350
|
disableLine: boolean;
|
|
2463
2351
|
disableTicks: boolean;
|
|
2464
|
-
fill?: string;
|
|
2465
2352
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2466
2353
|
labelStyle?: ChartsTextProps["style"];
|
|
2467
2354
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2468
2355
|
label?: string;
|
|
2469
|
-
stroke?: string;
|
|
2470
2356
|
tickSize: number;
|
|
2471
2357
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2472
2358
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2504,12 +2390,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2504
2390
|
axisId?: import("../internals/index.js").AxisId;
|
|
2505
2391
|
disableLine: boolean;
|
|
2506
2392
|
disableTicks: boolean;
|
|
2507
|
-
fill?: string;
|
|
2508
2393
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2509
2394
|
labelStyle?: ChartsTextProps["style"];
|
|
2510
2395
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2511
2396
|
label?: string;
|
|
2512
|
-
stroke?: string;
|
|
2513
2397
|
tickSize: number;
|
|
2514
2398
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2515
2399
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2547,12 +2431,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2547
2431
|
axisId?: import("../internals/index.js").AxisId;
|
|
2548
2432
|
disableLine: boolean;
|
|
2549
2433
|
disableTicks: boolean;
|
|
2550
|
-
fill?: string;
|
|
2551
2434
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2552
2435
|
labelStyle?: ChartsTextProps["style"];
|
|
2553
2436
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2554
2437
|
label?: string;
|
|
2555
|
-
stroke?: string;
|
|
2556
2438
|
tickSize: number;
|
|
2557
2439
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2558
2440
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2590,12 +2472,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2590
2472
|
axisId?: import("../internals/index.js").AxisId;
|
|
2591
2473
|
disableLine: boolean;
|
|
2592
2474
|
disableTicks: boolean;
|
|
2593
|
-
fill?: string;
|
|
2594
2475
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2595
2476
|
labelStyle?: ChartsTextProps["style"];
|
|
2596
2477
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2597
2478
|
label?: string;
|
|
2598
|
-
stroke?: string;
|
|
2599
2479
|
tickSize: number;
|
|
2600
2480
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2601
2481
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2633,12 +2513,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2633
2513
|
axisId?: import("../internals/index.js").AxisId;
|
|
2634
2514
|
disableLine: boolean;
|
|
2635
2515
|
disableTicks: boolean;
|
|
2636
|
-
fill?: string;
|
|
2637
2516
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2638
2517
|
labelStyle?: ChartsTextProps["style"];
|
|
2639
2518
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2640
2519
|
label?: string;
|
|
2641
|
-
stroke?: string;
|
|
2642
2520
|
tickSize: number;
|
|
2643
2521
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2644
2522
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2676,12 +2554,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2676
2554
|
axisId?: import("../internals/index.js").AxisId;
|
|
2677
2555
|
disableLine: boolean;
|
|
2678
2556
|
disableTicks: boolean;
|
|
2679
|
-
fill?: string;
|
|
2680
2557
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2681
2558
|
labelStyle?: ChartsTextProps["style"];
|
|
2682
2559
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2683
2560
|
label?: string;
|
|
2684
|
-
stroke?: string;
|
|
2685
2561
|
tickSize: number;
|
|
2686
2562
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2687
2563
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2719,12 +2595,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2719
2595
|
axisId?: import("../internals/index.js").AxisId;
|
|
2720
2596
|
disableLine: boolean;
|
|
2721
2597
|
disableTicks: boolean;
|
|
2722
|
-
fill?: string;
|
|
2723
2598
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2724
2599
|
labelStyle?: ChartsTextProps["style"];
|
|
2725
2600
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2726
2601
|
label?: string;
|
|
2727
|
-
stroke?: string;
|
|
2728
2602
|
tickSize: number;
|
|
2729
2603
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2730
2604
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2762,12 +2636,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2762
2636
|
axisId?: import("../internals/index.js").AxisId;
|
|
2763
2637
|
disableLine: boolean;
|
|
2764
2638
|
disableTicks: boolean;
|
|
2765
|
-
fill?: string;
|
|
2766
2639
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2767
2640
|
labelStyle?: ChartsTextProps["style"];
|
|
2768
2641
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2769
2642
|
label?: string;
|
|
2770
|
-
stroke?: string;
|
|
2771
2643
|
tickSize: number;
|
|
2772
2644
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2773
2645
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2805,12 +2677,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2805
2677
|
axisId?: import("../internals/index.js").AxisId;
|
|
2806
2678
|
disableLine: boolean;
|
|
2807
2679
|
disableTicks: boolean;
|
|
2808
|
-
fill?: string;
|
|
2809
2680
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2810
2681
|
labelStyle?: ChartsTextProps["style"];
|
|
2811
2682
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2812
2683
|
label?: string;
|
|
2813
|
-
stroke?: string;
|
|
2814
2684
|
tickSize: number;
|
|
2815
2685
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2816
2686
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2848,12 +2718,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2848
2718
|
axisId?: import("../internals/index.js").AxisId;
|
|
2849
2719
|
disableLine: boolean;
|
|
2850
2720
|
disableTicks: boolean;
|
|
2851
|
-
fill?: string;
|
|
2852
2721
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2853
2722
|
labelStyle?: ChartsTextProps["style"];
|
|
2854
2723
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2855
2724
|
label?: string;
|
|
2856
|
-
stroke?: string;
|
|
2857
2725
|
tickSize: number;
|
|
2858
2726
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2859
2727
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2891,12 +2759,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2891
2759
|
axisId?: import("../internals/index.js").AxisId;
|
|
2892
2760
|
disableLine: boolean;
|
|
2893
2761
|
disableTicks: boolean;
|
|
2894
|
-
fill?: string;
|
|
2895
2762
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2896
2763
|
labelStyle?: ChartsTextProps["style"];
|
|
2897
2764
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2898
2765
|
label?: string;
|
|
2899
|
-
stroke?: string;
|
|
2900
2766
|
tickSize: number;
|
|
2901
2767
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2902
2768
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2934,12 +2800,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2934
2800
|
axisId?: import("../internals/index.js").AxisId;
|
|
2935
2801
|
disableLine: boolean;
|
|
2936
2802
|
disableTicks: boolean;
|
|
2937
|
-
fill?: string;
|
|
2938
2803
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2939
2804
|
labelStyle?: ChartsTextProps["style"];
|
|
2940
2805
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2941
2806
|
label?: string;
|
|
2942
|
-
stroke?: string;
|
|
2943
2807
|
tickSize: number;
|
|
2944
2808
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2945
2809
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -2977,12 +2841,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
2977
2841
|
axisId?: import("../internals/index.js").AxisId;
|
|
2978
2842
|
disableLine: boolean;
|
|
2979
2843
|
disableTicks: boolean;
|
|
2980
|
-
fill?: string;
|
|
2981
2844
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
2982
2845
|
labelStyle?: ChartsTextProps["style"];
|
|
2983
2846
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
2984
2847
|
label?: string;
|
|
2985
|
-
stroke?: string;
|
|
2986
2848
|
tickSize: number;
|
|
2987
2849
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
2988
2850
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3020,12 +2882,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3020
2882
|
axisId?: import("../internals/index.js").AxisId;
|
|
3021
2883
|
disableLine: boolean;
|
|
3022
2884
|
disableTicks: boolean;
|
|
3023
|
-
fill?: string;
|
|
3024
2885
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3025
2886
|
labelStyle?: ChartsTextProps["style"];
|
|
3026
2887
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3027
2888
|
label?: string;
|
|
3028
|
-
stroke?: string;
|
|
3029
2889
|
tickSize: number;
|
|
3030
2890
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3031
2891
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3063,12 +2923,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3063
2923
|
axisId?: import("../internals/index.js").AxisId;
|
|
3064
2924
|
disableLine: boolean;
|
|
3065
2925
|
disableTicks: boolean;
|
|
3066
|
-
fill?: string;
|
|
3067
2926
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3068
2927
|
labelStyle?: ChartsTextProps["style"];
|
|
3069
2928
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3070
2929
|
label?: string;
|
|
3071
|
-
stroke?: string;
|
|
3072
2930
|
tickSize: number;
|
|
3073
2931
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3074
2932
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3106,12 +2964,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3106
2964
|
axisId?: import("../internals/index.js").AxisId;
|
|
3107
2965
|
disableLine: boolean;
|
|
3108
2966
|
disableTicks: boolean;
|
|
3109
|
-
fill?: string;
|
|
3110
2967
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3111
2968
|
labelStyle?: ChartsTextProps["style"];
|
|
3112
2969
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3113
2970
|
label?: string;
|
|
3114
|
-
stroke?: string;
|
|
3115
2971
|
tickSize: number;
|
|
3116
2972
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3117
2973
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3149,12 +3005,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3149
3005
|
axisId?: import("../internals/index.js").AxisId;
|
|
3150
3006
|
disableLine: boolean;
|
|
3151
3007
|
disableTicks: boolean;
|
|
3152
|
-
fill?: string;
|
|
3153
3008
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3154
3009
|
labelStyle?: ChartsTextProps["style"];
|
|
3155
3010
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3156
3011
|
label?: string;
|
|
3157
|
-
stroke?: string;
|
|
3158
3012
|
tickSize: number;
|
|
3159
3013
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3160
3014
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3192,12 +3046,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3192
3046
|
axisId?: import("../internals/index.js").AxisId;
|
|
3193
3047
|
disableLine: boolean;
|
|
3194
3048
|
disableTicks: boolean;
|
|
3195
|
-
fill?: string;
|
|
3196
3049
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3197
3050
|
labelStyle?: ChartsTextProps["style"];
|
|
3198
3051
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3199
3052
|
label?: string;
|
|
3200
|
-
stroke?: string;
|
|
3201
3053
|
tickSize: number;
|
|
3202
3054
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3203
3055
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3235,12 +3087,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3235
3087
|
axisId?: import("../internals/index.js").AxisId;
|
|
3236
3088
|
disableLine: boolean;
|
|
3237
3089
|
disableTicks: boolean;
|
|
3238
|
-
fill?: string;
|
|
3239
3090
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3240
3091
|
labelStyle?: ChartsTextProps["style"];
|
|
3241
3092
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3242
3093
|
label?: string;
|
|
3243
|
-
stroke?: string;
|
|
3244
3094
|
tickSize: number;
|
|
3245
3095
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3246
3096
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3278,12 +3128,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3278
3128
|
axisId?: import("../internals/index.js").AxisId;
|
|
3279
3129
|
disableLine: boolean;
|
|
3280
3130
|
disableTicks: boolean;
|
|
3281
|
-
fill?: string;
|
|
3282
3131
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3283
3132
|
labelStyle?: ChartsTextProps["style"];
|
|
3284
3133
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3285
3134
|
label?: string;
|
|
3286
|
-
stroke?: string;
|
|
3287
3135
|
tickSize: number;
|
|
3288
3136
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3289
3137
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3321,12 +3169,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3321
3169
|
axisId?: import("../internals/index.js").AxisId;
|
|
3322
3170
|
disableLine: boolean;
|
|
3323
3171
|
disableTicks: boolean;
|
|
3324
|
-
fill?: string;
|
|
3325
3172
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3326
3173
|
labelStyle?: ChartsTextProps["style"];
|
|
3327
3174
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3328
3175
|
label?: string;
|
|
3329
|
-
stroke?: string;
|
|
3330
3176
|
tickSize: number;
|
|
3331
3177
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3332
3178
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3364,12 +3210,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3364
3210
|
axisId?: import("../internals/index.js").AxisId;
|
|
3365
3211
|
disableLine: boolean;
|
|
3366
3212
|
disableTicks: boolean;
|
|
3367
|
-
fill?: string;
|
|
3368
3213
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3369
3214
|
labelStyle?: ChartsTextProps["style"];
|
|
3370
3215
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3371
3216
|
label?: string;
|
|
3372
|
-
stroke?: string;
|
|
3373
3217
|
tickSize: number;
|
|
3374
3218
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3375
3219
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3407,12 +3251,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3407
3251
|
axisId?: import("../internals/index.js").AxisId;
|
|
3408
3252
|
disableLine: boolean;
|
|
3409
3253
|
disableTicks: boolean;
|
|
3410
|
-
fill?: string;
|
|
3411
3254
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3412
3255
|
labelStyle?: ChartsTextProps["style"];
|
|
3413
3256
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3414
3257
|
label?: string;
|
|
3415
|
-
stroke?: string;
|
|
3416
3258
|
tickSize: number;
|
|
3417
3259
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3418
3260
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3450,12 +3292,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3450
3292
|
axisId?: import("../internals/index.js").AxisId;
|
|
3451
3293
|
disableLine: boolean;
|
|
3452
3294
|
disableTicks: boolean;
|
|
3453
|
-
fill?: string;
|
|
3454
3295
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3455
3296
|
labelStyle?: ChartsTextProps["style"];
|
|
3456
3297
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3457
3298
|
label?: string;
|
|
3458
|
-
stroke?: string;
|
|
3459
3299
|
tickSize: number;
|
|
3460
3300
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3461
3301
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3493,12 +3333,10 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3493
3333
|
axisId?: import("../internals/index.js").AxisId;
|
|
3494
3334
|
disableLine: boolean;
|
|
3495
3335
|
disableTicks: boolean;
|
|
3496
|
-
fill?: string;
|
|
3497
3336
|
tickLabelStyle?: ChartsTextProps["style"];
|
|
3498
3337
|
labelStyle?: ChartsTextProps["style"];
|
|
3499
3338
|
tickLabelInterval?: "auto" | ((value: any, index: number) => boolean);
|
|
3500
3339
|
label?: string;
|
|
3501
|
-
stroke?: string;
|
|
3502
3340
|
tickSize: number;
|
|
3503
3341
|
classes?: Partial<import("../index.js").ChartsAxisClasses>;
|
|
3504
3342
|
slots?: Partial<import("../internals/index.js").ChartsAxisSlots>;
|
|
@@ -3534,7 +3372,7 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3534
3372
|
tickNumber: number;
|
|
3535
3373
|
positionSign: number;
|
|
3536
3374
|
skipAxisRendering: boolean;
|
|
3537
|
-
classes: Record<"
|
|
3375
|
+
classes: Record<"root" | "line" | "label" | "tickContainer" | "tick" | "tickLabel", string>;
|
|
3538
3376
|
Line: string | import("react").JSXElementConstructor<import("react").SVGAttributes<SVGPathElement>>;
|
|
3539
3377
|
Tick: string | import("react").JSXElementConstructor<import("react").SVGAttributes<SVGPathElement>>;
|
|
3540
3378
|
TickLabel: import("react").JSXElementConstructor<ChartsTextProps> | typeof ChartsText;
|
|
@@ -3543,19 +3381,18 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3543
3381
|
lineHeight?: number | undefined;
|
|
3544
3382
|
ownerState: any;
|
|
3545
3383
|
string?: number | string | undefined | undefined;
|
|
3384
|
+
mask?: string | undefined | undefined;
|
|
3385
|
+
fill?: string | undefined | undefined;
|
|
3546
3386
|
type?: string | undefined | undefined;
|
|
3547
3387
|
filter?: string | undefined | undefined;
|
|
3548
|
-
fill?: string | undefined | undefined;
|
|
3549
3388
|
values?: string | undefined | undefined;
|
|
3550
|
-
mask?: string | undefined | undefined;
|
|
3551
3389
|
clipPath?: string | undefined | undefined;
|
|
3552
3390
|
path?: string | undefined | undefined;
|
|
3553
3391
|
direction?: number | string | undefined | undefined;
|
|
3554
3392
|
spacing?: number | string | undefined | undefined;
|
|
3555
3393
|
name?: string | undefined | undefined;
|
|
3556
|
-
color?: string | undefined | undefined;
|
|
3557
|
-
className?: string | undefined | undefined;
|
|
3558
3394
|
fontWeight?: number | string | undefined | undefined;
|
|
3395
|
+
color?: string | undefined | undefined;
|
|
3559
3396
|
cursor?: number | string | undefined | undefined;
|
|
3560
3397
|
display?: number | string | undefined | undefined;
|
|
3561
3398
|
fontFamily?: string | undefined | undefined;
|
|
@@ -3609,10 +3446,11 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
3609
3446
|
strokeMiterlimit?: number | string | undefined | undefined;
|
|
3610
3447
|
strokeOpacity?: number | string | undefined | undefined;
|
|
3611
3448
|
strokeWidth?: number | string | undefined | undefined;
|
|
3612
|
-
textAnchor?:
|
|
3449
|
+
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined | undefined;
|
|
3613
3450
|
vectorEffect?: number | string | undefined | undefined;
|
|
3614
3451
|
key?: import("react").Key | null | undefined;
|
|
3615
3452
|
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
3453
|
+
className?: string | undefined | undefined;
|
|
3616
3454
|
id?: string | undefined | undefined;
|
|
3617
3455
|
lang?: string | undefined | undefined;
|
|
3618
3456
|
tabIndex?: number | undefined | undefined;
|
|
@@ -4034,19 +3872,18 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
4034
3872
|
lineHeight?: number | undefined;
|
|
4035
3873
|
ownerState: any;
|
|
4036
3874
|
string?: number | string | undefined | undefined;
|
|
3875
|
+
mask?: string | undefined | undefined;
|
|
3876
|
+
fill?: string | undefined | undefined;
|
|
4037
3877
|
type?: string | undefined | undefined;
|
|
4038
3878
|
filter?: string | undefined | undefined;
|
|
4039
|
-
fill?: string | undefined | undefined;
|
|
4040
3879
|
values?: string | undefined | undefined;
|
|
4041
|
-
mask?: string | undefined | undefined;
|
|
4042
3880
|
clipPath?: string | undefined | undefined;
|
|
4043
3881
|
path?: string | undefined | undefined;
|
|
4044
3882
|
direction?: number | string | undefined | undefined;
|
|
4045
3883
|
spacing?: number | string | undefined | undefined;
|
|
4046
3884
|
name?: string | undefined | undefined;
|
|
4047
|
-
color?: string | undefined | undefined;
|
|
4048
|
-
className?: string | undefined | undefined;
|
|
4049
3885
|
fontWeight?: number | string | undefined | undefined;
|
|
3886
|
+
color?: string | undefined | undefined;
|
|
4050
3887
|
cursor?: number | string | undefined | undefined;
|
|
4051
3888
|
display?: number | string | undefined | undefined;
|
|
4052
3889
|
fontFamily?: string | undefined | undefined;
|
|
@@ -4100,10 +3937,11 @@ export declare const useAxisProps: (inProps: ChartsXAxisProps) => {
|
|
|
4100
3937
|
strokeMiterlimit?: number | string | undefined | undefined;
|
|
4101
3938
|
strokeOpacity?: number | string | undefined | undefined;
|
|
4102
3939
|
strokeWidth?: number | string | undefined | undefined;
|
|
4103
|
-
textAnchor?:
|
|
3940
|
+
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined | undefined;
|
|
4104
3941
|
vectorEffect?: number | string | undefined | undefined;
|
|
4105
3942
|
key?: import("react").Key | null | undefined;
|
|
4106
3943
|
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
3944
|
+
className?: string | undefined | undefined;
|
|
4107
3945
|
id?: string | undefined | undefined;
|
|
4108
3946
|
lang?: string | undefined | undefined;
|
|
4109
3947
|
tabIndex?: number | undefined | undefined;
|