John Coene
John Coene
Aaaah, thanks for this and sorry it occurred. I'm guessing the error in echarts4r caused the JavaScript to stop executing. I will transfer this issue to echarts4r and fix it...
It gets added here: https://github.com/JohnCoene/echarts4r/blob/2ee457a4541240a7996d332823c0cc5be60b21c1/inst/htmlwidgets/echarts4r.js#L64C42-L64C42 I'm not sure why I do this via JavaScript it could be added the main `x` options object.
I think it's just the renderer that is missing. `plotObject$x$renderer
Yes indeed, a few things will be missing. The issue is that connect is not part of the main body of options (like the renderer) because it's not passed to...
You're correct that better checks should be passed but we should also take that opportunity to rethink this a bit, namely in light of your discovery that it can be...
What do you mean by "Close button"? Please describe the issue in more depths.
Driver.js has been updated and it looks like this is now possible: it requires an update of cicerone. `onCloseClick`
Indeed, I do not think it is currently possible. Apologies but I'm a bit tied down with work at the moment, if you can start a PR I'd be happy...
The way we have async is just using `future`, see [here](https://ambiorix.dev/docs/ambiorix/async), we can consider support for coro, i just need to understand the library a bit more to know what...
Did you look into the [events](https://echarts4r.john-coene.com/articles/shiny#events) You should be able to ```r observeEvent(input$plot_legend_change, {}) # and / or observeEvent(input$plot_legend_selected, {}) ```