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
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
scatter.md

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.