Fix rendering of daily chart in trade view

This commit is contained in:
Matthias 2023-09-01 19:54:27 +02:00
parent 2a2f92a81c
commit 0a4ebc03b8
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ const dailyChartOptions: ComputedRef<EChartsOption> = computed(() => {
}, },
nameRotate: 90, nameRotate: 90,
nameLocation: 'middle', nameLocation: 'middle',
nameGap: 40, nameGap: 35,
}, },
{ {
type: 'value', type: 'value',

View File

@ -6,7 +6,7 @@
<i-mdi-refresh /> <i-mdi-refresh />
</b-button> </b-button>
</div> </div>
<div> <div class="ps-1">
<DailyChart <DailyChart
v-if="botStore.activeBot.dailyStats.data" v-if="botStore.activeBot.dailyStats.data"
:daily-stats="botStore.activeBot.dailyStatsSorted" :daily-stats="botStore.activeBot.dailyStatsSorted"