Skip to content
forked from plouc/nivo

nivo provides a rich set of dataviz components, built on top of the awesome d3 and Reactjs libraries

License

Notifications You must be signed in to change notification settings

mjsarfatti/nivo

 
 

Repository files navigation

nivo

License Travis CI NPM version nivo channel on discord styled with prettier

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.

Installation

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 ...

Features

Discussion

Join the nivo discord community.

Packages & components

nivo is comprised of several packages/components, for a better overview of the available one, please try the components explorer.

package components
@nivo/bar @nivo/bar NPM version
Bar
ResponsiveBar
BarCanvas
ResponsiveBarCanvas
@nivo/bullet @nivo/bullet NPM version
Bullet
ResponsiveBullet
@nivo/circle-packing @nivo/circle-packing NPM version
Bubble
ResponsiveBubble
BubbleHtml
ResponsiveBubbleHtml
BubbleCanvas
ResponsiveBubbleCanvas
@nivo/calendar @nivo/calendar NPM version
Calendar
ResponsiveCalendar
@nivo/chord @nivo/chord NPM version
Chord
ResponsiveChord
ChordCanvas
ResponsiveChordCanvas
@nivo/heatmap @nivo/heatmap NPM version
HeatMap
ResponsiveHeatMap
HeatMapCanvas
ResponsiveHeatMapCanvas
@nivo/line @nivo/line NPM version
Line
ResponsiveLine
@nivo/pie @nivo/pie NPM version
Pie
ResponsivePie
PieCanvas
ResponsivePieCanvas
@nivo/parallel-coordinates @nivo/parallel-coordinates NPM version
ParallelCoordinates
ResponsiveParallelCoordinates
ParallelCoordinatesCanvas
ResponsiveParallelCoordinatesCanvas
@nivo/radar @nivo/radar NPM version
Radar
ResponsiveRadar
@nivo/sankey @nivo/sankey NPM version
Sankey
ResponsiveSankey
@nivo/scatterplot @nivo/scatterplot NPM version
ScatterPlot
ResponsiveScatterPlot
ScatterPlotCanvas
ResponsiveScatterPlotCanvas
@nivo/stream @nivo/stream NPM version
Stream
ResponsiveStream
@nivo/sunburst @nivo/sunburst NPM version
Sunburst
ResponsiveSunburst
@nivo/treemap @nivo/treemap NPM version
TreeMap
ResponsiveTreeMap
TreeMapHtml
ResponsiveTreeMapHtml
TreeMapCanvas
ResponsiveTreeMapCanvas
@nivo/voronoi @nivo/voronoi NPM version
Voronoi
ResponsiveVoronoi
@nivo/waffle @nivo/waffle NPM version
Waffle
ResponsiveWaffle
WaffleHtml
ResponsiveWaffleHtml
WaffleCanvas
ResponsiveWaffleCanvas

Components available through the HTTP rendering API.

Guides

Repositories

  • nivo - nivo packages, website, storybook and examples
  • nivo-api - the nivo http api
  • nivo-api-docker - a Docker image for the nivo http api

Credits

About

nivo provides a rich set of dataviz components, built on top of the awesome d3 and Reactjs libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.8%
  • CSS 4.4%
  • Other 0.8%