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 b91aa25 commit 223421eCopy full SHA for 223421e
src/traces/sankey/defaults.js
@@ -83,7 +83,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
83
};
84
85
if(traceOut.node.label.some(missing)) {
86
- Lib.warn('Some of the nodes are neither sources nor targets, please remove them.');
+ Lib.warn('Some of the nodes are neither sources nor targets, they will not be displayed.');
87
}
88
89
if(circularityPresent(traceOut.node.label, traceOut.link.source, traceOut.link.target)) {
0 commit comments