Simple HTML5 Charts using the tag
Go to file
2021-04-01 10:16:03 +03:00
.github Generate API docs with vuepress-plugin-typedoc (#8755) 2021-03-30 16:19:59 -04:00
auto Fix typo in auto package (#8601) 2021-03-09 20:05:41 +02:00
docs Change the title of the tip block to Note (#8758) 2021-03-30 18:19:45 -04:00
helpers Remove .d.ts from helper types location (#8761) 2021-03-31 15:18:09 -04:00
samples Rename scale gridLines options to be clearer (#8628) 2021-03-13 19:49:09 +02:00
scripts Switch docs to Vuepress to match other chart.js repositories (#8751) 2021-03-30 10:32:39 -04:00
src Scriptable title plugin options (#8764) 2021-04-01 10:16:03 +03:00
test Scriptable title plugin options (#8764) 2021-04-01 10:16:03 +03:00
types Add a convenience alias for scale options (#8732) 2021-03-26 16:20:59 -04:00
.browserslistrc Drop legacy browser support (#8009) 2020-11-16 21:01:33 +02:00
.codeclimate.yml Codeclimate: Cognitive Complexity threshold 5->6 (#8391) 2021-02-06 08:40:39 -05:00
.editorconfig Update .editorconfig and fix conf indents (#8442) 2021-02-17 08:11:40 -05:00
.eslintignore Fix lint issues in gulpfile.js (#7076) 2020-02-09 11:50:11 -05:00
.eslintrc.yml Switch docs to Vuepress to match other chart.js repositories (#8751) 2021-03-30 10:32:39 -04:00
.gitignore Generate API docs with vuepress-plugin-typedoc (#8755) 2021-03-30 16:19:59 -04:00
.htmllintrc Make Chart.Animation/animations/Tooltip importable (#5382) 2018-04-02 10:55:52 +02:00
composer.json Use HTTPS instead of HTTP for URLs supporting it 2018-12-17 07:50:02 +01:00
karma.conf.js Use karma-spec-reporter and suppress passed (#8564) 2021-03-04 08:24:52 -05:00
LICENSE.md Docs/licence year update (#8671) 2021-03-19 09:09:55 +02:00
MAINTAINING.md Distribute types as is (#8720) 2021-03-25 15:08:00 -04:00
package-lock.json Generate API docs with vuepress-plugin-typedoc (#8755) 2021-03-30 16:19:59 -04:00
package.json Generate API docs with vuepress-plugin-typedoc (#8755) 2021-03-30 16:19:59 -04:00
README.md Add markdown linting, fix errors (#8449) 2021-02-18 08:17:39 -05:00
rollup.config.js Distribute types as is (#8720) 2021-03-25 15:08:00 -04:00
tsconfig.json Generate API docs with vuepress-plugin-typedoc (#8755) 2021-03-30 16:19:59 -04:00


Simple yet flexible JavaScript charting for designers & developers

Downloads GitHub Workflow Status Coverage Awesome Slack

Documentation

Currently, there are two versions of the library (2.9.4 and 3.x.x). Version 2 is the latest stable version while 3 is the next (currently beta) version. As such bear the following in mind:

Contributing

Instructions on building and testing Chart.js can be found in the documentation. Before submitting an issue or a pull request, please take a moment to look over the contributing guidelines first. For support, please post questions on Stack Overflow with the chartjs tag.

License

Chart.js is available under the MIT license.