Chart.js/docs/developers/index.md
Jacco van den Berg 35e8af726d
Docs small update (#8791)
* Change tabs from area samples to buttons to switch to be in line with other samples, change linewith of extra line datasets to default instead of 1 to be in line with all other lines in the sampels

* Final tip to Note again and update latest v2 docs to latest release

* remove whitespace between tip and dots, remove double the in the note

* Update index.md

Implement feedback
2021-04-03 22:19:51 +03:00

1.6 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: Development builds MUST not be used for production purposes or as replacement for CDN.

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 are available online or in the GitHub repo.