@progress/kendo-charts 2.13.0-develop.4 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -895,7 +895,7 @@ class Chart {
895
895
  this.surface.resumeTracking();
896
896
  }
897
897
  this._zooming = false;
898
- this.trigger(ZOOM_END, {});
898
+ this.trigger(ZOOM_END, { axisRanges: axisRanges(this._plotArea.axes), originalEvent: e });
899
899
  }
900
900
  }
901
901
 
@@ -895,7 +895,7 @@ class Chart {
895
895
  this.surface.resumeTracking();
896
896
  }
897
897
  this._zooming = false;
898
- this.trigger(ZOOM_END, {});
898
+ this.trigger(ZOOM_END, { axisRanges: axisRanges(this._plotArea.axes), originalEvent: e });
899
899
  }
900
900
  }
901
901