During my time at Fullstack Academy, we learned a lot of useful APIs which are integrable with the NERDS stack (Node.js, Express, React, Databases using SQL). To maintain continuity with the Fullstack spirit, I did a brief inquiry into data visualization using the Chart.js API, and in this article I will provide a walkthrough of how to implement it in a React component.
The first thing you want to do is go to the main page, then Documentation > Get Started, and then npm install chart.js — save.