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
Right now <DefaultEditor> computes all the Plotly.js traces and passes those down to <TraceSelector>
Now that we are standardizing on the idea of one-stop shop components that handle all their own craziness we should move the traceOptions handling from DefaultEditor to TraceSelector.
The text was updated successfully, but these errors were encountered:
Right now
<DefaultEditor>
computes all the Plotly.js traces and passes those down to<TraceSelector>
Now that we are standardizing on the idea of one-stop shop components that handle all their own craziness we should move the traceOptions handling from DefaultEditor to TraceSelector.
The text was updated successfully, but these errors were encountered: