John Coene
John Coene
Hi Max, I'm afraid this is a bug on echarts.js itself, it must be said that the support for mapbox is poor. I updated the underlying mapbox-gl dependency and went...
Ah, that won't work right now at least. This example uses a custom renderer, I'll mark that as improvement and consider adding it to echarst4r.
Ah, I see the issue. Let me think of possible solutions, the nested tree-like structure of the sankey makes this more difficult I think
Yes indeed, that's a new feature from version 5, I have not gotten around to supporting that in echarts4r yet.
Similar with timeline and a single arrow. ```r iris |> group_by(Species) |> e_charts(Sepal.Length, timeline = TRUE) |> e_gauge( c(57, 23, 65), c("percent", "percentage", "cases") ) ```
You're looking for [sunburst](https://echarts4r.john-coene.com/articles/chart_types.html#sunburst)
Yes I know I'm sorry, this is to poor design choices that I made when creating the package. Had a I applied an `aes` function like ggplot2 this would easily...
Apologies for coming to this so very late, the last few weeks have been hectic given the confinement. Perhaps the `large` argument might fix this; see official documentation [here](https://echarts.apache.org/en/option.html#series-scatter.large). would...
Thank you for the very detailed bug report. I don't have a solution right now, I sincerely apologise but work is leaving very little time for open-source.
Yes indeed, that connection is nonsensical but I'm afraid I see no way to turn this on or off in the [official documentation](https://echarts.apache.org/en/api.html#echarts.connect)