mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-24 16:14:26 +08:00
[#992] Added base color to tps and disk graphs
This commit is contained in:
parent
05b320839b
commit
46a865da8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user