@oliasoft-open-source/charts-library 3.5.2 → 3.5.3-beta-1

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,9 +25698,12 @@ const LineChart = (props) => {
25698
25698
  },
25699
25699
  initialState
25700
25700
  );
25701
- const generatedDatasets = useMemo(() => {
25702
- return generateLineChartDatasets(datasets, state, options, translations);
25703
- }, [state.lineEnabled, state.pointsEnabled, axes, annotations, graph]);
25701
+ const generatedDatasets = generateLineChartDatasets(
25702
+ datasets,
25703
+ state,
25704
+ options,
25705
+ translations
25706
+ );
25704
25707
  useChartState({
25705
25708
  chartRef,
25706
25709
  options,