Skip to content

Commit 20452dd

Browse files
xg-wangsimonbrunel
authored andcommitted
Fix invalid link in area.md (#4257)
1 parent aa76bc6 commit 20452dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/charts/area.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Both [line](line.md) and [radar](radar.md) charts support a `fill` option on the dataset object which can be used to create area between two datasets or a dataset and a boundary, i.e. the scale `origin`, `start` or `end` (see [filling modes](#filling-modes)).
44

5-
> **Note:** this feature is implemented by the [`filler` plugin](/chartjs/Chart.js/blob/master/src/plugins/plugin.filler.js).
5+
> **Note:** this feature is implemented by the [`filler` plugin](https://github.com/chartjs/Chart.js/blob/master/src/plugins/plugin.filler.js).
66
77
## Filling modes
88

0 commit comments

Comments
 (0)