make activity graph chart resize on window resize, fixes ST-261

This commit is contained in:
Gregor Vostrak
2024-06-18 12:57:07 +02:00
parent 8f0c9afa1a
commit c0212ec836

View File

@@ -111,6 +111,7 @@ const option = ref({
<div class="px-2">
<v-chart
class="chart"
:autoresize="true"
:option="option"
style="height: 260px; background-color: transparent" />
</div>