isopruefi-frontend / components/Weather / TempChart
Function: TempChart()¶
TempChart(
props):Element
Defined in: components/Weather.tsx:36
Displays a temperature chart and sensor tiles for a given location.
Fetches weather and sensor data from the backend, supports filtering by time range,
and allows switching between Celsius and Fahrenheit.
Parameters¶
props¶
TempChartProps = {}
Component props.
Returns¶
Element
The rendered temperature chart and sensor tiles.