BubbleChart.prototype.create_nodes = function() {
      this.data.forEach(
        (function(_this) {
          return function(d) {
            if (parseFloat(d.Average).toFixed(3) > 0.003) {