I couldn't find a way to control the zoom speed when using the trackpad to zoom in/out in Chart3D.
In Chart2d I could do this by disabling the default mousewheel zoom and overriding the onSeriesBackgroundMouseWheel event. From this solution Detect direction of touchpad swipe properly
However, in Chart3D there is no method of disabling mousewheel zoom and zooming the chart by setInterval.
Please help, thanks!