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