Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 16-Oct-2021 | - | ||||
dist/ | H | 03-May-2022 | - | 49 | 44 | |
.eslintignore | H A D | 16-Oct-2021 | 16 | 2 | 1 | |
.eslintrc.yml | H A D | 16-Oct-2021 | 71 | 8 | 5 | |
.htmllintrc | H A D | 16-Oct-2021 | 318 | 20 | 19 | |
LICENSE.md | H A D | 16-Oct-2021 | 1.1 KiB | 10 | 5 | |
MAINTAINING.md | H A D | 16-Oct-2021 | 1.6 KiB | 37 | 26 | |
README.md | H A D | 16-Oct-2021 | 2.1 KiB | 33 | 25 | |
book.json | H A D | 16-Oct-2021 | 544 | 33 | 32 | |
composer.json | H A D | 16-Oct-2021 | 548 | 27 | 26 | |
package-lock.json | H A D | 16-Oct-2021 | 423.3 KiB | 12,753 | 12,752 | |
package.json | H A D | 16-Oct-2021 | 1.7 KiB | 70 | 69 |
README.md
1<p align="center"> 2 <img src="https://www.chartjs.org/media/logo-title.svg"><br/> 3 Simple yet flexible JavaScript charting for designers & developers 4</p> 5 6<p align="center"> 7 <a href="https://www.chartjs.org/docs/latest/getting-started/installation.html"><img src="https://img.shields.io/github/release/chartjs/Chart.js.svg?style=flat-square&maxAge=600" alt="Downloads"></a> 8 <a href="https://travis-ci.org/chartjs/Chart.js"><img src="https://img.shields.io/travis/chartjs/Chart.js.svg?style=flat-square&maxAge=600" alt="Builds"></a> 9 <a href="https://coveralls.io/github/chartjs/Chart.js?branch=master"><img src="https://img.shields.io/coveralls/chartjs/Chart.js.svg?style=flat-square&maxAge=600" alt="Coverage"></a> 10 <a href="https://github.com/chartjs/awesome"><img src="https://awesome.re/badge-flat2.svg" alt="Awesome"></a> 11 <a href="https://chartjs-slack.herokuapp.com/"><img src="https://img.shields.io/badge/slack-chartjs-blue.svg?style=flat-square&maxAge=3600" alt="Slack"></a> 12</p> 13 14## Documentation 15 16- [Introduction](https://www.chartjs.org/docs/latest/) 17- [Getting Started](https://www.chartjs.org/docs/latest/getting-started/) 18- [General](https://www.chartjs.org/docs/latest/general/) 19- [Configuration](https://www.chartjs.org/docs/latest/configuration/) 20- [Charts](https://www.chartjs.org/docs/latest/charts/) 21- [Axes](https://www.chartjs.org/docs/latest/axes/) 22- [Developers](https://www.chartjs.org/docs/latest/developers/) 23- [Popular Extensions](https://github.com/chartjs/awesome) 24- [Samples](https://www.chartjs.org/samples/) 25 26## Contributing 27 28Instructions on building and testing Chart.js can be found in [the documentation](https://github.com/chartjs/Chart.js/blob/master/docs/developers/contributing.md#building-and-testing). Before submitting an issue or a pull request, please take a moment to look over the [contributing guidelines](https://github.com/chartjs/Chart.js/blob/master/docs/developers/contributing.md) first. For support, please post questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/chartjs) with the `chartjs` tag. 29 30## License 31 32Chart.js is available under the [MIT license](https://opensource.org/licenses/MIT). 33