Legend should be shown on the right in dashboard

This commit is contained in:
Matthias 2020-08-19 19:27:59 +02:00
parent 4ee16c6591
commit 3a93c0b50c
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ export default class DailyChart extends Vue {
}, },
legend: { legend: {
data: [CHART_ABS_PROFIT, CHART_TRADE_COUNT], data: [CHART_ABS_PROFIT, CHART_TRADE_COUNT],
right: '5%',
}, },
xAxis: { xAxis: {
type: 'category', type: 'category',

View File

@ -69,6 +69,7 @@ export default class HourlyChart extends Vue {
}, },
legend: { legend: {
data: [CHART_PROFIT, CHART_TRADE_COUNT], data: [CHART_PROFIT, CHART_TRADE_COUNT],
right: '5%',
}, },
xAxis: { xAxis: {
type: 'category', type: 'category',