-
-
Save Alex1990/bc16fc9d576cf72e67f425a069c68b8b to your computer and use it in GitHub Desktop.
d3-tip with browserify and webpack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let d3 = require("d3"); | |
let d3tip = require("d3-tip"); | |
d3tip(d3); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import d3 from "d3"; | |
import d3Tip from "d3-tip"; | |
d3.tip = d3Tip; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment