A simple app that generates random datasets and displays the data in scattered chart using Plottable. User interaction to toggle a linear regression line for the datasets.
You need to install yarn.
To start the project type
yarn
then
yarn gulp
and then
yarn start
Alternatively, use npm install
then npm gulp && npm start
.
Open the browser and navigate to localhost:3000
.