Chart.js/docs/developers/index.md
Igor Lukanin 69175847ef
Updated docs (why Chart.js + getting started + step-by-step guide) (#10816)
* Update docs

* Minor fixes

* Replace screenshots with live demos

* Replace the last screenshot with a live demo

* Bring back images

* Bring back images #2

* Remove unnecessary files

* Apply suggestions from code review

Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>

* Very last tiny fixes

Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
2022-11-11 16:37:13 -05:00

1.7 KiB

Developers

Developer features allow extending and enhancing Chart.js in many different ways.

Latest resources

Latest documentation and samples, including unreleased features, are available at:

Development releases

Latest builds are available for testing at:

:::warning Warning

Development builds must not be used for production purposes or as replacement for a CDN. See available CDNs.

:::

Browser support

All modern and up-to-date browsers are supported, including, but not limited to:

  • Chrome
  • Edge
  • Firefox
  • Safari

As of version 3, we have dropped Internet Explorer 11 support.

Browser support for the canvas element is available in all modern & major mobile browsers. CanIUse

Run npx browserslist at the root of the codebase to get a list of supported browsers.

Thanks to BrowserStack for allowing our team to test on thousands of browsers.

Previous versions

To migrate from version 2 to version 3, please see the v3 migration guide.

Version 3 has a largely different API than earlier versions.

Most earlier version options have current equivalents or are the same.

Please note - documentation for previous versions is available online or in the GitHub repo.