Skip to content

Commit

Permalink
make activity graph chart resize on window resize, fixes ST-261
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Jun 18, 2024
1 parent 8f0c9af commit c0212ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/Components/Dashboard/ActivityGraphCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c0212ec

Please sign in to comment.