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

d3 version #38

Open
noghte opened this issue Sep 7, 2021 · 1 comment
Open

d3 version #38

noghte opened this issue Sep 7, 2021 · 1 comment

Comments

@noghte
Copy link

noghte commented Sep 7, 2021

Do you have plans to upgrade d3 to version 6?

@KeithKelleher
Copy link

It's not an ideal workaround, but currently we have two versions of d3 loaded to support protvista-uniprot.
The old one is just called d3 so that protvista-uniprot will be able to find it, but on our site, we use d3v7 to draw our other visualizations. I also look forward to when d3 is upgraded though, so that we don't have to do it. There were big changes in d3v6 that made it not backwards compatable.

in package.json

"d3": "npm:d3@^4.13.0",
"d3v7": "npm:d3@^7.1.1",

In our components:

import * as d3 from 'd3v7';

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

No branches or pull requests

2 participants