Skip to content

Commit

Permalink
Update animations.md
Browse files Browse the repository at this point in the history
Fix broken link to animations sample.
  • Loading branch information
pzelnip committed Feb 21, 2022
1 parent 2f7550d commit e7d1f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/animations.md
Expand Up @@ -282,4 +282,4 @@ const chart = new Chart(ctx, {
});
```

Another example usage of these callbacks can be found on [Github](https://github.com/chartjs/Chart.js/blob/master/samples/advanced/progress-bar.html): this sample displays a progress bar showing how far along the animation is.
Another example usage of these callbacks can be found on [Github](https://www.chartjs.org/docs/latest/samples/advanced/progress-bar.html): this sample displays a progress bar showing how far along the animation is.

0 comments on commit e7d1f12

Please sign in to comment.