diff --git a/plugins/dashboards/frontend/public/javascripts/countly.views.js b/plugins/dashboards/frontend/public/javascripts/countly.views.js index da82107e895..97c84a437a9 100644 --- a/plugins/dashboards/frontend/public/javascripts/countly.views.js +++ b/plugins/dashboards/frontend/public/javascripts/countly.views.js @@ -231,6 +231,13 @@ height: 6 }; break; + default: + dimensions = { + minWidth: 4, + minHeight: 3, + width: 4, + height: 4 + }; } return dimensions; },