Change colour of ports in graph

Is this possible? The subtle difference between the greens and blues/purples are too much for me in the grpah, I want them to be quite contrasting so I can easily see what has gone on.

Yes actually, you can set this in config.php:

$config['graph_colours']['greens'] = array('00FF00', '00EE00', '11DD11');
$config['graph_colours']['blues'] = array('0000FF','000099', '1111AA');

Both should have the same amount of colors, you can look at definitions.inc.php (but don’t edit it there, override it in config.php.

1 Like

Thank you!

1 Like