Closed
Description
There's a funny dependency issue:
- on first init, config may not be set...
- config gets set in tools
- tools requires graph reference
- graph reference requires a plotly domain from config... :(
This might be alleviated if we can make the GRAPH_REFERENCE a singleton which isn't actually created until it's used. This will be tricky because graph objs can't be instantiated until later for this to work...
Metadata
Metadata
Assignees
Labels
No labels