Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 223421e

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/traces/sankey/defaults.js

Copy file name to clipboardExpand all lines: src/traces/sankey/defaults.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.