[#992] Added base color to tps and disk graphs

This commit is contained in:
Rsl1122 2019-04-06 16:32:18 +03:00
parent 05b320839b
commit 46a865da8e

View File

@ -1368,6 +1368,7 @@
tps: {
name: s.name.tps,
type: s.type.spline,
color: v.colors.tpsHigh,
zones: s.zones.tps,
tooltip: s.tooltip.twoDecimals,
data: v.data.tps,
@ -1440,6 +1441,7 @@
disk: {
name: s.name.disk,
type: s.type.spline,
color: v.colors.tpsHigh,
zones: s.zones.disk,
tooltip: s.tooltip.zeroDecimals,
data: v.data.disk