diff --git a/src/App.js b/src/App.js index 5d97f72..3200a08 100644 --- a/src/App.js +++ b/src/App.js @@ -34,7 +34,7 @@ const MedPlanAssistant = () => { } = appState; const { - showDayTimeXAxis, + showDayTimeOnXAxis, chartView, yAxisMin, yAxisMax, @@ -67,35 +67,10 @@ const MedPlanAssistant = () => { -
- {/* Left Column - Controls */} -
- updateState('doses', newDoses)} - t={t} - /> +
- - - -
- - {/* Center Column - Chart */} -
+ {/* Both Columns - Chart */} +
- {/* Right Column - Settings */} + {/* Left Column - Controls */} +
+ updateState('doses', newDoses)} + t={t} + /> + + + + +
+ + {/* Right Column - Settings */}
{ t={t} />
+