impaktapps-design 0.2.993-alpha.244 → 0.2.993-alpha.245
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/impaktapps-design.es.js +0 -2
- package/dist/impaktapps-design.es.js.map +1 -1
- package/dist/impaktapps-design.umd.js +2 -2
- package/dist/impaktapps-design.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/component/StackBarLineGraph/DrawStackBarLineGraph.tsx +0 -1
- package/src/component/StackBarLineGraph/StackBarLineGraph.tsx +0 -2
|
@@ -22537,7 +22537,6 @@ const DrawStackBarLineGraph = ({
|
|
|
22537
22537
|
const xAxisValue = (_c = stackBarLineValue == null ? void 0 : stackBarLineValue.main) == null ? void 0 : _c.xAxisValue;
|
|
22538
22538
|
const legendLabels = (_d = stackBarLineValue == null ? void 0 : stackBarLineValue.main) == null ? void 0 : _d.legendLabels;
|
|
22539
22539
|
const growthRateKey = ((_e = stackBarLineValue == null ? void 0 : stackBarLineValue.main) == null ? void 0 : _e.growthRateKey) || "growthRate";
|
|
22540
|
-
console.log("stackBarLineValue >>", stackBarLineValue);
|
|
22541
22540
|
const colorMap = (_g = (_f = stackBarLineValue == null ? void 0 : stackBarLineValue.style) == null ? void 0 : _f.stackBarLineStyle) == null ? void 0 : _g.colorMap;
|
|
22542
22541
|
const defaultColour = (_j = (_i = (_h = theme == null ? void 0 : theme.myTheme) == null ? void 0 : _h.palette) == null ? void 0 : _i.primary) == null ? void 0 : _j.main;
|
|
22543
22542
|
const yAxisTickCount = (_k = stackBarLineValue == null ? void 0 : stackBarLineValue.main) == null ? void 0 : _k.yAxisTickCount;
|
|
@@ -22848,7 +22847,6 @@ const StackBarLineGraph = ({
|
|
|
22848
22847
|
}) => {
|
|
22849
22848
|
var _a, _b;
|
|
22850
22849
|
const stackBarLineData = finalDataProvider("StackBarLineGraph", value, theme);
|
|
22851
|
-
console.log("stackBarLineData >>", stackBarLineData);
|
|
22852
22850
|
const GraphRender = /* @__PURE__ */ jsx$1(ParentSize$1, {
|
|
22853
22851
|
children: (parent) => {
|
|
22854
22852
|
var _a2, _b2;
|