WGLMakie exportable and interactable Axis3 #3664
Labels
enhancement
Feature requests and enhancements
WGLMakie
This relates to WGLMakie.jl, the Web-based WebGL backend for Makie.
Hi,
I noticed when filling an Axis3 using WGLMakie with data, I can serve the html and interact with it while the Julia server is running. However, when I export the html statically (using
Page(exportable=true, offline=true)
or just filling aDOM.div()
object with my figure), and serve it, the Axis3 object is not interactable.I can partially solve the problem by wrapping a custom camera around the object:
However, this only allows me to interact with the data being plotted (zoom in and rotate) while keeping the axis itself (ticks, labels, etc.) fixed.
I'm also unsure if I should instead file this issue to Bonito.jl.
Thanks
The text was updated successfully, but these errors were encountered: