@ -29,12 +29,12 @@ function DataAxis (body, options, svg, linegraphOptions) {
alignZeros : true ,
alignZeros : true ,
left : {
left : {
range : { min : undefined , max : undefined } ,
range : { min : undefined , max : undefined } ,
format : function ( value ) { return '' + Number . parseFloat ( value . toPrecision ( 3 ) ) ; } ,
format : function ( value ) { return '' + parseFloat ( value . toPrecision ( 3 ) ) ; } ,
title : { text : undefined , style : undefined }
title : { text : undefined , style : undefined }
} ,
} ,
right : {
right : {
range : { min : undefined , max : undefined } ,
range : { min : undefined , max : undefined } ,
format : function ( value ) { return '' + Number . parseFloat ( value . toPrecision ( 3 ) ) ; } ,
format : function ( value ) { return '' + parseFloat ( value . toPrecision ( 3 ) ) ; } ,
title : { text : undefined , style : undefined }
title : { text : undefined , style : undefined }
}
}
} ;
} ;