plotly_click event not working for Scatter 3D Charts same with hover event

plotly_click event not working for Scatter 3D Charts, same with hover event. Following is my code

               $('#'+container)
			    .bind('plotly_click', function(event,data){
					// var points = data.points[0],
					// pointNum = points.pointNumber;
					console.log(data)
				}).bind('plotly_unhover', function(event,data){
			        
			    });

Hover and click event have not been implemented in 3D graphs yet.

Ok, Thank you @etienne, do you know when will it be implemented?

plotly_click and plotly_hover are now supported in 3D graph in plotly.js version 1.6.0+

Hi, Is there an example of plotly_click in 3D scatter?

Would also be interested in it