@oliasoft-open-source/charts-library 3.5.2-beta-4 → 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 +6 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25698,10 +25698,12 @@ const LineChart = (props) => {
|
|
|
25698
25698
|
},
|
|
25699
25699
|
initialState
|
|
25700
25700
|
);
|
|
25701
|
-
|
|
25702
|
-
|
|
25703
|
-
|
|
25704
|
-
|
|
25701
|
+
const generatedDatasets = generateLineChartDatasets(
|
|
25702
|
+
datasets,
|
|
25703
|
+
state,
|
|
25704
|
+
options,
|
|
25705
|
+
translations
|
|
25706
|
+
);
|
|
25705
25707
|
useChartState({
|
|
25706
25708
|
chartRef,
|
|
25707
25709
|
options,
|