Chart.js/docs/charts
Jukka Kurkela 7f97adf5a0 Move scale defining options up from ticks (#6738)
* Move scale defining options up from `ticks`
* Include `ticks.reverse` in v3-migration
2019-11-15 12:11:13 -05:00
..
area.md Fix typos and make the docs consistent (#6020) 2019-01-29 13:34:16 +01:00
bar.md Move scale defining options up from ticks (#6738) 2019-11-15 12:11:13 -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 Versatile clipping (#6642) 2019-11-10 17:41:01 -05:00
mixed.md Move scale defining options up from ticks (#6738) 2019-11-15 12:11:13 -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 Implement dataset.order (#6268) 2019-10-22 19:14:54 -04: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.