mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Fix wrong offset on trades log
This commit is contained in:
parent
7ab950aecf
commit
9e9989b57d
|
@ -155,7 +155,7 @@ export default class TradesLogChart extends Vue {
|
||||||
show: true,
|
show: true,
|
||||||
position: 'top',
|
position: 'top',
|
||||||
rotate: 90,
|
rotate: 90,
|
||||||
offset: [7.5, -20],
|
offset: [7.5, 7.5],
|
||||||
formatter: '{@[1]} %',
|
formatter: '{@[1]} %',
|
||||||
color: this.getChartTheme === 'dark' ? '#c2c2c2' : '#3c3c3c',
|
color: this.getChartTheme === 'dark' ? '#c2c2c2' : '#3c3c3c',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user