How to always keep or programatically trigger spikes for 3d scatter plots?

Currently, spikes are only shown on hovering in 3d scatter plots. I would like to override this and programatically show spikes. I’ve been reading the source code but I can’t seem to find the exact place where spikes are drawn. Would anyone know how I could trigger spikes?

We don’t offer an official way to do that at the moment.

You could try to mock a DOM mouse event to get the desired result.