-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
examples broken by d3@6 #1769
Comments
I guess this came after the stackoverflow post :), definitely interested to see it still |
Yes, after I commented I thought, gee better try that link, and it didn’t work. It’s a trivial issue and should be easy to fix. Actually the horizon chart example is rather idiosyncratic: it does things differently from most normal charts. It would be nice to have a more normal external chart example, like one using D3FC. |
for #1769 there may be an underlying bug, but the old behavior was unpleasant anyway
I fixed these examples in version 4.1.1. (There are no changes to the core library, so I guess it didn't need a version bump, and I could just have updated the website.) |
no d3.event anymore (cherry picked from commit f1674a0)
The following examples were broken in 4.1 by updating D3
d3.event
scaleOrdinal().domain(1,6)
; also usesd3.nest
The text was updated successfully, but these errors were encountered: