rjgoyln commented on issue #72018:
URL: https://github.com/apache/airflow/issues/72018#issuecomment-5395551756

   Hello! @1067147135 Thanks for the thorough report — the screenshots helped 
pinpoint the issue!
   
   The tooltip is not bound to the wrong data point — it is the label text that 
collapses. The root cause is `DurationChart` using `hh` (12-hour format) 
without a meridiem, causing 08:30 and 20:30 to appear with the same label.
   
   This was fixed in **3.1.0** by #55572, which switched to the shared 24-hour 
`HH` format. Upgrading to 3.1.0 or later should resolve the duplicate labels.
   
   I also found a separate timezone inconsistency on `main` and opened #72024 
to track it.
   
   Thanks again for reporting this! Please let us know if the issue persists 
after upgrading.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to