var xAxis = d3.svg
        .axis()
        .scale(x)
        .orient('bottom')
        .tickPadding(10)