dj-idfx / chart-js-examples

Example project using the step-by-step guide from chart.js

Home Page:https://www.chartjs.org/docs/latest/getting-started/usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chart.js examples

Official website:
https://www.chartjs.org/

For this demo project we use the Parcel build tool for compiling assets.

Installation

npm install  

Development

npm run dev

This command will compile your project to the /dist folder and start the local dev server.
By default, it starts a server at http://localhost:1234

Production

npm run build

This will compile and optimize your project for production inside the /build folder.

About

Example project using the step-by-step guide from chart.js

https://www.chartjs.org/docs/latest/getting-started/usage

License:MIT License


Languages

Language:JavaScript 74.6%Language:HTML 25.1%Language:SCSS 0.4%