01340e000c9a1b7137985628615085c815309d385bf1a7f81c20c85991249f3ec217d0478b7d3c33b8d0a9d6e69877ef3ac8db9b28f4e6ad8218b532f27758-exec 2.1 KB

1234567891011121314151617181920212223242526272829303132
  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. <p align="center">
  6. <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>
  7. <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>
  8. <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>
  9. <a href="https://github.com/chartjs/awesome"><img src="https://awesome.re/badge-flat2.svg" alt="Awesome"></a>
  10. <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>
  11. </p>
  12. ## Documentation
  13. - [Introduction](https://www.chartjs.org/docs/latest/)
  14. - [Getting Started](https://www.chartjs.org/docs/latest/getting-started/)
  15. - [General](https://www.chartjs.org/docs/latest/general/)
  16. - [Configuration](https://www.chartjs.org/docs/latest/configuration/)
  17. - [Charts](https://www.chartjs.org/docs/latest/charts/)
  18. - [Axes](https://www.chartjs.org/docs/latest/axes/)
  19. - [Developers](https://www.chartjs.org/docs/latest/developers/)
  20. - [Popular Extensions](https://github.com/chartjs/awesome)
  21. - [Samples](https://www.chartjs.org/samples/)
  22. ## Contributing
  23. 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.
  24. ## License
  25. Chart.js is available under the [MIT license](https://opensource.org/licenses/MIT).