Browse Source

codefix

pull/33/head
glitch4347 5 months ago
parent
commit
727f8cac86
  1. 2
      src/index.ts

2
src/index.ts

@ -353,7 +353,7 @@ class LinePod extends ChartwerkPod<LineTimeSerie, LineOptions> {
isDoubleClickActive(): boolean {
return this.options.doubleClickEvent.isActive;
}
that
protected onBrushEnd(): void {
super.onBrushEnd();
this.onMouseOver();

Loading…
Cancel
Save