Skip to content

Commit e21503e

Browse files
committed
Remove position update for edges
1 parent 9833390 commit e21503e

17 files changed

+30
-17
lines changed

dash_cytoscape/Cytoscape.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ class Cytoscape(Component):
3939
class attribute).
4040
4141
- clearOnUnhover (boolean; default False):
42-
Clear mouseoverNodeData and mouseoverEdgeData on unhover.
42+
If set to True, mouseoverNodeData and mouseoverEdgeData will be
43+
cleared on unhover. If set to False, the value of
44+
mouseoverNodeData and mouseoverEdgeData will be the last Node or
45+
Edge hovered over.
4346
4447
- elements (list of dicts; optional):
4548
A list of dictionaries representing the elements of the networks.

dash_cytoscape/dash_cytoscape.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_cytoscape/dash_cytoscape.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_cytoscape/dash_cytoscape_extra.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_cytoscape/dash_cytoscape_extra.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_cytoscape/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@
886886
"name": "bool"
887887
},
888888
"required": false,
889-
"description": "Clear mouseoverNodeData and mouseoverEdgeData on unhover",
889+
"description": "If set to True, mouseoverNodeData and mouseoverEdgeData will be cleared on unhover.\nIf set to False, the value of mouseoverNodeData and mouseoverEdgeData will be the last\nNode or Edge hovered over",
890890
"defaultValue": {
891891
"value": "false",
892892
"computed": false

deps/dash_cytoscape.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/dash_cytoscape.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/dash_cytoscape_extra.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/dash_cytoscape_extra.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)