|
|
@ -165,6 +165,7 @@ export class LinePod extends ChartwerkPod<LineTimeSerie, LineOptions> { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
moveCrosshairLine(xPosition: number, yPosition: number): void { |
|
|
|
moveCrosshairLine(xPosition: number, yPosition: number): void { |
|
|
|
|
|
|
|
this.crosshair.style('display', null); |
|
|
|
switch(this.options.crosshair.orientation) { |
|
|
|
switch(this.options.crosshair.orientation) { |
|
|
|
case CrosshairOrientation.VERTICAL: |
|
|
|
case CrosshairOrientation.VERTICAL: |
|
|
|
this.crosshair.select('#crosshair-line-x') |
|
|
|
this.crosshair.select('#crosshair-line-x') |
|
|
|