Chart.js/docs/charts
2018-12-18 13:58:02 +01:00
..
area.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
bar.md Fix docs about bar chart indexable options (#5876) 2018-12-04 09:10:15 +01:00
bubble.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
doughnut.md Add support for 'inner' border for arc elements (#5841) 2018-12-18 13:58:02 +01:00
line.md Use HTTPS in documentation links where possible (#5915) 2018-12-15 11:28:17 +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.