Chart.js/docs/charts
Akihiko Kusanagi e3e80c9ac6 Support spanGaps in radar charts (#6289)
* Support spanGaps in radar charts

* Minor fixes based on feedback
2019-06-19 07:12:53 -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 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 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 Support spanGaps in radar charts (#6289) 2019-06-19 07:12:53 -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.