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