]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add scatter link in charts documentation (#5736)
authorMiguel Martínez Serrano <miguelms.ovi@gmail.com>
Fri, 21 Sep 2018 19:22:31 +0000 (21:22 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Fri, 21 Sep 2018 19:22:31 +0000 (21:22 +0200)
docs/charts/README.md

index 26677b04d765dcd682563448df129c8628d7370f..dda7e3438117fb718f1e4fcd76399e28a5e9b0fa 100644 (file)
@@ -4,9 +4,10 @@ Chart.js comes with built-in chart types:
 * [line](./line.md)
 * [bar](./bar.md)
 * [radar](./radar.md)
-* [polar area](./polar.md)
 * [doughnut and pie](./doughnut.md)
+* [polar area](./polar.md)
 * [bubble](./bubble.md)
+* [scatter](./scatter.md)
 
 [Area charts](area.md) can be built from a line or radar chart using the dataset `fill` option.