This application uses Google Line chart for visualization with Vuejs
https://developers.google.com/chart/interactive/docs/gallery/linechart
To render the chart data is passed using mock files as json defined in the mocks folder The files are read using the json server
The public folder contains the chart script to be loaded on the application initialization
npm install
npm run serve
npm run build
npm run lint