Skip to content

Commit dfeebff

Browse files
committed
use newer d3-sankey-circular with hotfix and updated baselines
1 parent 7a1ed7b commit dfeebff

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

package-lock.json

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"d3-force": "^1.0.6",
6767
"d3-hierarchy": "^1.1.8",
6868
"d3-interpolate": "1",
69-
"d3-sankey-circular": "0.33.0",
69+
"d3-sankey-circular": "[email protected]:antoinerg/d3-sankey-circular.git#8943bbd049c4651dbb230aa0e55ee8aad5d85afd",
7070
"delaunay-triangulate": "^1.1.6",
7171
"es6-promise": "^3.0.2",
7272
"fast-isnumeric": "^1.1.2",
3.53 KB
Loading
37.1 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"data": [{
3+
"link": {
4+
"source": [2, 2, 4, 2, 3, 0, 1, 0],
5+
"target": [0, 4, 2, 3, 2, 4, 2, 1],
6+
"value": [1, 1, 1, 1, 1, 1, 1, 1]
7+
},
8+
"node": {
9+
"label": ["A", "B", "C", "D", "E"]
10+
},
11+
"type": "sankey"
12+
}],
13+
"layout": {
14+
"width": 800,
15+
"height": 800
16+
}
17+
}

0 commit comments

Comments
 (0)