Gantt chart horizontal axis without date


Hello, I was wondering if I could make a gantt chart without dates in the horizontal axis, I just want it to go like the picture I attached.

The following works for me.

fig.update_xaxes(type='linear')

with integer value for Start and Finish.