mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
CumulativeProfit should show profits in steps
This commit is contained in:
parent
a7eaf69bdc
commit
e41c102c35
|
@ -124,6 +124,7 @@ export default class CumProfitChart extends Vue {
|
||||||
type: 'line',
|
type: 'line',
|
||||||
name: CHART_PROFIT,
|
name: CHART_PROFIT,
|
||||||
animation: false,
|
animation: false,
|
||||||
|
step: 'start',
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
color: this.getChartTheme === 'dark' ? '#c2c2c2' : 'black',
|
color: this.getChartTheme === 'dark' ? '#c2c2c2' : 'black',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user