Chart.js's sample.
- xAxis: Time Scale
- yAxis: Linear Scale
- Clone this repository.
cdtochartjs-htmldirectory.
$ cd chartjs-html
- Install modules.
- npm
npm install- yarn
yarn install - Run server, and view sample chart.
- npm
npm run start- yarn
yarn run start
