Skip to content

Commit

Permalink
fix: make server stat graphs fullheight
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <[email protected]>
  • Loading branch information
ferothefox committed Oct 18, 2024
1 parent 786dcad commit 7fe9d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/ui/servers/ServerStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<VueApexCharts
ref="chart"
type="area"
height="100"
height="142"
:options="generateOptions(metric)"
:series="[{ name: 'Chart', data: metric.data }]"
class="chart chart-animation absolute bottom-0 left-0 right-0 w-full"
Expand Down

0 comments on commit 7fe9d30

Please sign in to comment.