From: 38elements Date: Wed, 16 Nov 2016 12:21:44 +0000 (+0900) Subject: Fix link in 01-Chart-Configuration.md (#3607) X-Git-Tag: v2.5.0~1^2~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afab387cc15cd923ca0bc39399da6c7e2d5581c7;p=thirdparty%2FChart.js.git Fix link in 01-Chart-Configuration.md (#3607) --- diff --git a/docs/01-Chart-Configuration.md b/docs/01-Chart-Configuration.md index 571a20524..55f7ddb6e 100644 --- a/docs/01-Chart-Configuration.md +++ b/docs/01-Chart-Configuration.md @@ -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 {