X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/examples/charts/LiveUpdates.js diff --git a/examples/charts/LiveUpdates.js b/examples/charts/LiveUpdates.js index faa0fd84..46e96cd4 100644 --- a/examples/charts/LiveUpdates.js +++ b/examples/charts/LiveUpdates.js @@ -81,6 +81,8 @@ Ext.onReady(function () { Ext.create('Ext.Window', { width: 800, height: 600, + minHeight: 400, + minWidth: 550, maximizable: true, title: 'Live Updated Chart', layout: 'fit', @@ -119,7 +121,7 @@ Ext.onReady(function () { }], series: [{ type: 'line', - axis: 'left', + axis: ['left', 'bottom'], xField: 'date', yField: 'visits', label: { @@ -134,7 +136,7 @@ Ext.onReady(function () { } },{ type: 'line', - axis: 'left', + axis: ['left', 'bottom'], xField: 'date', yField: 'views', label: { @@ -149,7 +151,7 @@ Ext.onReady(function () { } },{ type: 'line', - axis: 'left', + axis: ['left', 'bottom'], xField: 'date', yField: 'veins', label: {