From d9e5f3ec1728624bc508d29ba9b4ae721b512e5a Mon Sep 17 00:00:00 2001 From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Sat, 19 Mar 2022 16:14:44 +0100 Subject: [PATCH] Update link to filler plugin --- docs/charts/area.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts/area.md b/docs/charts/area.md index 5dc8a504980..0825a90e6dc 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