Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / charts / GroupedBar.js
index 2b29919..31256f7 100644 (file)
@@ -19,6 +19,8 @@ Ext.onReady(function () {
     var win = Ext.create('Ext.Window', {
         width: 800,
         height: 600,
+        minHeight: 400,
+        minWidth: 550,
         hidden: false,
         maximizable: true,
         title: 'Grouped Bar Chart',