Skip to content

Commit 223421e

Browse files
committed
warning message update (PR feedback, thanks Alex!)
1 parent b91aa25 commit 223421e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/sankey/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
8383
};
8484

8585
if(traceOut.node.label.some(missing)) {
86-
Lib.warn('Some of the nodes are neither sources nor targets, please remove them.');
86+
Lib.warn('Some of the nodes are neither sources nor targets, they will not be displayed.');
8787
}
8888

8989
if(circularityPresent(traceOut.node.label, traceOut.link.source, traceOut.link.target)) {

0 commit comments

Comments
 (0)