]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Updated dead sample link (#10748)
authorwenzdey <56051809+wenzdey@users.noreply.github.com>
Thu, 6 Oct 2022 14:36:26 +0000 (09:36 -0500)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2022 14:36:26 +0000 (10:36 -0400)
* Updated dead sample link

* Updated option sample

docs/developers/updates.md

index abacad4db06b10cde517a4da13edd4997dc1554e..6857a981785eb429bce477f32768a7348c8887a4 100644 (file)
@@ -95,7 +95,7 @@ function updateScale(chart) {
 }
 ```
 
-Code sample for updating options can be found in [toggle-scale-type.html](https://www.chartjs.org/samples/latest/scales/toggle-scale-type.html).
+Code sample for updating options can be found in [line-datasets.html](https://www.chartjs.org/docs/latest/samples/area/line-datasets.html).
 
 ## Preventing Animations