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
{{ message }}
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
After being executed, the timeseries plot won't load.
I took the dc_input from the LINE node of the timeseries, and saved it to disk. I loaded it in jupyter and the plot rendered just fine, both using px.express and px.graph_object
Not sure why the UI can't render the timeseries plot, but it has something to do with the x being timeseries data. If I replace it with None or np.random.rand in the TIMESERIES node code, it renders as expected