Smooth lines

This commit is contained in:
Matthias 2020-08-17 21:17:33 +02:00
parent 69a7a7f91e
commit 3ed856a84d
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ export default class DailyChart extends Vue {
type: 'line', type: 'line',
name: CHART_ABS_PROFIT, name: CHART_ABS_PROFIT,
color: 'black', color: 'black',
smooth: true,
}, },
{ {
type: 'bar', type: 'bar',

View File

@ -95,6 +95,7 @@ export default class HourlyChart extends Vue {
type: 'line', type: 'line',
name: CHART_PROFIT, name: CHART_PROFIT,
color: 'black', color: 'black',
smooth: true,
}, },
{ {
type: 'bar', type: 'bar',