It’s not possible to selectively zoom/pan based on a specific axis. However, this JSFiddle shows the nearest possible working solution using rangeChanging event.
Can you please check the browser console for any errors and also share JSFiddle reproducing the issue you are facing so that we can look into the code, understand the scenario better and help you out?
Can you please brief us more about your requirement along with an example or pictorial representation so that we can understand your scenario better and help you out?
It seems like the x-values that are passed to the chart are null. X-Values can either be numeric or date-time. Please take a look at this sample project with data for an example on drilldown chart with data from database. You can change the structure of the database table according to your requirements, update query accordingly and pass datapoints to the chart-options.