Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 733 Bytes

introduction.md

File metadata and controls

11 lines (8 loc) · 733 Bytes

react-vis

react-vis is a charting library for React.

It is:

  • Expressive: react-vis supports a large number of types of charts, from area charts to treemaps, as well as many charting elements like axes or tooltips.
  • High-level: react-vis is optimized for making charts with the least amount of code. It lets user access high-level components rather than force them to control every pixel,
  • Deeply customizable: react-vis charts have sensible defaults, yet everything can be changed.
  • Consistent with React: a chart in react-vis is made of components which have properties and children, just like traditional react,
  • Industry-strong: react-vis was created to support the many internal tools of Uber.