mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Added missing option tickCount (#18535)
As you can see the tickCount property is available in JS https://github.com/recharts/recharts/blob/709b1da5d870de1dc52f6225acf5f6a207593be1/src/cartesian/YAxis.js#L33
This commit is contained in:
committed by
Sheetal Nandi
parent
97d4234513
commit
29ed1be834
Vendored
+1
@@ -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