Just to see if I could figure out which portion was failing to render using webgl, I modified the type by hand and it plots just fine. Although I'm not entirely sure this is a valid way of causing it to be rendered by webgl...
for(i in 1:length(hm$x$attrs)){
if(!is.null(hm$x$attrs[[i]]$type)){
hm$x$attrs[[i]]$type <- paste0(hm$x$attrs[[i]]$type, "gl")
}
}
Describe the bug
When using
toWebGL
to convert a heatmaply to webgl, it fails to render all but the axes and color legendTo Reproduce
Expected behavior
it should plot something
Screenshots
Additional context
Just to see if I could figure out which portion was failing to render using webgl, I modified the type by hand and it plots just fine. Although I'm not entirely sure this is a valid way of causing it to be rendered by webgl...
session info: