mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-19 00:10:26 +00:00
Add tickMargin to XAxisProps and YAxisProps (#25470)
This commit is contained in:
Vendored
+4
@@ -885,6 +885,8 @@ export interface XAxisProps extends EventAttributes {
|
||||
tickLine?: boolean | object;
|
||||
minTickGap?: number;
|
||||
tickSize?: number;
|
||||
// The margin between tick line and the label
|
||||
tickMargin?: number;
|
||||
interval?: AxisInterval;
|
||||
reversed?: boolean;
|
||||
// see label section at http://recharts.org/#/en-US/api/XAxis
|
||||
@@ -934,6 +936,8 @@ export interface YAxisProps extends EventAttributes {
|
||||
tickLine?: boolean | object;
|
||||
minTickGap?: number;
|
||||
tickSize?: number;
|
||||
// The margin between tick line and the label
|
||||
tickMargin?: number;
|
||||
interval?: AxisInterval;
|
||||
reversed?: boolean;
|
||||
// see label section at http://recharts.org/#/en-US/api/YAxis
|
||||
|
||||
Reference in New Issue
Block a user