Skip to content

Commit 8708dd9

Browse files
author
Xing Han Lu
authored
Merge pull request #28 from plotly/dev
Fix undefined setProps
2 parents 32700e2 + 444608c commit 8708dd9

File tree

5 files changed

+18
-21
lines changed

5 files changed

+18
-21
lines changed

dash_cytoscape/Cytoscape.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
class Cytoscape(Component):
77
"""A Cytoscape component.
8-
8+
A Component Library for Dash aimed at facilitating network visualization in
9+
Python, wrapped around [Cytoscape.js](http://js.cytoscape.org/).
910
1011
Keyword arguments:
1112
- id (string; optional): The ID used to identify this component in Dash callbacks.

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.

0 commit comments

Comments
 (0)