Chart.js/docs/charts
2018-07-07 17:54:05 +02:00
..
area.md Fix invalid link in area.md (#4257) 2017-05-13 19:30:23 +02:00
bar.md Remove trailing spaces from docs (#5227) 2018-02-04 12:27:50 +01:00
bubble.md Enable arbitrary rotation of datapoints (#5319) 2018-07-07 17:54:05 +02:00
doughnut.md Remove copy-pasta error in polar area and doughnut chart docs (#5169) 2018-01-21 16:47:25 -05:00
line.md Enable arbitrary rotation of datapoints (#5319) 2018-07-07 17:54:05 +02:00
mixed.md Remove trailing spaces from docs (#5227) 2018-02-04 12:27:50 +01:00
polar.md Remove copy-pasta error in polar area and doughnut chart docs (#5169) 2018-01-21 16:47:25 -05:00
radar.md Enable arbitrary rotation of datapoints (#5319) 2018-07-07 17:54:05 +02:00
README.md Document the new filling modes and options (#4251) 2017-05-13 14:13:05 +02: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