ivnsch
ivnsch
I'm not using this anymore and can't test it. Feel free to close the ticket as it appears to be solved.
Any updates on this?
Not possible at the moment! Feel free to add this functionality to the library, happy to review a pull request.
Well, it doesn't seems to work and the issue was locked. There seem to be some workarounds on app side. Happy to implement a fix in the library if someone...
Well, you could just re-create the chart, this would generate the same visual effect as re-animating it, I think. Otherwise it's not supported, feel free to adjust the code!
What do we have to do currently to achieve this? E.g to pass `Vec` to JS: ```rust struct Foo { field: i32, str: String, } ```
I'd use a tuple struct, which gives us type safety for free.
It seems that this happens only when mixing vim navigation with trackpad/mouse. I often use the integrated terminal to compile, and since it's not possible to use shortcuts to navigate...
Maybe also using some standard for the clipboard, html or so?