Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event details should be unwrapped #4

Open
andrey-zakharov opened this issue Feb 3, 2016 · 0 comments
Open

Event details should be unwrapped #4

andrey-zakharov opened this issue Feb 3, 2016 · 0 comments

Comments

@andrey-zakharov
Copy link
Contributor

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.

rwl pushed a commit that referenced this issue Apr 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant