tirkarthi commented on issue #40337:
URL: https://github.com/apache/airflow/issues/40337#issuecomment-2214423430

   I tried an initial attempt at it and still doesn't pass with typescript 
compiler checks. The idea is to have task duration tab when no task or run_id 
is selected. Then go through the grid data to group all run durations 
(excluding queued duration) in the echarts required format and construct a 
stacked line chart similar to the legacy implementation. Still need to test 
with task groups but the initial work with screenshot and branch as below.
   
   Branch : https://github.com/tirkarthi/airflow/tree/task-duration-all
   Apache echarts example : 
https://echarts.apache.org/examples/en/editor.html?c=line-stack
   
   
![image](https://github.com/apache/airflow/assets/3972343/bcb28af1-85d5-4b3a-97cc-d8f9e711498b)
   


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