@oliasoft-open-source/charts-library 3.5.2-beta-2 → 3.5.2-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
@@ -22264,6 +22264,7 @@ const initialState = ({ options, persistenceId }) => {
22264
22264
  legend: { display },
22265
22265
  dragData
22266
22266
  } = options;
22267
+ console.log("axes", axes);
22267
22268
  const getStateAxesByType = (axisType, customAxesRange2) => {
22268
22269
  var _a2, _b2, _c2, _d2, _e2;
22269
22270
  if (!axes[axisType]) {
@@ -25766,8 +25767,7 @@ const LineChart = (props) => {
25766
25767
  state.enableDragPoints,
25767
25768
  state.zoomEnabled,
25768
25769
  state.panEnabled,
25769
- languageKey,
25770
- Math.random()
25770
+ languageKey
25771
25771
  ])
25772
25772
  );
25773
25773
  };