JohnCoene / echarts4r

🐳 ECharts 5 for R
http://echarts4r.john-coene.com/
Other
595 stars 81 forks source link

echarts4r 3D renderer="svg" doesn't show graphics #445

Closed wdb-web closed 2 years ago

wdb-web commented 2 years ago

library(echarts4r) v <- LETTERS[1:10] matrix <- data.frame( x = sample(v, 300, replace = TRUE), y = sample(v, 300, replace = TRUE), z = rnorm(300, 10, 1), stringsAsFactors = FALSE )

> summarise() has grouped output by 'x'. You can override using the .groups

> argument.

matrix |> e_charts(x,renderer="svg") |> e_scatter_3d(y, z)



result is blank
JohnCoene commented 2 years ago

Yes 3D cannot be svg.