mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Fix rendering of daily chart in trade view
This commit is contained in:
parent
2a2f92a81c
commit
0a4ebc03b8
|
@ -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',
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user