Installation
npm install --save @types/recharts-scale
Summary
This package contains type definitions for recharts-scale (https://github.com/recharts/recharts-scale).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/recharts-scale.
export function getTickValues(domain: [number, number], tickCount?: number, allowDecimals?: boolean): number[];
export function getNiceTickValues(domain: [number, number], tickCount?: number, allowDecimals?: boolean): number[];
export function getTickValuesFixedDomain(
domain: [number, number],
tickCount?: number,
allowDecimals?: boolean,
): number[];
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: none
Credits
These definitions were written by John Reilly.