Simple HTML5 Charts using the tag
Go to file
Ben McCann 53205457dc
Add tests for rendering to offscreen canvas (#7175)
Add tests for using an offscreen canvas for Chart.js. These tests are
almost identical to existing tests, but with offscreen canvas enabled.

Co-authored-by: David Winegar <david.winegar@getcruise.com>
2020-03-06 12:17:12 -05:00
.github Update to actions/checkout@v2 (#7163) 2020-02-27 12:28:11 -05:00
docs Use global element hidden status for Pie charts (#7156) 2020-03-01 09:07:39 -05:00
samples Give the boot to chartjs-adapter-moment (#7155) 2020-02-27 19:40:31 -05:00
scripts Make update_latest work with alpha, beta, etc. (#7177) 2020-03-05 18:05:02 -05:00
src Alphabetize element default options (#7170) 2020-03-01 09:57:39 -05:00
test Add tests for rendering to offscreen canvas (#7175) 2020-03-06 12:17:12 -05:00
.browserlistrc Add babel plugin for rollup & transform code (#6555) 2019-10-27 16:28:30 -04:00
.codeclimate.yml Use the Chart.js shared ESLint config (#5112) 2018-01-06 17:59:13 -05:00
.editorconfig Use HTTPS instead of HTTP for URLs supporting it 2018-12-17 07:50:02 +01:00
.eslintignore Fix lint issues in gulpfile.js (#7076) 2020-02-09 11:50:11 -05:00
.eslintrc.yml Enable esnext and fix all lint errors (#7094) 2020-02-13 18:41:49 -05:00
.gitignore Upgrade rollup and plugins to fix build (#6493) 2019-09-04 07:44:01 -04:00
.htmllintrc Make Chart.Animation/animations/Tooltip importable (#5382) 2018-04-02 10:55:52 +02:00
.travis.yml Remove unnecessary changes (#7140) 2020-02-21 18:55:40 -05:00
babel.config.json Output ES6 from babel (#7136) 2020-02-21 18:55:53 -05:00
book.json Keep the previous extensions page link alive (#6127) 2019-03-12 08:35:39 +01:00
composer.json Use HTTPS instead of HTTP for URLs supporting it 2018-12-17 07:50:02 +01:00
gulpfile.js Fix coveralls (#7148) 2020-02-22 14:36:05 -05:00
karma.conf.js Add tests for rendering to offscreen canvas (#7175) 2020-03-06 12:17:12 -05:00
LICENSE.md Update license year and copyright holders (#5053) 2017-12-31 15:17:22 +01:00
MAINTAINING.md Use HTTPS instead of HTTP for URLs supporting it 2018-12-17 07:50:02 +01:00
package-lock.json Add tests for rendering to offscreen canvas (#7175) 2020-03-06 12:17:12 -05:00
package.json Add tests for rendering to offscreen canvas (#7175) 2020-03-06 12:17:12 -05:00
README.md Revamp the README.md and add link to the awesome list (#6096) 2019-03-01 09:13:21 +01:00
rollup.config.js Give the boot to chartjs-adapter-moment (#7155) 2020-02-27 19:40:31 -05:00
tsconfig.json Turn on excludeNotExported (#7121) 2020-02-20 12:18:21 -05:00


Simple yet flexible JavaScript charting for designers & developers

Downloads Builds Coverage Awesome Slack

Documentation

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.