BubbleChart.prototype.create_vis = function() {
      var that;
      this.vis = d3
        .select('#vis')
        .append('svg')