• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Oct-2021-

dist/H03-May-2022-4944

.eslintignoreH A D16-Oct-202116 21

.eslintrc.ymlH A D16-Oct-202171 85

.htmllintrcH A D16-Oct-2021318 2019

LICENSE.mdH A D16-Oct-20211.1 KiB105

MAINTAINING.mdH A D16-Oct-20211.6 KiB3726

README.mdH A D16-Oct-20212.1 KiB3325

book.jsonH A D16-Oct-2021544 3332

composer.jsonH A D16-Oct-2021548 2726

package-lock.jsonH A D16-Oct-2021423.3 KiB12,75312,752

package.jsonH A D16-Oct-20211.7 KiB7069

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