mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-18 05:02:14 +01:00
make activity graph chart resize on window resize, fixes ST-261
This commit is contained in:
@@ -111,6 +111,7 @@ const option = ref({
|
|||||||
<div class="px-2">
|
<div class="px-2">
|
||||||
<v-chart
|
<v-chart
|
||||||
class="chart"
|
class="chart"
|
||||||
|
:autoresize="true"
|
||||||
:option="option"
|
:option="option"
|
||||||
style="height: 260px; background-color: transparent" />
|
style="height: 260px; background-color: transparent" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user