I implemented ggplotly gantt chart, I need to do some changes i.e below:
for ggplot y axis we want labels inside plot and at the end of every gantt bar, i tried using label parameter, but issue was because of long x axis period not seems whole name at the end and seems overlapped name.
need to add scroll bar for gantt chart ggplotly, because we want to show all days of months at axis on x, so because of much data it will be overlapped and not seems good, so need to add scroll bar at bottem like data table view.
we want something like below screenshot, but in proper formatting.