Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```