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
Let see for example to plotly_relayout. This event fires with additinal details: layout js object
It comes to dart layer unwrapped. Layout Object designed to be same that accepted by plotly.relayout method itself. https://plot.ly/javascript/plotlyjs-function-reference/#plotly-relayout
Thus i can catch event from one chart and pass to relayout another.
It doesn't work because dart's version of relayout method tries to wrap it back to JS. But its already JSObject.
So, currently, I have workaround, but its seems a design flow.
The text was updated successfully, but these errors were encountered:
rwl
pushed a commit
that referenced
this issue
Apr 1, 2017
Let see for example to plotly_relayout. This event fires with additinal details: layout js object
It comes to dart layer unwrapped. Layout Object designed to be same that accepted by plotly.relayout method itself. https://plot.ly/javascript/plotlyjs-function-reference/#plotly-relayout
Thus i can catch event from one chart and pass to relayout another.
It doesn't work because dart's version of relayout method tries to wrap it back to JS. But its already JSObject.
So, currently, I have workaround, but its seems a design flow.
The text was updated successfully, but these errors were encountered: