Skip to content

Commit

Permalink
Fix invalid link in area.md (chartjs#4257)
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang authored and simonbrunel committed May 13, 2017
1 parent aa76bc6 commit 20452dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/charts/area.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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)).

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

Expand Down

0 comments on commit 20452dd

Please sign in to comment.