Files
DefinitelyTyped/types/recharts
Jamie Saunders 8bff264448 recharts: add optional angle to LabelProps
Labels support optional angle types, so let's add them to LabelProps
2018-06-15 00:58:49 -07:00
..

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.

  1. Install typescript globally: npm i -g typescript
  2. Install React's dependencies: cd ../react && npm i
  3. Run tests: cd ../recharts && tsc