Chart.js/docs/charts
2020-01-03 14:56:22 -05:00
..
area.md Allow filling above and below with different colors (#6318) 2019-11-21 13:48:31 -05:00
bar.md Update documentation of order (#6897) 2020-01-03 09:08:15 -05:00
bubble.md Update documentation of order (#6897) 2020-01-03 09:08:15 -05:00
doughnut.md Versatile clipping (#6642) 2019-11-10 17:41:01 -05:00
line.md Remove global from defaults (#6893) 2020-01-03 14:07:38 -05:00
mixed.md Update documentation of order (#6897) 2020-01-03 09:08:15 -05:00
polar.md #5573 Link PolarArea chart docs to radial axis docs (#6901) 2020-01-03 14:56:22 -05:00
radar.md Remove global from defaults (#6893) 2020-01-03 14:07:38 -05:00
README.md Consistent use of punctuation and quick review in docs (#5796) 2018-11-02 08:46:06 +01:00
scatter.md Allow pre-parsed data (to scale id's) (#6768) 2019-12-06 19:47:00 -05: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.