Chart.js/docs/charts
2020-04-27 16:25:02 -04:00
..
area.md Make br tags self-closing (#7275) 2020-04-27 16:25:02 -04: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 Rename steppedLine to stepped (#7127) 2020-02-19 18:13:40 -05:00
mixed.md Update documentation of order (#6897) 2020-01-03 09:08:15 -05:00
polar.md Polar area: startAngle in degrees, 0 at top. (#6936) 2020-01-10 18:30:29 -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.