You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/24 10:17:31 UTC

[GitHub] [airflow] ashb commented on a change in pull request #6174: [AIRFLOW-5543] Fix tooltip disappears in tree and graph view

ashb commented on a change in pull request #6174: [AIRFLOW-5543] Fix tooltip disappears in tree and graph view
URL: https://github.com/apache/airflow/pull/6174#discussion_r327535697
 
 

 ##########
 File path: airflow/www/templates/airflow/tree.html
 ##########
 @@ -108,6 +109,22 @@
 var diagonal = d3.svg.diagonal()
     .projection(function(d) { return [d.y, d.x]; });
 
+const taskTip = d3.tip()
 
 Review comment:
   graph.html and tree.html both extend from dag.html -- can this get defined instead as it is very similar between both of 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services