Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T19:57:46.000Z (over 1 year ago)
- Last Synced: 2024-11-11T10:15:41.781Z (2 months 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.jsChart.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
```