mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 03:33:50 +00:00
parent
280380a7ff
commit
445f4642e9
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user