Chart.js/docs/developers
Jukka Kurkela ce74eb76a1 Convert axis options from arrays to objects (#6773)
* Convert axis options from arrays to objects

* Updated all chart type defaults
* Throw errors when axis type or position are not specified
* Avoid raising unnecessary errors when merging options into the default configs

* Fix additional tests

* Ensure scale defaults are set if type is not explicitly defined

* Another step

* Include `scale` as `firstIDs.r`

* update docs

* Update for buildOrUpdateScales

* Update migration guide

* Add test back
2019-11-21 18:46:49 -05:00
..
api.md
axes.md Convert axis options from arrays to objects (#6773) 2019-11-21 18:46:49 -05:00
charts.md
contributing.md Add cross-platform CI (#6670) 2019-11-06 07:14:09 -05:00
plugins.md Generate jsdocs (#5824) 2019-11-08 07:28:21 -05:00
README.md Remove bundled builds (#6680) 2019-11-02 15:48:49 -04:00
updates.md Convert axis options from arrays to objects (#6773) 2019-11-21 18:46:49 -05:00

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:

Note: Development builds are currently only available via HTTP, so in order to include them in JSFiddle or CodePen, you need to access these tools via HTTP as well.

WARNING: Development builds MUST not be used for production purposes or as replacement for CDN.

Browser support

Chart.js offers support for the following browsers:

  • Chrome 50+
  • Firefox 45+
  • Internet Explorer 11
  • Edge 14+
  • Safari 9+

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

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

Previous versions

Version 2 has a completely different API than earlier versions.

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

Please use the documentation that is available on chartjs.org for the current version of Chart.js.

Please note - documentation for previous versions are available on the GitHub repo.