We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So Pod has protected readonly d3Node which is the root html element we insert <svg> tag. I believe that d3Node should wrap <svg> tag, not it's parent.
protected readonly d3Node
<svg>
d3Node
The text was updated successfully, but these errors were encountered:
The right field now to use is Pod.svg which we remove on each "rendering". It's all connected with idea to place each pod in a separate <g> element
Pod.svg
<g>
Sorry, something went wrong.
This issue will not be actual if we remove d3-related code from the core
No branches or pull requests
So Pod has
protected readonly d3Node
which is the root html element we insert<svg>
tag.I believe that
d3Node
should wrap<svg>
tag, not it's parent.The text was updated successfully, but these errors were encountered: