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

Breaks in WebPack #19

Closed
curran opened this issue Aug 16, 2017 · 0 comments
Closed

Breaks in WebPack #19

curran opened this issue Aug 16, 2017 · 0 comments

Comments

@curran
Copy link
Owner

curran commented Aug 16, 2017

Due to referencing d3 in the library, rather than an import:

    my.x = function(_) {
      if (arguments.length) {
        x = _;
        bisectorX = d3.bisector(x).right;
        return my;
      }
@curran curran closed this as completed in 774c78b Aug 16, 2017
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

1 participant