Search code examples
reactjsgraphe-commerce

How to create a sales graph (using Recat JS or npm)


I want to create a sales graph (using Recat JS or npm) for admin dashboard for an ecommerce webiste. So is there any pre made npm and how to use it?

I have tried searching on Google but didn't find that. Hence I was looking for a npm for building sales graph using React JS.


Solution

  • There are a lot of packages you can use to create charts on React

    Here are some of them:-

    1. react-chartjs-2

    2. react-charts

    3. nivo

    4. FusionCharts

    Check those and see which fits your needs, if you have more specific needs can you also share them?