Skip to content

Commit 5b8b648

Browse files
committed
fix for default dimensions
1 parent ad987d2 commit 5b8b648

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugins/dashboards/frontend/public/javascripts/countly.views.js

+7
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,13 @@
231231
height: 6
232232
};
233233
break;
234+
default:
235+
dimensions = {
236+
minWidth: 4,
237+
minHeight: 3,
238+
width: 4,
239+
height: 4
240+
};
234241
}
235242
return dimensions;
236243
},

0 commit comments

Comments
 (0)