How to import d3-selection and d3-selection-multi?

Seems can just use

d3 = require(
           'd3-selection',
           'd3-selection-multi'
         )

Note: @tom Might be good to add this to the require tutorial.

1 Like