Use end-mode for cum-profit-chart

closes #412
This commit is contained in:
Matthias 2021-07-01 06:34:55 +02:00
parent 280380a7ff
commit 445f4642e9

View File

@ -123,7 +123,7 @@ export default class CumProfitChart extends Vue {
type: 'line', type: 'line',
name: CHART_PROFIT, name: CHART_PROFIT,
animation: true, animation: true,
step: 'start', step: 'end',
lineStyle: { lineStyle: {
color: this.getChartTheme === 'dark' ? '#c2c2c2' : 'black', color: this.getChartTheme === 'dark' ? '#c2c2c2' : 'black',
}, },