Skip to content

Commit e5fa6ae

Browse files
committed
fix: adjust donut chart height in Dashboard component
1 parent ed00855 commit e5fa6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-demo/app/custom/Dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<PieChart
111111
:data="apartsCountsByRooms"
112112
:options="{
113-
chart: { type: 'donut' },
113+
chart: { type: 'donut', height: 250 },
114114
plotOptions: {
115115
pie: {
116116
donut: {

0 commit comments

Comments
 (0)