worktile / ngx-gantt

A modern and powerful gantt chart component for Angular
http://gantt.ngnice.com
MIT License
237 stars 67 forks source link

how to show top bar in hours format in Gantt chart #298

Open NabeelMYousuf opened 1 year ago

walkerkay commented 1 year ago

I think the customized view can solve your problem for reference example:

http://gantt.ngnice.com/components/custom-view https://github.com/worktile/ngx-gantt/tree/master/example/src/app/gantt-custom-view Because the minimum unit before is day, the dragging of the minute view may be affected, and we may improve this in the future

UIJ5SZH commented 1 year ago

Could you please give a demo for hours format in a day in Gantt chart? That's to say add a hour view type for Angular version 13, thanks very much.