Skip to content

Commit b3681b1

Browse files
authored
Merge pull request #3257 from Countly/fix/dashboard-dimensions-fix
fix for default dimensions
2 parents ad987d2 + 5b8b648 commit b3681b1

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)