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;

This commit is contained in:
Johann Hoffmann
2024-12-19 16:07:56 +01:00
parent e2af00e41d
commit 64ff94882b
+1 -1
View File
@@ -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');