Chart.js/docs/charts
2019-04-08 09:43:12 +02:00
..
area.md
bar.md Add support for per side border width for rectangle (#6077) 2019-02-25 09:03:12 +01:00
bubble.md
doughnut.md Fix typo in doughnut documentation (#6186) 2019-04-08 09:43:12 +02:00
line.md Make docs consistent for cubicInterpolationMode and fill (#6132) 2019-04-08 09:42:06 +02:00
mixed.md
polar.md
radar.md Implement scriptable options for points in radar charts (#6041) 2019-02-09 23:07:54 +01: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.