DefinitelyTyped/types/recharts
Dimitri Mitropoulos 37c2494d5d [recharts] adds allowEscapeViewBox type to Tooltip (#39230)
* 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
2019-10-22 13:38:33 -07:00
..
index.d.ts [recharts] adds allowEscapeViewBox type to Tooltip (#39230) 2019-10-22 13:38:33 -07:00
README.MD
recharts-tests.tsx Upgraded types to latest version: Added id field for Bar, Line, Scatter, Area and properties gap and leaveTimeOut in Brush (#38680) 2019-10-16 14:54:37 -07:00
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