Apache ECharts Demo

This is a frontend demo, you need Node.js on your computer to run the code.

Yarn

You need the yarn command to set up this website. If you don't already have yarn installed on your computer, type the following command in the terminal to install yarn: npm install --global yarn

Repo Content

The dashboard folder consists a data visualisation dashboard written using React and ECharts.
The simple-bar-chart folder consists a single html file that shows a very simple bar chart (no React used).