mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +00:00
Smooth lines
This commit is contained in:
parent
69a7a7f91e
commit
3ed856a84d
|
@ -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',
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user