Range Slider on z-axis

Hello,

I would like to show only a portion of my data in 2D with a range slider.
Xpos YPos Time
1 1 0
5 1 2
1 5 10

My x and y are positions of the points and I would like to use another column with the time.

How can I do that ?
go.layout seems.ZAxis is not working.

Is there a way to do it without Z-axis ?

Thank you