@oliasoft-open-source/charts-library 3.5.3-beta-2 → 3.5.3-beta-3

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/index.js CHANGED
@@ -25429,7 +25429,8 @@ const useUpdateAxesRanges = (range, dispatch) => {
25429
25429
  min: min ?? 0,
25430
25430
  max: max ?? 0
25431
25431
  })) : null;
25432
- if (!isEqual(axes, prevAxes.current)) {
25432
+ console.log(axes);
25433
+ if (!isEqual(axes, prevAxes.current) && axes !== null) {
25433
25434
  dispatch({
25434
25435
  type: UPDATE_AXES_RANGES,
25435
25436
  payload: { axes }