Hi,
I have a working 3d scatterplot running, on desktop it is working fine.
However on mobile I would like the user to be able to click a node on the 3D scatterplot and for that node’s info to display. Nothing happens currently. Is there an easy way to implement this? Is it a known bug that this isn’t possible?
Currently on desktop the onHover event selects a point, I would like to use more or less that same functionality in mobile but with onPress instead of hover.
Thanks