mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* adds allowEscapeViewBox type to Tooltip now that https://github.com/recharts/recharts/pull/1908 is merged * [recharts] increments minor version to 1.8.0 * Update types/recharts/index.d.ts oops. habit! heh. Co-Authored-By: Konstantin Azizov <konstantin.azizov@theagilehub.net> * [recharts] adds Dimitri Mitropoulos to authors |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| README.MD | ||
| recharts-tests.tsx | ||
| tsconfig.json | ||
| tslint.json | ||
Typings for Recharts, a composable charting library built on React components
The Recharts website has comprehensive API documentation which is generated from JavaScript files. Those files are used as input to generate these typings.
How to run tests
As of 1.6.2018.
- Install typescript globally:
npm i -g typescript - Install React's dependencies:
cd ../react && npm i - Run tests:
cd ../recharts && tsc