We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f5b00 commit 7405281Copy full SHA for 7405281
src/traces/sankey/plot.js
@@ -129,6 +129,7 @@ module.exports = function plot(gd, calcData) {
129
130
// stash initial view
131
for(var i = 0; i < gd._fullData.length; i++) {
132
+ if(!gd._fullData[i].visible) continue;
133
if(gd._fullData[i].type !== cn.sankey) continue;
134
if(!gd._fullData[i]._viewInitial) {
135
var node = gd._fullData[i].node;
0 commit comments