Simple HTML5 Charts using the tag
Go to file
Jacco van den Berg 5a48604df7
Update legend.md (#8582)
Noticed from https://github.com/chartjs/Chart.js/issues/6185#issuecomment-748097030 that there is an option to get the legend in the chart, this was not documented. Only difference I noticed from kurkles screenshot is that the legend now shows in the middle instead of in the top corner.

https://jsfiddle.net/Leelenaleee/wszdv8q0/2/
2021-03-07 22:43:31 +02:00
.github Revert "Run compressed Size action on pull_request_target (#8440)" (#8454) 2021-02-18 10:46:51 -05:00
auto Provide auto-registering entry point (#8429) 2021-02-28 09:02:44 +02:00
docs Update legend.md (#8582) 2021-03-07 22:43:31 +02:00
helpers flat helpers (#7806) 2020-09-28 09:11:55 -04:00
samples Add 'single' mode for stacking (#8586) 2021-03-07 10:52:31 -05:00
scripts Update workflow to use GitHub releaes (#7891) 2020-10-15 16:37:38 -04:00
src Add 'single' mode for stacking (#8586) 2021-03-07 10:52:31 -05:00
test Add 'single' mode for stacking (#8586) 2021-03-07 10:52:31 -05:00
types Add 'single' mode for stacking (#8586) 2021-03-07 10:52:31 -05: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 infra: Bump CI to node 14 (#8426) 2021-02-14 15:37:12 -05:00
.gitignore flat helpers (#7806) 2020-09-28 09:11:55 -04:00
.htmllintrc Make Chart.Animation/animations/Tooltip importable (#5382) 2018-04-02 10:55:52 +02:00
.markdownlint.yml Add markdown linting, fix errors (#8449) 2021-02-18 08:17:39 -05: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 Update license year and copyright holders (#5053) 2017-12-31 15:17:22 +01:00
MAINTAINING.md Add markdown linting, fix errors (#8449) 2021-02-18 08:17:39 -05:00
package-lock.json Bump to 3.0.0-beta.13 (#8580) 2021-03-06 10:44:15 -05:00
package.json Bump to 3.0.0-beta.13 (#8580) 2021-03-06 10:44:15 -05:00
README.md Add markdown linting, fix errors (#8449) 2021-02-18 08:17:39 -05:00
rollup.config.js Update .editorconfig and fix conf indents (#8442) 2021-02-17 08:11:40 -05:00
tsconfig.json Remove unused typedoc option that is deprecated (#8433) 2021-02-15 22:25:10 +02: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.