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

[SPARK-13088] Fix DAG viz in latest version of chrome #10986

Closed
wants to merge 1 commit into from

Conversation

andrewor14
Copy link
Contributor

Apparently chrome removed SVGElement.prototype.getTransformToElement, which is used by our JS library dagre-d3 when creating edges. The real diff can be found here: andrewor14/dagre-d3@7d6c000, which is taken from the fix in the main repo: dagrejs/dagre-d3@1ef067f

Upstream issue: dagrejs/dagre-d3#202

Apparently chrome removed SVGElement.prototype.getTransformToElement,
which is used by dagre-d3 when creating edges. This commit includes
the fix from my fork of dagre-d3:

andrewor14/dagre-d3@7d6c000

cpettitt#202
@andrewor14
Copy link
Contributor Author

Before

screen shot 2016-01-29 at 11 56 40 am

After

screen shot 2016-01-29 at 11 57 05 am

@andrewor14
Copy link
Contributor Author

retest this please

@SparkQA
Copy link

SparkQA commented Jan 29, 2016

Test build #50405 has finished for PR 10986 at commit 4834ff8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@andrewor14
Copy link
Contributor Author

Merging into master, 1.6, 1.5 and 1.4

asfgit pushed a commit that referenced this pull request Jan 30, 2016
Apparently chrome removed `SVGElement.prototype.getTransformToElement`, which is used by our JS library dagre-d3 when creating edges. The real diff can be found here: andrewor14/dagre-d3@7d6c000, which is taken from the fix in the main repo: dagrejs/dagre-d3@1ef067f

Upstream issue: dagrejs/dagre-d3#202

Author: Andrew Or <[email protected]>

Closes #10986 from andrewor14/fix-dag-viz.

(cherry picked from commit 70e69fc)
Signed-off-by: Andrew Or <[email protected]>
asfgit pushed a commit that referenced this pull request Jan 30, 2016
Apparently chrome removed `SVGElement.prototype.getTransformToElement`, which is used by our JS library dagre-d3 when creating edges. The real diff can be found here: andrewor14/dagre-d3@7d6c000, which is taken from the fix in the main repo: dagrejs/dagre-d3@1ef067f

Upstream issue: dagrejs/dagre-d3#202

Author: Andrew Or <[email protected]>

Closes #10986 from andrewor14/fix-dag-viz.

(cherry picked from commit 70e69fc)
Signed-off-by: Andrew Or <[email protected]>
asfgit pushed a commit that referenced this pull request Jan 30, 2016
Apparently chrome removed `SVGElement.prototype.getTransformToElement`, which is used by our JS library dagre-d3 when creating edges. The real diff can be found here: andrewor14/dagre-d3@7d6c000, which is taken from the fix in the main repo: dagrejs/dagre-d3@1ef067f

Upstream issue: dagrejs/dagre-d3#202

Author: Andrew Or <[email protected]>

Closes #10986 from andrewor14/fix-dag-viz.

(cherry picked from commit 70e69fc)
Signed-off-by: Andrew Or <[email protected]>
@asfgit asfgit closed this in 70e69fc Jan 30, 2016
@andrewor14 andrewor14 deleted the fix-dag-viz branch January 30, 2016 02:04
ghost pushed a commit to splicemachine/spark that referenced this pull request Mar 11, 2016
Apparently chrome removed `SVGElement.prototype.getTransformToElement`, which is used by our JS library dagre-d3 when creating edges. The real diff can be found here: andrewor14/dagre-d3@7d6c000, which is taken from the fix in the main repo: dagrejs/dagre-d3@1ef067f

Upstream issue: dagrejs/dagre-d3#202

Author: Andrew Or <[email protected]>

Closes apache#10986 from andrewor14/fix-dag-viz.

(cherry picked from commit 70e69fc)
Signed-off-by: Andrew Or <[email protected]>
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