dotsGroup
          .selectAll('.dot.monitoring')
          .data(this.monitoringData.values)
          .enter()
          .append('circle')