Simple HTML5 Charts using the tag
Go to file
dependabot[bot] ea88dba68d
Bump socket.io from 4.6.1 to 4.7.5 (#11875)
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.6.1 to 4.7.5.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/4.7.5/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/4.6.1...4.7.5)

---
updated-dependencies:
- dependency-name: socket.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 17:13:23 +02:00
.github Bump pnpm/action-setup from 3.0.0 to 4.0.0 (#11773) 2024-05-13 08:29:49 -04:00
auto Specify module for Webpack 4 (#11037) 2023-01-10 12:01:59 -05:00
docs Add radial linear scale to docs section of samples (#11871) 2024-08-20 18:11:00 +02:00
helpers Specify module for Webpack 4 (#11037) 2023-01-10 12:01:59 -05:00
scripts Fix docs build (#10566) 2022-08-05 08:02:04 -04:00
src Fix initial dataset stacks (#11882) 2024-08-26 17:13:12 +02:00
test Fix initial dataset stacks (#11882) 2024-08-26 17:13:12 +02: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 Convert the Arc element to TS (#10772) 2022-10-12 07:08:37 -04:00
.gitignore fix: move types to src dir to escape src / dist dirs in paths (#10993) 2022-12-16 07:56:06 -05: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.cjs Disable canvas acceleration in Firefox 110 in test cases (#11165) 2023-02-26 14:19:44 +02:00
LICENSE.md Update LICENSE.md year (#11762) 2024-05-06 08:40:54 -04:00
MAINTAINING.md Patch release workflow (#8815) 2021-04-04 07:04:56 -04:00
package.json Bump package version to 4.4.4 (#11874) 2024-08-20 22:25:36 +02:00
pnpm-lock.yaml Bump socket.io from 4.6.1 to 4.7.5 (#11875) 2024-08-26 17:13:23 +02:00
pnpm-workspace.yaml Switch to pnpm (#10576) 2022-08-22 20:42:43 +02:00
README.md Switch to discord (#11318) 2023-05-31 20:02:58 +02:00
rollup.config.js feat: restore commonjs bundle (#10984) 2022-12-16 01:11:11 +02:00
tsconfig.json fix: move types to src dir to escape src / dist dirs in paths (#10993) 2022-12-16 07:56:06 -05:00

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

Downloads GitHub Workflow Status Coverage Awesome Discord

Documentation

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

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/

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.