I would like to add labels to the dates input we have in navigation of gantt chart. Something like attached in the image.

Also is it possible to change alignment of the yAxis labels (Prototypings, Development & Testing, Testing, Development, etc). I see currently these are left aligned but I want to know if i can customize and make it center/right aligned.
You can overwrite the labels on the
chart.loadevent:Example code:
In the case of the aligning
yAxis.labelsin your example, you can usecategoryyAxis type as follows:Demo: https://jsfiddle.net/BlackLabel/p5syjb6r/
API Reference: https://api.highcharts.com/gantt/xAxis.labels.align