plouc / nivo

nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries
https://nivo.rocks
MIT License
13.08k stars 1.02k forks source link

Npm Install #1870

Closed Gyekye closed 2 years ago

Gyekye commented 2 years ago

I cant seem to find how to install nivo with Npm

plouc commented 2 years ago

@Gyekye, it depends on the chart you want to use, for example for the bar chart, you should install @nivo/core and @nivo/bar, you can see the package used for each chart type on the website, in the code tab, for example https://nivo.rocks/bar/, you might have to install some extra peer dependencies for certain charts, you will see them when installing.

Gyekye commented 2 years ago

@plouc, Thank You