You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would make for a nice transition. Probably would make sense to change the url endpoints, though it might be possible to accomplish them while maintaining the current ul endpoints.
The text was updated successfully, but these errors were encountered:
Maybe this could be accomplished by animating the first page to the second page and then loading the second page with the same graph.
Problems with this idea:
How to load the second set of coordinates?
This could probably be accomplished similarly to how the first set are generated on the Python side; how to ask the Python side for this info from the JavaScript side might be an issue. Maybe move JS code in template for Python access.
How to avoid second database call?
Currently graphs are VERY expensive in this regard.
It would make for a nice transition. Probably would make sense to change the url endpoints, though it might be possible to accomplish them while maintaining the current ul endpoints.
The text was updated successfully, but these errors were encountered: