-
Notifications
You must be signed in to change notification settings - Fork 68
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 v5 #57
Comments
I just tried some examples and didn't see any issues with it being used with v5, are you running into a specific issue? I can update the docs to say that it also works with v5 otherwise. |
No, I can't get this library to monkey patch d3 as it seems is intended, none of the methods show up. Thought that was maybe a d3 mismatch. I'm trying various combinations of
but something about the bundling process isn't working. Why was that method chosen out of curiosity, is that idiomatic to d3? |
I have the same problem. Unable to use this lib with Angular. Any update on it? |
works for me with these versions ¯\(ツ)/¯ |
I'm not able to extend d3 into using the annotation library. After having installed the npm packages, I can use d3 with this Haw have you done it? Sorry for the silly question Edit: Imported as: Using as:
Do note the use of any and @ts-ignore to get rid of type errors. |
Are there any plans on upgrading this package to d3 5.x? The current d3 version is 5.9, your docs say 4.x is the target.
The text was updated successfully, but these errors were encountered: