File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
"type" : { "name" : " union" , "description" : " 'auto'<br>| func" },
24
24
"default" : " 'auto'"
25
25
},
26
- "tickLabelMinGap" : { "type" : { "name" : " number" }, "default" : " 8 " },
26
+ "tickLabelMinGap" : { "type" : { "name" : " number" }, "default" : " 4 " },
27
27
"tickLabelPlacement" : {
28
28
"type" : { "name" : " enum" , "description" : " 'middle'<br>| 'tick'" },
29
29
"default" : " 'middle'"
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ ChartsXAxis.propTypes = {
350
350
/**
351
351
* The minimum gap in pixels between two tick labels.
352
352
* If two tick labels are closer than this minimum gap, one of them will be hidden.
353
- * @default 8
353
+ * @default 4
354
354
*/
355
355
tickLabelMinGap : PropTypes . number ,
356
356
/**
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ export interface ChartsXAxisProps extends ChartsAxisProps {
143
143
/**
144
144
* The minimum gap in pixels between two tick labels.
145
145
* If two tick labels are closer than this minimum gap, one of them will be hidden.
146
- * @default 8
146
+ * @default 4
147
147
*/
148
148
tickLabelMinGap ?: number ;
149
149
/**
You can’t perform that action at this time.
0 commit comments