guan404ming commented on PR #51667:
URL: https://github.com/apache/airflow/pull/51667#issuecomment-2994137716

   Thanks for pulling it down and testing! I'm also getting used to the new UI, 
but it's starting to make sense, having the Gantt on the left definitely feels 
more logical in terms of layout and usability.
   
   1. That bar rendering issue should be fixed now, it turns out `formatDate` 
needed a fallback to work properly in all cases.
   <img width="942" alt="image" 
src="https://github.com/user-attachments/assets/3c8cb896-1874-455f-814d-ab84ee027d1e";
 />
   
   2. As for the tooltips, Chart.js automatically calculates the best position 
to avoid them being cut off or hidden. Fixing them to a static position can 
sometimes create problems. For example, if a tooltip is pinned to always appear 
above the bar, it might get clipped if the bar is already close to the top edge 
of the container.
   
   I'm currently increasing the `minWidth` of the tooltip to help with the 
visual overlap issue. It seems to help a bit, but if there are any better ideas 
or suggestions, I’m definitely open to them!


-- 
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