Chart.js's sample.
- xAxis: Time Scale
- yAxis: Linear Scale
- Clone this repository.
cd
tochartjs-html
directory.
$ 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