gantt
gantt copied to clipboard
FR: Hourly resolution
Will you consider implementing an hourly view? We are using frappe gantt in ERPNext and we could use this feature for shiftplans.
I have just seen this PR https://github.com/frappe/gantt/pull/142 Can this be merged?
another solution: https://www.npmjs.com/package/@j.k.bi/react-gantt
I reworked it a little and got it going for me. Maybe it helps one of you
'Hour_upper': this.options.column_width * 30 / 2,
=>
'Hour_upper': this.options.column_width * 24 / 2,
Upper seems to be right to offset 12 units to center the date text.
Will be implemented in #387, thanks for your patience.