Fix link in 01-Chart-Configuration.md (#3607)

This commit is contained in:
38elements 2016-11-16 21:21:44 +09:00 committed by Evert Timberg
parent 339265d21e
commit afab387cc1

View 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
{