Chart.js/docs/charts
2019-03-21 09:06:39 +01:00
..
area.md Fix typos and make the docs consistent (#6020) 2019-01-29 13:34:16 +01:00
bar.md Add support for per side border width for rectangle (#6077) 2019-02-25 09:03:12 +01:00
bubble.md Fix typos and make the docs consistent (#6020) 2019-01-29 13:34:16 +01:00
doughnut.md New weight option for pie and doughnut charts (#5951) 2019-02-27 23:06:54 +01:00
line.md Make line options scriptable (#6128) 2019-03-21 09:06:39 +01:00
mixed.md Fix typos and make the docs consistent (#6020) 2019-01-29 13:34:16 +01:00
polar.md Fix typos and make the docs consistent (#6020) 2019-01-29 13:34:16 +01:00
radar.md Implement scriptable options for points in radar charts (#6041) 2019-02-09 23:07:54 +01:00
README.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
scatter.md Fix typos and make the docs consistent (#6020) 2019-01-29 13:34:16 +01: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.