PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.5.0
Post Views Counter v1.5.0
1.7.13 1.7.12 1.7.11 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.2 1.3.2.1 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.7.0 1.7.1 1.7.10 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9
post-views-counter / assets / chartjs / README.md
post-views-counter / assets / chartjs Last commit date
LICENSE 1 year ago README.md 1 year ago chart.min.js 1 year ago
README.md
39 lines
1 <p align="center">
2 <a href="https://www.chartjs.org/" target="_blank">
3 <img src="https://www.chartjs.org/media/logo-title.svg" alt="https://www.chartjs.org/"><br/>
4 </a>
5 Simple yet flexible JavaScript charting for designers & developers
6 </p>
7
8 <p align="center">
9 <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>
10 <a href="https://github.com/chartjs/Chart.js/actions?query=workflow%3ACI+branch%3Amaster"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/chartjs/Chart.js/ci.yml?branch=master&style=flat-square"></a>
11 <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>
12 <a href="https://github.com/chartjs/awesome"><img src="https://awesome.re/badge-flat2.svg" alt="Awesome"></a>
13 <a href="https://discord.gg/HxEguTK6av"><img src="https://img.shields.io/badge/discord-chartjs-blue?style=flat-square&maxAge=3600" alt="Discord"></a>
14 </p>
15
16 ## Documentation
17
18 All the links point to the new version 4 of the lib.
19
20 * [](https://www.chartjs.org/docs/latest/Introduction](https://www.chartjs.org/docs/latest/](https://www.chartjs.org/docs/latest/)
21 * [](https://www.chartjs.org/docs/latest/getting-started/indexGetting Started](https://www.chartjs.org/docs/latest/getting-started/index](https://www.chartjs.org/docs/latest/getting-started/index)
22 * [](https://www.chartjs.org/docs/latest/general/data-structuresGeneral](https://www.chartjs.org/docs/latest/general/data-structures](https://www.chartjs.org/docs/latest/general/data-structures)
23 * [](https://www.chartjs.org/docs/latest/configuration/indexConfiguration](https://www.chartjs.org/docs/latest/configuration/index](https://www.chartjs.org/docs/latest/configuration/index)
24 * [](https://www.chartjs.org/docs/latest/charts/lineCharts](https://www.chartjs.org/docs/latest/charts/line](https://www.chartjs.org/docs/latest/charts/line)
25 * [](https://www.chartjs.org/docs/latest/axes/indexAxes](https://www.chartjs.org/docs/latest/axes/index](https://www.chartjs.org/docs/latest/axes/index)
26 * [](https://www.chartjs.org/docs/latest/developers/indexDevelopers](https://www.chartjs.org/docs/latest/developers/index](https://www.chartjs.org/docs/latest/developers/index)
27 * [](https://github.com/chartjs/awesomePopular Extensions](https://github.com/chartjs/awesome](https://github.com/chartjs/awesome)
28 * [](https://www.chartjs.org/samples/Samples](https://www.chartjs.org/samples/](https://www.chartjs.org/samples/)
29
30 In case you are looking for an older version of the docs, you will have to specify the specific version in the url like this: [](https://www.chartjs.org/docs/2.9.4/https://www.chartjs.org/docs/2.9.4/](https://www.chartjs.org/docs/2.9.4/](https://www.chartjs.org/docs/2.9.4/)
31
32 ## Contributing
33
34 Instructions on building and testing Chart.js can be found in [](https://www.chartjs.org/docs/master/developers/contributing.html#building-and-testingthe documentation](https://www.chartjs.org/docs/master/developers/contributing.html#building-and-testing](https://www.chartjs.org/docs/master/developers/contributing.html#building-and-testing). Before submitting an issue or a pull request, please take a moment to look over the [](https://www.chartjs.org/docs/master/developers/contributingcontributing guidelines](https://www.chartjs.org/docs/master/developers/contributing](https://www.chartjs.org/docs/master/developers/contributing) first. For support, please post questions on [](https://stackoverflow.com/questions/tagged/chart.jsStack Overflow](https://stackoverflow.com/questions/tagged/chart.js](https://stackoverflow.com/questions/tagged/chart.js) with the `chart.js` tag.
35
36 ## License
37
38 Chart.js is available under the [](LICENSE.mdMIT license](LICENSE.md](LICENSE.md).
39