@oliasoft-open-source/charts-library 3.5.2-beta-1 → 3.5.2-beta-3
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 +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22264,6 +22264,7 @@ const initialState = ({ options, persistenceId }) => {
|
|
|
22264
22264
|
legend: { display },
|
|
22265
22265
|
dragData
|
|
22266
22266
|
} = options;
|
|
22267
|
+
console.log("axes", axes);
|
|
22267
22268
|
const getStateAxesByType = (axisType, customAxesRange2) => {
|
|
22268
22269
|
var _a2, _b2, _c2, _d2, _e2;
|
|
22269
22270
|
if (!axes[axisType]) {
|
|
@@ -25709,6 +25710,7 @@ const LineChart = (props) => {
|
|
|
25709
25710
|
generatedDatasets
|
|
25710
25711
|
});
|
|
25711
25712
|
const usePlugins = useChartPlugins({ options, resetZoom: resetZoom2 });
|
|
25713
|
+
console.log(state);
|
|
25712
25714
|
return /* @__PURE__ */ jsxs(
|
|
25713
25715
|
"div",
|
|
25714
25716
|
{
|