cx 24.3.5 → 24.3.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.
package/dist/charts.js CHANGED
@@ -2635,6 +2635,7 @@ var Swimlanes = /*#__PURE__*/ (function (_BoundedObject) {
2635
2635
  var bounds = data.bounds;
2636
2636
  var CSS = this.CSS,
2637
2637
  baseClass = this.baseClass;
2638
+ if (data.step <= 0 || data.size <= 0) return;
2638
2639
  var axis = this.vertical ? xAxis : yAxis;
2639
2640
  if (!axis) return null;
2640
2641
  var min, max, valueFunction;