Chart.js/docs/developers/index.md
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

50 lines
1.6 KiB
Markdown

# 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:
- <https://www.chartjs.org/docs/master/>
- <https://www.chartjs.org/samples/master/>
## Development releases
Latest builds are available for testing at:
- <https://www.chartjs.org/dist/master/chart.js>
- <https://www.chartjs.org/dist/master/chart.min.js>
**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](https://caniuse.com/#feat=canvas)
Run `npx browserslist` at the root of the [codebase](https://github.com/chartjs/Chart.js) to get a list of supported browsers.
Thanks to [BrowserStack](https://browserstack.com) 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](../getting-started/v3-migration).
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.
- [2.9.3 Documentation](https://www.chartjs.org/docs/2.9.3/)
- [1.x Documentation](https://github.com/chartjs/Chart.js/tree/v1.1.1/docs)