mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55: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',
|
||||
name: CHART_PROFIT,
|
||||
animation: false,
|
||||
step: 'start',
|
||||
lineStyle: {
|
||||
color: this.getChartTheme === 'dark' ? '#c2c2c2' : 'black',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user