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:
Remo H. Jansen
2017-08-01 20:34:00 +01:00
committed by Sheetal Nandi
parent 97d4234513
commit 29ed1be834

View File

@@ -733,6 +733,7 @@ export interface YAxisProps {
allowDecimals?: boolean;
allowDataOverflow?: boolean;
axisLine?: boolean | any;
tickCount?: number;
tickLine?: boolean | any;
tickSize?: number;
tickFormatter?: RechartsFunction;