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

Attribute transform error for large graph #91

Closed
bzurkowski opened this issue Sep 2, 2020 · 2 comments · Fixed by #97
Closed

Attribute transform error for large graph #91

bzurkowski opened this issue Sep 2, 2020 · 2 comments · Fixed by #97
Assignees
Labels
bug Something isn't working

Comments

@bzurkowski
Copy link
Member

Large graph payload caused the following transform error:

Screenshot 2020-09-01 at 21 29 26

The corresponding lines in the code are:

    const g = svg
      .call(this.zoom.on('zoom', () => {
        g.attr('transform', d3.event.transform);
      }))
      .append('g');

After the error occurred, I was unable to navigate the graph (scale, tap).

@bzurkowski bzurkowski added the bug Something isn't working label Sep 2, 2020
@bzurkowski
Copy link
Member Author

@k-jano The fix in #89 does not solve the problem. Please, find the payload of the failing graph in the attachment:

graph-failure.zip

@bzurkowski bzurkowski mentioned this issue Sep 9, 2020
20 tasks
@bzurkowski
Copy link
Member Author

Another payload: graph-failure.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants