StackedChart.prototype._createDefs = function() {
      this.svg
        .append('defs')
        .append('clipPath')
        .attr('id', 'clip')