diff --git a/app/src/components/icons/analysis.tsx b/app/src/components/icons/analysis.tsx index 76c7f42..444895d 100644 --- a/app/src/components/icons/analysis.tsx +++ b/app/src/components/icons/analysis.tsx @@ -1,19 +1,58 @@ export function ThroughputSummaryIcon() { return ( - + + + + + + + + + + + + + + + ); } @@ -21,28 +60,72 @@ export function ThroughputSummaryIcon() { export function ProductionCapacityIcon() { return ( - - - + + + + - + + + + + + + + + + + diff --git a/app/src/components/ui/analysis/ProductionCapacity.tsx b/app/src/components/ui/analysis/ProductionCapacity.tsx index 803ec47..ad69a43 100644 --- a/app/src/components/ui/analysis/ProductionCapacity.tsx +++ b/app/src/components/ui/analysis/ProductionCapacity.tsx @@ -8,6 +8,7 @@ import { PointElement, } from "chart.js"; import { PowerIcon, ProductionCapacityIcon } from "../../icons/analysis"; +import { ThroughputIcon } from "../../icons/3dChartIcons"; ChartJS.register(LineElement, CategoryScale, LinearScale, PointElement); @@ -84,8 +85,8 @@ const ThroughputSummary = () => { }; return ( -
-
+
+
Production Capacity
diff --git a/app/src/components/ui/analysis/ROISummary.tsx b/app/src/components/ui/analysis/ROISummary.tsx index 8be74e8..81441a2 100644 --- a/app/src/components/ui/analysis/ROISummary.tsx +++ b/app/src/components/ui/analysis/ROISummary.tsx @@ -117,7 +117,9 @@ const ROISummary = ({
- Net Profit + + Net Profit + {roiSummaryData.netProfit}
@@ -186,9 +188,10 @@ const ROISummary = ({ Increase CNC utilization by 10%{" "} to shave 0.5 months of payback period -
-
-
+
+
+
+