impaktapps-design 0.2.993-alpha.254 → 0.2.993-alpha.255
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 +3 -3
- package/dist/impaktapps-design.es.js.map +1 -1
- package/dist/impaktapps-design.umd.js +17 -17
- package/dist/impaktapps-design.umd.js.map +1 -1
- package/dist/src/component/AreaGraph/interface.d.ts +0 -3
- package/dist/src/component/PieGraph/interface.d.ts +0 -5
- package/package.json +1 -1
- package/src/component/AreaGraph/interface.ts +0 -1
- package/src/component/PieGraph/DrawPieGraph.tsx +2 -2
- package/src/component/PieGraph/interface.ts +0 -3
|
@@ -19194,7 +19194,7 @@ const DrawPieGraph = ({
|
|
|
19194
19194
|
parentWidth,
|
|
19195
19195
|
parentHeight
|
|
19196
19196
|
}) => {
|
|
19197
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i
|
|
19197
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i;
|
|
19198
19198
|
const {
|
|
19199
19199
|
TooltipInPortal
|
|
19200
19200
|
} = useTooltipInPortal({
|
|
@@ -19216,8 +19216,8 @@ const DrawPieGraph = ({
|
|
|
19216
19216
|
const colorMap = (_f = value.style) == null ? void 0 : _f.colorMap;
|
|
19217
19217
|
const defaultColour = (_h = (_g = theme.myTheme.palette) == null ? void 0 : _g.primary) == null ? void 0 : _h.main;
|
|
19218
19218
|
const legendLabels = (_i = value.main) == null ? void 0 : _i.legendLabels;
|
|
19219
|
-
const outerRadius =
|
|
19220
|
-
const innerRadius =
|
|
19219
|
+
const outerRadius = 117;
|
|
19220
|
+
const innerRadius = 63;
|
|
19221
19221
|
const getPieColor = createOrdinalScale$1({
|
|
19222
19222
|
domain: pieData.map((l2) => l2[keyLabel]),
|
|
19223
19223
|
range: dataKeyArray.map((key) => {
|