d3 / d3

Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:

Home Page:https://d3js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3-sankey is missing in package.json and index.js

DavidBruant opened this issue · comments

I have read the warning and i still believe this is the correct repo for this issue

I tried the following (reduced test case):

import * as d3 from 'd3'; 

d3.sankeyLinkHorizontal()

and d3.sankeyLinkHorizontal does not exist

I have noticed that d3-sankey is neither in package.json nor listed as export * from ... in index.js

If this is actually an issue, i'm happy to make the PR

Like other modules (d3-hexbin, d3-geo-projection etc), d3-sankey is a module but is not part of the main distribution.