Simple HTML5 Charts using the tag
Go to file
Jacco van den Berg d9203719f6
add correct padding object to type (#10585)
* add correct padding object to type

* Apply suggestions from code review

Add spacing

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2022-08-18 09:15:50 +03:00
.github fix: treeshaking (#10504) 2022-08-04 09:17:40 -04:00
auto feat: add ESM support (#10525) 2022-08-04 18:43:26 -04:00
docs feat: tooltip callbacks fallback (#10567) 2022-08-18 09:03:12 +03:00
helpers feat: add ESM support (#10525) 2022-08-04 18:43:26 -04:00
scripts Fix docs build (#10566) 2022-08-05 08:02:04 -04:00
src feat: tooltip callbacks fallback (#10567) 2022-08-18 09:03:12 +03:00
test feat: tooltip callbacks fallback (#10567) 2022-08-18 09:03:12 +03:00
types add correct padding object to type (#10585) 2022-08-18 09:15:50 +03:00
.browserslistrc Drop legacy browser support (#8009) 2020-11-16 21:01:33 +02:00
.codeclimate.yml Refactor radialLinear scale and renderText helper (#9276) 2021-06-18 14:12:27 -04:00
.editorconfig Update .editorconfig and fix conf indents (#8442) 2021-02-17 08:11:40 -05:00
.eslintignore Add integration test(s) for Web (#10563) 2022-08-07 13:25:11 -04:00
.eslintrc.yml remove double space, eslint allow dynamic import (#10572) 2022-08-05 22:36:56 +02:00
.gitignore feat: add ESM support (#10525) 2022-08-04 18:43:26 -04:00
.htmllintrc Make Chart.Animation/animations/Tooltip importable (#5382) 2018-04-02 10:55:52 +02:00
.size-limit.cjs feat: tooltip callbacks fallback (#10567) 2022-08-18 09:03:12 +03:00
composer.json Use HTTPS instead of HTTP for URLs supporting it 2018-12-17 07:50:02 +01:00
karma.conf.cjs remove double space, eslint allow dynamic import (#10572) 2022-08-05 22:36:56 +02:00
LICENSE.md update link to license and bump license year (#10156) 2022-02-13 11:27:29 -05:00
MAINTAINING.md Patch release workflow (#8815) 2021-04-04 07:04:56 -04:00
package-lock.json chore: upgrade dependencies (#10573) 2022-08-18 09:09:09 +03:00
package.json chore: upgrade dependencies (#10573) 2022-08-18 09:09:09 +03:00
README.md Fix Stack Overflow tag: chart.js (#10520) 2022-07-27 17:15:55 +02:00
rollup.config.js build: emit sourcemaps (#10568) 2022-08-07 13:23:35 -04:00
tsconfig.json feat: add ESM support (#10525) 2022-08-04 18:43:26 -04:00

https://www.chartjs.org/
Simple yet flexible JavaScript charting for designers & developers

Downloads GitHub Workflow Status Coverage Awesome Slack

Documentation

All the links point to the new version 3 of the lib.

In case you are looking for the docs of version 2, you will have to specify the specific version in the url like this: https://www.chartjs.org/docs/2.9.4/

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 chart.js tag.

License

Chart.js is available under the MIT license.