xAxis = d3.svg.axis().scale( x ).orient( 'bottom' ).
                    tickFormat( function ( v ) {
                        return scope.tickFormatterX( { $val: v } );
                    } ).
                    innerTickSize( -hMax );