From: Xingan Wang Date: Sat, 13 May 2017 17:30:23 +0000 (-0700) Subject: Fix invalid link in area.md (#4257) X-Git-Tag: v2.6.0~2^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20452ddb7c7569c87b4379b1940a0efd5e4a5043;p=thirdparty%2FChart.js.git Fix invalid link in area.md (#4257) --- diff --git a/docs/charts/area.md b/docs/charts/area.md index d51f84754..3389c87ce 100644 --- a/docs/charts/area.md +++ b/docs/charts/area.md @@ -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