Merge branch 'visual-console-refactor' of https://brutus.artica.lan:8081/artica/pandorafms into visual-console-refactor

Former-commit-id: 0c2ffa8d51737644ae99eebdaae842af26ba52b8
This commit is contained in:
Alejandro Gallardo Escobar 2019-04-25 10:02:38 +02:00
commit 6a378f664e
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ final class DonutGraph extends Item
// Load side libraries. // Load side libraries.
global $config; global $config;
include_once $config['homedir'].'/include/functions_graph.php'; include_once $config['homedir'].'/include/functions_visual_map.php';
// Extract needed properties. // Extract needed properties.
$legendBackGroundColor = static::extractLegendBackgroundColor($data); $legendBackGroundColor = static::extractLegendBackgroundColor($data);