| 1234567891011121314151617181920212223242526272829303132 |
- <p align="center">
- <img src="https://www.chartjs.org/media/logo-title.svg"><br/>
- Simple yet flexible JavaScript charting for designers & developers
- </p>
- <p align="center">
- <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>
- <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>
- <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>
- <a href="https://github.com/chartjs/awesome"><img src="https://awesome.re/badge-flat2.svg" alt="Awesome"></a>
- <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>
- </p>
- ## Documentation
- - [Introduction](https://www.chartjs.org/docs/latest/)
- - [Getting Started](https://www.chartjs.org/docs/latest/getting-started/)
- - [General](https://www.chartjs.org/docs/latest/general/)
- - [Configuration](https://www.chartjs.org/docs/latest/configuration/)
- - [Charts](https://www.chartjs.org/docs/latest/charts/)
- - [Axes](https://www.chartjs.org/docs/latest/axes/)
- - [Developers](https://www.chartjs.org/docs/latest/developers/)
- - [Popular Extensions](https://github.com/chartjs/awesome)
- - [Samples](https://www.chartjs.org/samples/)
- ## Contributing
- Instructions 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.
- ## License
- Chart.js is available under the [MIT license](https://opensource.org/licenses/MIT).
|