diff --git a/js/app/views/PlotComponents/PlotStandardForm.js b/js/app/views/PlotComponents/PlotStandardForm.js
index adbbcc3..03c3882 100644
--- a/js/app/views/PlotComponents/PlotStandardForm.js
+++ b/js/app/views/PlotComponents/PlotStandardForm.js
@@ -67,7 +67,7 @@ Ext.define('amdaPlotComp.PlotStandardForm', {
 	        xtype: 'numberfield',
 	        name: name,
 	        fieldLabel: label,
-	        decimalPrecision : 3,
+	        decimalPrecision : 20,
 	        minValue         : min,
 	        maxValue         : max,
 	        allowBlank       : allowBlank,
@@ -368,4 +368,4 @@ Ext.define('amdaPlotComp.PlotStandardForm', {
 		
 		Ext.apply (this , Ext.apply (arguments, myConf));
 	}
-});
\ No newline at end of file
+});
--
libgit2 0.21.2