diff --git a/src/App/DevResultPage.jsx b/src/App/DevResultPage.jsx index 1165e81..21ad6ee 100644 --- a/src/App/DevResultPage.jsx +++ b/src/App/DevResultPage.jsx @@ -19,6 +19,15 @@ const devResultStyles = { height: "100%", width: "100%", }, + svgWrapperText: { + display: "flex", + justifyContent: "center", + alignItems: "center", + height: "100%", + width: "100%", + fontSize: "12px", + FontStyle: "italic", + }, svgStyle: { width: "800", height: "340", @@ -63,23 +72,47 @@ const devResultStyles = { shapeRendering: "crispEdges", strokeWidth: ".5", }, + freeTierBack: { + fill: "lightgreen", + stroke: "none", + width: "750px", + height: "100px", + opacity: ".5", + }, + tierOneBack: { + fill: "lightblue", + stroke: "none", + width: "290px", + height: "100px", + }, + tiertwoBack: { + fill: "lightred", + stroke: "none", + width: "290px", + height: "100px", + }, textStyle: { fontSize: "12px", }, textStyle1: { - fontSize: "12px", + fontSize: "14px", + stroke: "blue", }, textStyle2: { - fontSize: "12px", + fontSize: "14px", + stroke: "red", }, textStyle3: { - fontSize: "12px", + fontSize: "14px", + stroke: "green", }, textStyle4: { - fontSize: "12px", + fontSize: "14px", + stroke: "orange", }, textStyle5: { - fontSize: "12px", + fontSize: "14px", + stroke: "purple", }, circleStyle: { fill: "black", @@ -93,34 +126,38 @@ return ( {/* Y-axis */} - {/* Add labels */} - 1000 + {/* Background boxes by tier */} + + {/* */} + {/**/} + {/* Veritical Labels & Lines */} + 250k - 900 + 200k - 800 + 150k - 700 + 100k - 600 + 80k - 500 + 60k - 400 + 40k - 300 + 20k - 150 + 10k - 100 + 5k - 50 + 1k - 25 + 500 - 10 + 250 - 5 + 100 0 @@ -128,7 +165,7 @@ return ( {/* X-axis */} - {/* Add labels */} + {/* Horizontal Labels */} Phase1 Phase2 Phase3 @@ -152,5 +189,6 @@ return ( + Vertical = requests per month. Horizontal = phases of project. )