impaktapps-design 0.2.993-alpha.237 → 0.2.993-alpha.238
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 +2 -2
- package/dist/impaktapps-design.es.js.map +1 -1
- package/dist/impaktapps-design.umd.js +1 -1
- package/dist/impaktapps-design.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/component/AreaGraph/DrawAreaGraph.tsx +1 -1
- package/src/component/StackBarLineGraph/DrawStackBarLineGraph.tsx +1 -1
|
@@ -22161,7 +22161,7 @@ LinearGradient.propTypes = {
|
|
|
22161
22161
|
children: _pt.node,
|
|
22162
22162
|
vertical: _pt.bool
|
|
22163
22163
|
};
|
|
22164
|
-
const PX_PER_CHAR$1 =
|
|
22164
|
+
const PX_PER_CHAR$1 = 9;
|
|
22165
22165
|
const LABEL_ROTATION$1 = Math.sin(40 * Math.PI / 180);
|
|
22166
22166
|
const DrawAreaGraph = ({
|
|
22167
22167
|
width: width2,
|
|
@@ -22514,7 +22514,7 @@ const AreaGraph = ({
|
|
|
22514
22514
|
});
|
|
22515
22515
|
};
|
|
22516
22516
|
const GROWTH_RATE_KEY = "growthRate";
|
|
22517
|
-
const PX_PER_CHAR =
|
|
22517
|
+
const PX_PER_CHAR = 9;
|
|
22518
22518
|
const LABEL_ROTATION = Math.sin(40 * Math.PI / 180);
|
|
22519
22519
|
const DrawStackBarLineGraph = ({
|
|
22520
22520
|
width: width2,
|