Simple HTML5 Charts using the tag
Go to file
dependabot[bot] 8dd8760f1b
Bump eventsource from 1.1.0 to 1.1.1 (#10393)
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-02 07:04:48 +03:00
.github Coveralls no longer runs on Windows CI (#10367) 2022-05-22 13:15:34 -04:00
auto Correct auto.esm.js import to allow use directly from the browser 2022-05-11 10:52:29 -04:00
docs clarify api docs (#10392) 2022-06-01 14:38:39 -04:00
helpers Update helpers types export (#8944) 2021-04-19 07:50:43 -04:00
scripts More script error fixes (#8820) 2021-04-04 09:26:41 -04:00
src Add option to include invisible points (#10362) 2022-05-25 13:25:27 +03:00
test Add option to include invisible points (#10362) 2022-05-25 13:25:27 +03:00
types Allow for each dataset to be individually typed without a main type (#10387) 2022-05-31 14:01:39 -04: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 Fix lint issues in gulpfile.js (#7076) 2020-02-09 11:50:11 -05:00
.eslintrc.yml Update eslint settings for readable errors (#9534) 2021-08-11 08:23:18 -04:00
.gitignore Add missing typings of helpers, add automatic test (#9570) 2021-09-01 20:27:26 -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 Add random seed reporting to test runs (#9977) 2021-12-09 21:15:50 +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 Bump eventsource from 1.1.0 to 1.1.1 (#10393) 2022-06-02 07:04:48 +03:00
package.json Bump to 3.8.0 (#10377) 2022-05-25 10:06:57 -04:00
README.md Added hyperlink on Chart.js LOGO (#9741) 2021-10-16 15:55:14 -04:00
rollup.config.js Distribute types as is (#8720) 2021-03-25 15:08:00 -04:00
tsconfig.json Bump version to 3.7.0, update deps (#10011) 2021-12-23 20:55:39 +02: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 chartjs tag.

License

Chart.js is available under the MIT license.