mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 03:25:15 +00:00
Attempting to fix the fix, daily part only
This commit is contained in:
parent
6efdcaebcb
commit
5416a2e3a9
|
@ -85,12 +85,12 @@ export default class DailyChart extends Vue {
|
|||
pieces: [
|
||||
{
|
||||
max: 0.0,
|
||||
min: -2,
|
||||
min: this.absoluteMin,
|
||||
color: 'red',
|
||||
},
|
||||
{
|
||||
min: 0.0,
|
||||
max: 2,
|
||||
max: this.absoluteMax,
|
||||
color: 'green',
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user