StackedChart.prototype.resize = function() {
      this.offResize();
      $(this.options.el)
        .find('svg')
        .remove();