@progress/kendo-charts 2.8.1-develop.5 → 2.8.1-develop.6

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.
@@ -323,7 +323,9 @@ class PlotAreaBase extends ChartElement {
323
323
  this.reflowArea(panes);
324
324
 
325
325
  if (this.ensureLabelsFit(panes)) {
326
- this.reflowArea(panes);
326
+ this.reflowPanes();
327
+ this.reflowAxes(panes);
328
+ this.reflowCharts(panes);
327
329
  }
328
330
  }
329
331
 
@@ -323,7 +323,9 @@ class PlotAreaBase extends ChartElement {
323
323
  this.reflowArea(panes);
324
324
 
325
325
  if (this.ensureLabelsFit(panes)) {
326
- this.reflowArea(panes);
326
+ this.reflowPanes();
327
+ this.reflowAxes(panes);
328
+ this.reflowCharts(panes);
327
329
  }
328
330
  }
329
331