Chart.js/docs/charts
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
..
area.md Allow filling above and below with different colors (#6318) 2019-11-21 13:48:31 -05:00
bar.md Convert axis options from arrays to objects (#6773) 2019-11-21 18:46:49 -05:00
bubble.md Versatile clipping (#6642) 2019-11-10 17:41:01 -05:00
doughnut.md Versatile clipping (#6642) 2019-11-10 17:41:01 -05:00
line.md Convert axis options from arrays to objects (#6773) 2019-11-21 18:46:49 -05:00
mixed.md Convert axis options from arrays to objects (#6773) 2019-11-21 18:46:49 -05:00
polar.md Versatile clipping (#6642) 2019-11-10 17:41:01 -05:00
radar.md Move scale defining options up from ticks (#6738) 2019-11-15 12:11:13 -05:00
README.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
scatter.md Convert axis options from arrays to objects (#6773) 2019-11-21 18:46:49 -05:00

Charts

Chart.js comes with built-in chart types:

Area charts can be built from a line or radar chart using the dataset fill option.

To create a new chart type, see the developer notes.