DefinitelyTyped/types/recharts
Yann-Wang adc9c3f220 [@types/recharts@1.1.0] add capHeight and lineHeight field type to TextProps interface (#29634)
* fix: add capHeight and lineHeight field type to TextProps interface

* feat: add some test for capHeight and lineHeight field type defined
2018-11-07 08:31:41 +00:00
..
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.

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