Chart.js/docs/charts
2019-01-10 16:00:36 +01:00
..
area.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
bar.md Implement scriptable options for doughnut charts (#5966) 2019-01-10 16:00:36 +01:00
bubble.md Implement scriptable options for doughnut charts (#5966) 2019-01-10 16:00:36 +01:00
doughnut.md Implement scriptable options for doughnut charts (#5966) 2019-01-10 16:00:36 +01:00
line.md Add 'middle' interpolation to stepped plots (#5908) 2018-12-18 14:47:24 +01:00
mixed.md Remove trailing spaces from docs (#5227) 2018-02-04 12:27:50 +01:00
polar.md Add support for 'inner' border for arc elements (#5841) 2018-12-18 13:58:02 +01:00
radar.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
README.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
scatter.md Update the docs structure/content to use GitBook (#3751) 2017-03-20 20:36: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.