mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +00:00
Legend should be shown on the right in dashboard
This commit is contained in:
parent
4ee16c6591
commit
3a93c0b50c
|
@ -65,6 +65,7 @@ export default class DailyChart extends Vue {
|
|||
},
|
||||
legend: {
|
||||
data: [CHART_ABS_PROFIT, CHART_TRADE_COUNT],
|
||||
right: '5%',
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
|
|
|
@ -69,6 +69,7 @@ export default class HourlyChart extends Vue {
|
|||
},
|
||||
legend: {
|
||||
data: [CHART_PROFIT, CHART_TRADE_COUNT],
|
||||
right: '5%',
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
|
|
Loading…
Reference in New Issue
Block a user