Skip to content

Commit 90c003a

Browse files
committed
having published our d3-sankey fork under the @plotly scope
1 parent e69e3a2 commit 90c003a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"3d-view": "^2.0.0",
57-
"@monfera/d3-sankey": "^0.5.0",
57+
"@plotly/d3-sankey": "^0.5.0",
5858
"alpha-shape": "^1.0.0",
5959
"arraytools": "^1.0.0",
6060
"color-rgba": "^1.0.4",

src/traces/sankey/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var d3 = require('d3');
1313
var tinycolor = require('tinycolor2');
1414
var Color = require('../../components/color');
1515
var Drawing = require('../../components/drawing');
16-
var d3sankey = require('@monfera/d3-sankey').sankey;
16+
var d3sankey = require('@plotly/d3-sankey').sankey;
1717
var d3Force = require('d3-force');
1818
var Lib = require('../../lib');
1919

0 commit comments

Comments
 (0)