StackedChart.prototype._drawAxes = function() {
      var self = this;
      var tickSizeX = $(window).width() > 1025 ? 1 : 2;
      var tickFormatY = this.unit != 'percentage' ? '.2s' : '.2f';
      this.xAxis = d3.svg