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