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