https://github.com/andreiextr/chart
The histogram is developed based on the library Chart.js
https://github.com/andreiextr/chart
chart-js diagrams
Last synced: 7 days ago
JSON representation
The histogram is developed based on the library Chart.js
- Host: GitHub
- URL: https://github.com/andreiextr/chart
- Owner: AndreiExtr
- Created: 2023-09-02T19:52:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T19:57:46.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T17:16:03.568Z (over 1 year ago)
- Topics: chart-js, diagrams
- Language: JavaScript
- Homepage: https://andreiextr.github.io/Chart/
- Size: 936 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chart
The histogram is developed based on the library Chart.js
Chart.js is a universal library that allows you to create JavaScript diagrams in a couple of minutes.
It has many options with which you can customize all aspects of your charts.
## Adding the Chart library.js to html page
```
npm install chart.js --save
```