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