mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15: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: [
|
pieces: [
|
||||||
{
|
{
|
||||||
max: 0.0,
|
max: 0.0,
|
||||||
min: -2,
|
min: this.absoluteMin,
|
||||||
color: 'red',
|
color: 'red',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
min: 0.0,
|
min: 0.0,
|
||||||
max: 2,
|
max: this.absoluteMax,
|
||||||
color: 'green',
|
color: 'green',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user