]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix link in 01-Chart-Configuration.md (#3607)
author38elements <mh19820223@gmail.com>
Wed, 16 Nov 2016 12:21:44 +0000 (21:21 +0900)
committerEvert Timberg <evert.timberg+github@gmail.com>
Wed, 16 Nov 2016 12:21:44 +0000 (07:21 -0500)
docs/01-Chart-Configuration.md

index 571a20524716c8b8766deb13b4847a21a35d7236..55f7ddb6eb90dc389de40841fd31da56be54fde2 100644 (file)
@@ -342,7 +342,7 @@ onComplete | Function | none | Callback called at the end of an animation. Passe
 
 #### Animation Callbacks
 
-The `onProgress` and `onComplete` callbacks are useful for synchronizing an external draw to the chart animation. The callback is passed an object that implements the following interface. An example usage of these callbacks can be found on [Github](https://github.com/chartjs/Chart.js/blob/master/samples/AnimationCallbacks/progress-bar.html). This sample displays a progress bar showing how far along the animation is.
+The `onProgress` and `onComplete` callbacks are useful for synchronizing an external draw to the chart animation. The callback is passed an object that implements the following interface. An example usage of these callbacks can be found on [Github](https://github.com/chartjs/Chart.js/blob/master/samples/animation/progress-bar.html). This sample displays a progress bar showing how far along the animation is.
 
 ```javascript
 {