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
Unfortunately, using the allow_inf flag only allows writing the JSON files containing NaN values. However, dash cannot plot these values... I have not figured out how to resolve this issue, yet.
Thanks a lot for the suggestion, using nothing instead of Inf or NaN circumvents the issue.
Maybe it would be nice to have this replacement happening inside Dash?
Apparently, moving to the JSON3 package broke the plotting of traces containing NaN values.
I would expect using JSON3.write with the allow_inf flag set to true to resolve this issue.
Further information:
Julia v1.7.0
Dash v1.1.1
PlotlyJS v0.18.8
The text was updated successfully, but these errors were encountered: