LineChart.prototype.destroy = function() {
      if (!!this.tooltip) {
        this.tooltip.remove();
      }
      if (this.subcriptions) {