CumulativeProfit should show profits in steps

This commit is contained in:
Matthias 2021-01-05 17:32:20 +01:00
parent a7eaf69bdc
commit e41c102c35

View File

@ -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',
},