Chart.js/docs/charts
2019-10-06 10:02:00 -04:00
..
area.md Fix typos and make the docs consistent (#6020) 2019-01-29 13:34:16 +01:00
bar.md Add support for floating bar chart ([start, end]) (#6056) 2019-05-21 10:54:13 +02:00
bubble.md Fix typos and make the docs consistent (#6020) 2019-01-29 13:34:16 +01:00
doughnut.md Fixed incorrect spelling in pie dataset options. (#6466) 2019-08-14 19:02:08 -04:00
line.md Make docs consistent for cubicInterpolationMode and fill (#6132) 2019-04-08 09:42:06 +02: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 Add link to linear radial axis for radar chart doc (#6554) 2019-10-06 10:02:00 -04: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.