mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
Added missing option tickCount (#18535)
As you can see the tickCount property is available in JS 709b1da5d8/src/cartesian/YAxis.js (L33)
This commit is contained in:
committed by
Sheetal Nandi
parent
97d4234513
commit
29ed1be834
1
types/recharts/index.d.ts
vendored
1
types/recharts/index.d.ts
vendored
@@ -733,6 +733,7 @@ export interface YAxisProps {
|
||||
allowDecimals?: boolean;
|
||||
allowDataOverflow?: boolean;
|
||||
axisLine?: boolean | any;
|
||||
tickCount?: number;
|
||||
tickLine?: boolean | any;
|
||||
tickSize?: number;
|
||||
tickFormatter?: RechartsFunction;
|
||||
|
||||
Reference in New Issue
Block a user