this.graphLine = solidLineGroup
          .append('path')
          .attr('d', this.linePath(this.referenceData.values))
          .attr('class', 'line-reference');