From 888d8c286ebd4bf317af9ec8321a0fd908ef841b Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 23 Sep 2019 22:53:29 +0200 Subject: fixed broken link in ImageGraph API (#14906) * remove broken link in ImageGraph API * found the guide at a new URL --- plugins/ImageGraph/API.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ImageGraph/API.php b/plugins/ImageGraph/API.php index ae52f6d832..e0e064a591 100644 --- a/plugins/ImageGraph/API.php +++ b/plugins/ImageGraph/API.php @@ -28,7 +28,7 @@ use Piwik\Translate; * - $colors accepts a comma delimited list of colors that will overwrite the default Matomo colors
* - you can also customize the width, height, font size, metric being plotted (in case the data contains multiple columns/metrics). * - * See also How to embed static Image Graphs? for more information. + * See also How to embed static Image Graphs? for more information. * * @method static \Piwik\Plugins\ImageGraph\API getInstance() */ -- cgit v1.2.3