From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Sun, 20 Mar 2022 23:59:12 +0000 (+0100) Subject: Update link to filler plugin (#10250) X-Git-Tag: v3.8.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9568a315d220e0eaed697d5245724f8d34ed05ba;p=thirdparty%2FChart.js.git Update link to filler plugin (#10250) --- diff --git a/docs/charts/area.md b/docs/charts/area.md index 5dc8a5049..0825a90e6 100644 --- a/docs/charts/area.md +++ b/docs/charts/area.md @@ -3,7 +3,7 @@ Both [line](./line.md) and [radar](./radar.md) charts support a `fill` option on the dataset object which can be used to create space between two datasets or a dataset and a boundary, i.e. the scale `origin`, `start,` or `end` (see [filling modes](#filling-modes)). :::tip Note -This feature is implemented by the [`filler` plugin](https://github.com/chartjs/Chart.js/blob/master/src/plugins/plugin.filler.js). +This feature is implemented by the [`filler` plugin](https://github.com/chartjs/Chart.js/blob/master/src/plugins/plugin.filler/index.js). ::: ## Filling modes