DefinitelyTyped/types/recharts
Konstantin Azizov b6ca97ece0 [recharts] mark most of array props as readonly (#39970)
Recharts does not modify them internally and having 'readonly' modifier allows both readonly and non-readonly arrays to be passed through
2019-10-30 10:28:34 -07:00
..
index.d.ts [recharts] mark most of array props as readonly (#39970) 2019-10-30 10:28:34 -07:00
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.

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