@oliasoft-open-source/charts-library 3.5.2-beta-1 → 3.5.2-beta-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 +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25709,6 +25709,7 @@ const LineChart = (props) => {
|
|
|
25709
25709
|
generatedDatasets
|
|
25710
25710
|
});
|
|
25711
25711
|
const usePlugins = useChartPlugins({ options, resetZoom: resetZoom2 });
|
|
25712
|
+
console.log(state);
|
|
25712
25713
|
return /* @__PURE__ */ jsxs(
|
|
25713
25714
|
"div",
|
|
25714
25715
|
{
|
|
@@ -25765,7 +25766,8 @@ const LineChart = (props) => {
|
|
|
25765
25766
|
state.enableDragPoints,
|
|
25766
25767
|
state.zoomEnabled,
|
|
25767
25768
|
state.panEnabled,
|
|
25768
|
-
languageKey
|
|
25769
|
+
languageKey,
|
|
25770
|
+
Math.random()
|
|
25769
25771
|
])
|
|
25770
25772
|
);
|
|
25771
25773
|
};
|