@oliasoft-open-source/charts-library 3.5.2-beta-4 → 3.5.2

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
@@ -25698,7 +25698,6 @@ const LineChart = (props) => {
25698
25698
  },
25699
25699
  initialState
25700
25700
  );
25701
- console.log(state);
25702
25701
  const generatedDatasets = useMemo(() => {
25703
25702
  return generateLineChartDatasets(datasets, state, options, translations);
25704
25703
  }, [state.lineEnabled, state.pointsEnabled, axes, annotations, graph]);