Update color index to fix mysql graphs (#9910)

* Added an additional color in 'mixed' because of the mysql display using mixed[7] and failing because the array didn't have enough elements

* Moved color to the end of the array to not make other colors change
This commit is contained in:
shward
2019-03-05 12:08:05 -08:00
committed by TheGreatDoc
parent 0aded95985
commit 8f6b58a90d

View File

@@ -267,6 +267,7 @@ $config['graph_colours']['mixed'] = array(
'D01F3C',
'36393D',
'FF0084',
'91B13C',
);
$config['graph_colours']['oranges'] = array(
'E43C00',