Change colour of max. concurrent stream series

This commit is contained in:
JonnyWong16 2023-10-09 11:33:40 -07:00
parent 982c893c49
commit 62be48df9c
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -327,7 +327,7 @@
'Direct Play': '#E5A00D',
'Direct Stream': '#FFFFFF',
'Transcode': '#F06464',
'Max. Concurrent Streams': '#1014FC'
'Max. Concurrent Streams': '#96C83C'
};
var series_colors = [];
$.each(data_series, function(index, series) {