mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 11:37:41 +01:00
Fixed the colors for TPS graph
This commit is contained in:
parent
f31aa57795
commit
a34170b6c9
@ -695,18 +695,18 @@
|
||||
data: %tpsseries%,
|
||||
type: 'spline',
|
||||
zones: [{
|
||||
value: 0,
|
||||
value: %tpsmedium%,
|
||||
color: '%tpslowcol%'
|
||||
}, {
|
||||
value: %tpsmedium%,
|
||||
value: %tpshigh%,
|
||||
color: '%tpsmediumcol%'
|
||||
}, {
|
||||
value: %tpshigh%,
|
||||
value: 30,
|
||||
color: '%tpshighcol%'
|
||||
}]
|
||||
}],
|
||||
tooltip: {
|
||||
valueDecimals: 2
|
||||
},
|
||||
valueDecimals: 2
|
||||
},
|
||||
yAxis: 1
|
||||
};
|
||||
var cpuSeries = {
|
||||
|
Loading…
Reference in New Issue
Block a user