Fix wrong offset on trades log

This commit is contained in:
Matthias 2021-11-15 19:12:02 +01:00
parent 7ab950aecf
commit 9e9989b57d

View File

@ -155,7 +155,7 @@ export default class TradesLogChart extends Vue {
show: true,
position: 'top',
rotate: 90,
offset: [7.5, -20],
offset: [7.5, 7.5],
formatter: '{@[1]} %',
color: this.getChartTheme === 'dark' ? '#c2c2c2' : '#3c3c3c',
},