Files
DefinitelyTyped/types/recharts
ZheyangSong 7d60dd66ed Fix Ill-defined Definitions of Class/Interface (#23222)
* Fix Ill-defined Definitions of Class/Interface

+ The Label was ill-defined and didn't reflect the latest implementation
+ NOTE: this will cause breaking changes for any project that consumes the Label.
  + The `Label` is redefined as the concrete class so that *<Label />* can be used in JSX
  + The `LabelProps` is redefined as what old interface `Label` was.

* PR Updates

+ remove undocumented static methods.

* + Update recharts-tests.tsx

* + Remove unused type `parseViewBoxArgs`
2018-02-01 09:10:09 -08: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.