From 64ff94882b09ceb1c8d7d39b3467ed7685c3f5b5 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Thu, 19 Dec 2024 16:07:56 +0100 Subject: [PATCH] stats enabled config flag; using highcharts plugin in new Tab & Component for (anw)Statistics; currently able to show old pie charts from old landing page; wip building setup UI for configurable graphs depending datasets and chart types; --- application/views/templates/FHC-Footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/templates/FHC-Footer.php b/application/views/templates/FHC-Footer.php index 5d81f2da3..d78e0e9c3 100644 --- a/application/views/templates/FHC-Footer.php +++ b/application/views/templates/FHC-Footer.php @@ -125,7 +125,7 @@ } // Highcharts - if ($highcharts) + if (isset($highcharts) && $highcharts === true) { generateJSsInclude('vendor/highcharts/highcharts-dist/highcharts.js'); generateJSsInclude('vendor/highcharts/highcharts-dist/modules/current-date-indicator.js');