Chart.js/docs/charts
Jukka Kurkela 53c6c618c6 Allow pre-parsed data (to scale id's) (#6768)
* Allow pre-parsed data (to scale id's)
* Only update `count` references in pre-parsed mode
* Documentation
2019-12-06 19:47:00 -05:00
..
area.md Allow filling above and below with different colors (#6318) 2019-11-21 13:48:31 -05:00
bar.md Allow pre-parsed data (to scale id's) (#6768) 2019-12-06 19:47:00 -05:00
bubble.md Allow pre-parsed data (to scale id's) (#6768) 2019-12-06 19:47:00 -05:00
doughnut.md Versatile clipping (#6642) 2019-11-10 17:41:01 -05:00
line.md Allow pre-parsed data (to scale id's) (#6768) 2019-12-06 19:47:00 -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 Allow pre-parsed data (to scale id's) (#6768) 2019-12-06 19:47:00 -05:00
README.md
scatter.md Allow pre-parsed data (to scale id's) (#6768) 2019-12-06 19:47:00 -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.