nivo provides supercharged React components to easily build dataviz apps, it's built on top of d3.
Several libraries already exist for React d3 integration, but just a few provide server side rendering ability and fully declarative charts.
In order to use nivo, you just have to pick the scoped @nivo
packages according to the charts you wish to use.
yarn add @nivo/bar @nivo/sankey ...
- Highly customizable
- Motion/transitions, powered by react-motion
- Component playground
- Exhaustive documentation
- Isomorphic rendering
- SVG charts
- HTML charts
- Canvas charts
- server side rendering API
- SVG patterns
- Gradients
- responsive charts
Join the nivo discord community.
- Bar
@nivo/bar
- Bubble
@nivo/circle-packing
- Calendar
@nivo/calendar
- Chord
@nivo/chord
- HeatMap
@nivo/heatmap
- Line
@nivo/line
- Pie
@nivo/pie
- Radar
@nivo/radar
- Sankey
@nivo/sankey
- Stream
@nivo/stream
- Sunburst
@nivo/sunburst
- TreeMap
@nivo/treemap
- Voronoi
@nivo/voronoi
- nivo - the nivo library
- nivo-api - the nivo http api
- nivo-api-docker - a Docker image for the nivo http api
- nivo-generators - the data generators used for nivo-website and http API samples