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.
- supports d3 v4
- responsive charts (
<Responsive* />
components) - highly customizable
- motion/transitions, even the non-d3 based components (DOM managed by React) support transitions within the help of react-motion
- component playground
- exhaustive documentation
- isomorphic rendering
- support for SVG and HTML and canvas (for a subset of components)
- placeholder components for advanced customization (
<*Placeholders />
components) - server side rendering API
- Bar
- Bubble
- Calendar
- Chord
- HeatMap
- Line
- Pie
- Radar
- Sankey
- Stream
- Sunburst
- TreeMap
- Voronoi
experimental
<Bar />
<Bubble />
<Chord />
<HeatMap />
<Line />
<Pie />
<Radar />
<Sankey />
<Sunburst />
<TreeMap />
- 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
- nivo-website - the source for the nivo website