plotly / dash-cytoscape

Interactive network visualization in Python and Dash, powered by Cytoscape.js
https://dash.plot.ly/cytoscape
MIT License
595 stars 120 forks source link

[BUG] expected an incorrect layout name ("close-bilkent") in 0.3.0 #143

Closed manmustbecool closed 3 years ago

manmustbecool commented 3 years ago

Description

I set layout as "cose-bilkent", the layout expect an incorrect layout name (close-bilkent)

Steps/Code to Reproduce

Example:

layout= "cose-bilkent"

Expected Results

according the document, the 'cose-bilkent' is correct name, not close-bilkent

Actual Results

Invalid argument `layout.name` passed into Cytoscape with ID "cytoscape_graph".
Expected one of ["random","preset","circle","concentric","grid","breadthfirst","cose","close-bilkent","cola","euler","spread","dagre","klay"].

Versions

0.3.0