diff --git a/js/app/models/PlotObjects/PlotObjectConfig.js b/js/app/models/PlotObjects/PlotObjectConfig.js index 9d0278e..f243930 100644 --- a/js/app/models/PlotObjects/PlotObjectConfig.js +++ b/js/app/models/PlotObjects/PlotObjectConfig.js @@ -26,8 +26,8 @@ Ext.define('amdaPlotObj.PlotObjectConfig', { simplifiedView : false }, page : { - xMargin : 15., - yMargin : 20., + xMargin : 5., + yMargin : 5., mode : 'color', orientation: 'landscape', dimension : 'ISO A4', @@ -43,8 +43,9 @@ Ext.define('amdaPlotObj.PlotObjectConfig', { layout : { type : 'vertical', panelHeight : 0.5, - panelSpacing : 0.05, - expand : false + panelSpacing : 0., + expand : false, + timeAxesLegend : true } }, panel : { @@ -237,7 +238,7 @@ Ext.define('amdaPlotObj.PlotObjectConfig', { ], availablePageOrientations : [ - {'key' : 'landscape', 'value' : 'Lanscape'}, + {'key' : 'landscape', 'value' : 'Landscape'}, {'key' : 'portrait', 'value' : 'Portrait'} ], @@ -450,4 +451,4 @@ Ext.define('amdaPlotObj.PlotObjectConfig', { onParamConfigLoaded(result.success, result.data); }); } -}); \ No newline at end of file +}); -- libgit2 0.21.2