|
|
@ -462,7 +462,7 @@ export class LinePod extends ChartwerkPod<LineTimeSerie, LineOptions> { |
|
|
|
if(this.isOutOfChart() === true) { |
|
|
|
if(this.isOutOfChart() === true) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
if (!this.isDoubleClickActive()) { |
|
|
|
if (this.d3.event.type === 'dblclick' && !this.isDoubleClickActive()) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
// TODO: its not clear, why we use this orientation here. Mb its better to use separate option
|
|
|
|
// TODO: its not clear, why we use this orientation here. Mb its better to use separate option
|
|
|
|