Skip to content

nivo.rocks

Daniel edited this page May 10, 2018 · 4 revisions

nivo is the data visualization library in our React front end. The powerful nivo library is like bootstrap for graphs & charts. It provides a rich set of components, built on top of the d3 and React libraries.

Components

We rendered our data in the bar chart. The bar can display multiple data series, stacked or side by side. It also supports both vertical and horizontal layout, with negative values descending below the x axis (or y axis if using horizontal layout).

Links

Component : http://nivo.rocks/#/bar

Stoybook: http://nivo.rocks/storybook/

Sample code: https://codesandbox.io/search?query=@nivo/bar

Clone this wiki locally