Simple HTML5 Charts using the tag
Go to file
Evert Timberg ed2b96eeaf
Switch docs to Vuepress to match other chart.js repositories (#8751)
* Initial work

* Update doc commands

* Updated sidebar config

* Move docs

* Update theme version and enable

* Convert to chart.js sample

* Update scripts to point to local build

* Chart.js from local build

* Simplify getting-started example

* Axis docs updated except for imported content

* Common ticks import works

* Chart type docs ported to editor plugin

* Last pages to use editor

* Fix small errors

* Frontmatter title to heading

* Remove duplicate example

* Update sidebar

* Add paths

* Remove paths

* Add getting-started back

* Update menus and add copyright to license section of the docs

* Add GA plugin

* Style sub-groups

* Remove unneeded license page since it is covered on the main page

* Remove docusaurus readme page

* Remove docusaurus files

* Fix issues in docs

* Build and deploy scripts for docs work

* Conditional base URL for nice local testing

* Use eslint-plugin-markdown

* Remove hard coded lines

* Remove mentions of docusaurus

Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
2021-03-30 10:32:39 -04:00
.github Revert "Run compressed Size action on pull_request_target (#8440)" (#8454) 2021-02-18 10:46:51 -05:00
auto Fix typo in auto package (#8601) 2021-03-09 20:05:41 +02:00
docs Switch docs to Vuepress to match other chart.js repositories (#8751) 2021-03-30 10:32:39 -04:00
helpers Update helper types location (#8729) 2021-03-26 16:58:13 +02:00
samples Rename scale gridLines options to be clearer (#8628) 2021-03-13 19:49:09 +02:00
scripts Switch docs to Vuepress to match other chart.js repositories (#8751) 2021-03-30 10:32:39 -04:00
src Legend: adjust lifecycle and event handling (#8753) 2021-03-30 10:12:07 -04:00
test Revert "Scale: draw offset grid for labels before autoSkip (#8748)" (#8752) 2021-03-30 08:00:19 -04:00
types Add a convenience alias for scale options (#8732) 2021-03-26 16:20:59 -04: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 Switch docs to Vuepress to match other chart.js repositories (#8751) 2021-03-30 10:32:39 -04: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
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 Docs/licence year update (#8671) 2021-03-19 09:09:55 +02:00
MAINTAINING.md Distribute types as is (#8720) 2021-03-25 15:08:00 -04:00
package-lock.json Switch docs to Vuepress to match other chart.js repositories (#8751) 2021-03-30 10:32:39 -04:00
package.json Switch docs to Vuepress to match other chart.js repositories (#8751) 2021-03-30 10:32:39 -04:00
README.md Add markdown linting, fix errors (#8449) 2021-02-18 08:17:39 -05:00
rollup.config.js Distribute types as is (#8720) 2021-03-25 15:08:00 -04:00
tsconfig.json Make type-tests strict (#8717) 2021-03-25 15:09:35 -04: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.