Skip to content
Snippets Groups Projects
Commit a7a00a95 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Add details on the handling of the day time step in the fluid chart in consumption.md

parent 650ddd5c
No related branches found
No related tags found
No related merge requests found
Pipeline #91962 passed
......@@ -66,6 +66,10 @@ This component allows the user to navigate through the different fluids.
This component displays consumption, according to the selected fluid, timestep and date.
It uses two children components for the Day timestep (electricity only) in case no half-hour data is received :
- The HalfHourUpcoming component is displayed if the konnector has been updated within the last 3 days indicating data is potentially coming later.
- The HalfHourNoDataFailure component is displayed if the konnector has not been updated within the last 3 days, suggesting a more permanent issue in data retrieval.
#### FluidChartSwipe
This component calls the `FluidChartSlide` component which is handled by the library `react-swipeable-views`, and allows the user to swipe across the data.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment