X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/charts/LiveAnimated.js diff --git a/examples/charts/LiveAnimated.js b/examples/charts/LiveAnimated.js index c0d2e983..1044c236 100644 --- a/examples/charts/LiveAnimated.js +++ b/examples/charts/LiveAnimated.js @@ -77,6 +77,8 @@ Ext.onReady(function () { Ext.create('Ext.Window', { width: 800, height: 600, + minHeight: 400, + minWidth: 550, hidden: false, maximizable: true, title: 'Live Animated Chart', @@ -121,7 +123,7 @@ Ext.onReady(function () { series: [{ type: 'line', smooth: false, - axis: 'left', + axis: ['left', 'bottom'], xField: 'date', yField: 'visits', label: { @@ -136,7 +138,7 @@ Ext.onReady(function () { } },{ type: 'line', - axis: 'left', + axis: ['left', 'bottom'], smooth: false, xField: 'date', yField: 'views', @@ -152,7 +154,7 @@ Ext.onReady(function () { } },{ type: 'line', - axis: 'left', + axis: ['left', 'bottom'], smooth: false, xField: 'date', yField: 'users',