mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 16:52:34 +02:00
Fixed the layout dropdown for the graph. (#393)
This commit is contained in:
parent
e257799f77
commit
cf1c8ea508
@ -270,18 +270,22 @@ def layout() -> list[html]:
|
||||
),
|
||||
dcc.Dropdown(
|
||||
[
|
||||
"Spring",
|
||||
"Spring (2d)",
|
||||
"Spring (3d)",
|
||||
# "Bipartite",
|
||||
"Circular",
|
||||
"Kamada Kawai",
|
||||
"Circular (2d)",
|
||||
"Circular (3d)",
|
||||
"Kamada Kawai (2d)",
|
||||
"Kamada Kawai (3d)",
|
||||
# "Planar",
|
||||
"Random",
|
||||
"Shell (only 2D)",
|
||||
"Random (2d)",
|
||||
"Random (3d)",
|
||||
"Shell (2d)",
|
||||
# "Spectral",
|
||||
"Spiral (only 2D)",
|
||||
"Spiral (2d)",
|
||||
# "Multipartite"
|
||||
],
|
||||
"Spring",
|
||||
"Spring (2d)",
|
||||
id="dropdown_layout",
|
||||
className="dropdown_style",
|
||||
persistence=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user