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
that could update both data and layout at the same time?
Something like:
/** * @param {string or HTML element} gd * @param {object} traceUpdateObj update object as in Plotly.restyle * @param {object} layoutUpdateObj update object as in Plotly.relayout * @param {array} traceIndices list of indices as in Plotly.restyle */Plotly.update=function(gd,traceUpdateObj,layoutUpdateObj,traceIndices){// ...};
that could update both
data
andlayout
at the same time?Something like:
I'm sure that would make folks like @chriddyp, @VeraZab and @armintaheri happy.
The text was updated successfully, but these errors were encountered: