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:
commit
6a378f664e
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue