Grid creation in X,Y & Z axes

I have a requirement to create grids in the images which is possible by below code :

contours: {
x: { show: true },
y: { show: true },
z: { show: true }
}

But I am not able to reduce grid-size to generate more number of grid lines than current.

Also I want the x,y & z coordinate values to be more closely spaced than the current values.

Please suggest

Unfortunately, we don’t expose a way to do that at the moment. You can subscribe to for the most up-to-date development info https://github.com/plotly/plotly.js/issues/485

Thanks for your reply Etienne… Any idea on when will the feature be available ?