New Feature: Fluid Balance Chart
The Fluid Balance page now includes an interactive chart view alongside the existing data entry table. The chart plots daily fluid intake, output, and net balance as line graphs over time, making it easy to spot trends at a glance — something that is difficult to see in raw tabular data alone.
Below the chart, a summary table shows per-day totals and a running cumulative balance, along with an overall net figure. The chart supports scrolling through up to 18 days at a time, with navigation buttons to move forward or backward in 7-day steps.
The chart and table are presented as two tabs on the Fluid Balance page. The chart tab is the default view.
The y-axis range is computed dynamically using the following logic:
The x-axis is a fixed 18-day window (category scale), scrollable in 7-day steps, padded with null points if fewer than 18 days of data exist.
This feature is controlled by a consumer-level feature flag, allowing administrators to enable it per tenant. It is disabled by default.