Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIRFLOW-189] Highlighting of Parent/Child nodes in Graphs #1554

Closed
wants to merge 1 commit into from

Conversation

withnale
Copy link
Contributor

Dear Airflow Maintainers,

Please accept this PR that addresses the following issues:

Reminders for contributors:

@@ -79,24 +79,55 @@
{{ super() }}

<script src="{{ url_for('static', filename='d3.v3.min.js') }}"></script>
<script src="{{ url_for('static', filename='dagre-d3.js') }}"></script>
<script src="http://cpettitt.github.io/project/dagre-d3/latest/dagre-d3.js"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In closed environments where Airflow cannot go outside this will raise an error.

@withnale withnale force-pushed the graph_highlight branch 5 times, most recently from 49387c1 to ce58120 Compare June 1, 2016 15:32
@bolkedebruin
Copy link
Contributor

I am +1, but I do like @r39132 to take a look at it due to the d3 upgrade.

@withnale
Copy link
Contributor Author

Updated to avoid upgrading dagre-d3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants