@oliasoft-open-source/charts-library 4.7.7 → 4.7.8

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
@@ -22476,10 +22476,7 @@ const reducer$1 = (state, action) => {
22476
22476
  }
22477
22477
  case RESET_AXES_RANGES: {
22478
22478
  const { initialAxesRanges } = draft;
22479
- draft.axes = initialAxesRanges.map((axis) => ({
22480
- id: axis.id,
22481
- ...axis.unit && { unit: axis.unit }
22482
- }));
22479
+ draft.axes = [...initialAxesRanges];
22483
22480
  break;
22484
22481
  }
22485
22482
  case TOGGLE_DRAG_POINTS: {