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
I recently upgraded Dash.jl from v1.1.0 -> v1.0.0 which adds JSON3 v 1.9.2 and StructTypes v1.8.1. After upgrading, my Dash.jl app no longer works. If I downgrade back to 1.0.0, it works again.
The error message I get under v1.1.1 is as follows (note that PlotlyJS seems to work fine outside the Dash app):
Hi!
Sorry I didn't answer right away
Usually this error occurs when you use 'plot()' instead of 'Plot()'. Apparently there is no overload in PlotlyJS to SyncPlot for JSON3.
I have always believed that PlotlyBase.Plot() should be used because this is exactly the construction of the graph, and the `plot()' function serves not only for construction, but also for display. Therefore, I did not consider this issue as an error. However, since this is not the first time such confusion arises, I will think about how to deal with it either within Dash or within PlotlyBase
Hi there,
I recently upgraded Dash.jl from v1.1.0 -> v1.0.0 which adds JSON3 v 1.9.2 and StructTypes v1.8.1. After upgrading, my Dash.jl app no longer works. If I downgrade back to 1.0.0, it works again.
The error message I get under v1.1.1 is as follows (note that PlotlyJS seems to work fine outside the Dash app):
This same error occurred on julia v1.6.4:
And also on Dash v1.1.0 on Julia v1.7.0:
Thanks for all your hard work on this project!
The text was updated successfully, but these errors were encountered: