mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Add minsize to dashboard items
This commit is contained in:
parent
a7d78b7c74
commit
fe21a9e2f3
|
@ -11,6 +11,8 @@
|
|||
:y="gridLayout[0].y"
|
||||
:w="gridLayout[0].w"
|
||||
:h="gridLayout[0].h"
|
||||
:minW="3"
|
||||
:minH="4"
|
||||
>
|
||||
<DailyChart v-if="dailyStats.data" :daily-stats="dailyStats" />
|
||||
</GridItem>
|
||||
|
@ -20,6 +22,8 @@
|
|||
:y="gridLayout[1].y"
|
||||
:w="gridLayout[1].w"
|
||||
:h="gridLayout[1].h"
|
||||
:minW="3"
|
||||
:minH="4"
|
||||
>
|
||||
<HourlyChart :trades="closedTrades" />
|
||||
</GridItem>
|
||||
|
|
Loading…
Reference in New Issue
Block a user