We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96340eb commit 8a644c6Copy full SHA for 8a644c6
crystal_toolkit/components/localenv.py
@@ -6,7 +6,7 @@
6
from dash import callback_context, dcc, html
7
from dash.dependencies import Input, Output
8
from dash.exceptions import PreventUpdate
9
-from dash_mp_components import GraphComponent
+import dash_mp_components as mpc
10
from pymatgen.analysis.chemenv.coordination_environments.chemenv_strategies import (
11
SimplestChemenvStrategy,
12
)
@@ -720,7 +720,7 @@ def update_bondinggraph_analysis(graph, display_options):
720
}
721
722
return html.Div(
723
- [GraphComponent(graph=graph_data, options=options)],
+ [mpc.GraphComponent(graph=graph_data, options=options)],
724
style={"width": "65vmin", "height": "65vmin"},
725
726
0 commit comments