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
dc.graph.js is built on D3@3.
It uses the general update pattern extensively, and would benefit from modern joins.
It would be interesting to see if codemods can handle the code transformation. Otherwise it would be a ton of work, although probably pretty safe.
Much more difficult to adapt all the uses of the former d3.behavior.
d3.behavior
I don't expect ever to have time for this, but I think about it every once in a while.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dc.graph.js is built on D3@3.
It uses the general update pattern extensively, and would benefit from modern joins.
It would be interesting to see if codemods can handle the code transformation. Otherwise it would be a ton of work, although probably pretty safe.
Much more difficult to adapt all the uses of the former
d3.behavior
.I don't expect ever to have time for this, but I think about it every once in a while.
The text was updated successfully, but these errors were encountered: