@oliasoft-open-source/charts-library 3.5.3-beta-1 → 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 }
@@ -25727,6 +25728,9 @@ const LineChart = (props) => {
25727
25728
  generatedDatasets
25728
25729
  });
25729
25730
  const usePlugins = useChartPlugins({ options, resetZoom: resetZoom2 });
25731
+ console.log("State", state);
25732
+ console.log("Dataset", generatedDatasets);
25733
+ console.log("Options", options);
25730
25734
  return /* @__PURE__ */ jsxs(
25731
25735
  "div",
25732
25736
  {