eww: Change freqtrade graph time range
This commit is contained in:
parent
26c6aff93f
commit
6628d24fe0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
(box :class "trades-box"
|
(box :class "trades-box"
|
||||||
(graph
|
(graph
|
||||||
:value {arraylength(bots) > 1 ? -bots[2].open_profit_pct * 2.0 : 0}
|
:value {arraylength(bots) > 1 ? -bots[2].open_profit_pct * 2.0 : 0}
|
||||||
:time-range "20m"
|
:time-range "40m"
|
||||||
:thickness 2
|
:thickness 2
|
||||||
:line-style "round"
|
:line-style "round"
|
||||||
:dynamic true
|
:dynamic true
|
||||||
|
|
Loading…
Reference in a new issue