Browse Source

rm rnages undefined check

pull/28/head
glitch4347 2 months ago
parent
commit
29c73517d6
  1. 3
      src/index.ts

3
src/index.ts

@ -813,9 +813,6 @@ abstract class ChartwerkPod<T extends Serie, O extends Options> {
}
protected zoomIn(ranges: AxisRange[]): void {
if(ranges === undefined) {
return;
}
this.options.callbackZoomIn(ranges);
}

Loading…
Cancel
Save