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.
- Highly customizable
- Motion/transitions, powered by react-motion
- Component playground
- Exhaustive documentation
- Isomorphic rendering
- SVG charts
- HTML charts
- Canvas charts
- placeholder components for advanced customization (
<*Placeholders />
components) - server side rendering API
- SVG patterns
- Gradients
- responsive charts
- 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