d3.layout.orbit icon indicating copy to clipboard operation
d3.layout.orbit copied to clipboard

Import

Open richburdon opened this issue 4 years ago • 0 comments

How to use import so that d3.layout.orbit is accessible?

import * as d3 from 'd3';
import 'd3-layout-orbit';

// Null
console.assert(d3.layout.orbit)

richburdon avatar Oct 16 '19 04:10 richburdon