Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.11 KB

React and ECharts for React Wine Data Set Visualization


This project contains two components for visualizing data from the Wine Data Set using React and ECharts for React. The Line Chart component displays the relationship between "Flavanoids" and "Ash", while the Bar Chart component displays the minimum "Magnesium" value for each "Alcohol" category.

Installation

To install the dependencies, run the following command:

npm install


Usage

To install the dependencies, run the following command:

yarn start


The browser should open with the Line Chart and Bar Chart rendered.


Line Chart

LineChart

Bar Chart

BarChart


Tech Stack:

ReactJs,Echart,CSS,Netlify