mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-01 19:09:27 +00:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user