Currently, we are using jzy3d to display data on 3D chart, but we need to display "tool-tips" when mouse button hovers on a point in Scatter data.
Our solution is currently not cpu friendly, since we get all Scatter data with getProjection
method, and iterate over returned array to find matched boundary with mouse point.
Do you know or recommend better and fast way to display tool-tips on scatters`s data?
Thanks in advance.