feat(analogInputs): auto-load chart data when table row is selected
- Added useEffect to AnalogInputsChart to automatically trigger "Daten laden" when a row is selected and selectedAnalogInput.id is not 0. - Improves UX by syncing table selection with chart data fetch, no manual
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
## [1.6.631] – 2025-07-22
|
||||
|
||||
- Fix: Always show vonDatum and bisDatum in fetch URL for analog inputs chart
|
||||
|
||||
- Ensure local date state is never empty by falling back to default date if Redux is empty
|
||||
- Prevent missing date values in fetch URL after multiple dropdown or button interactions
|
||||
- Improves reliability of
|
||||
|
||||
---
|
||||
## [1.6.630] – 2025-07-22
|
||||
|
||||
- Fix: Preserve chart state during zoom, pan, and date changes
|
||||
|
||||
Reference in New Issue
Block a user