gantt icon indicating copy to clipboard operation
gantt copied to clipboard

FR: Hourly resolution

Open Achder opened this issue 3 years ago • 3 comments

Will you consider implementing an hourly view? We are using frappe gantt in ERPNext and we could use this feature for shiftplans.

Achder avatar May 15 '21 09:05 Achder

I have just seen this PR https://github.com/frappe/gantt/pull/142 Can this be merged?

Achder avatar May 15 '21 15:05 Achder

another solution: https://www.npmjs.com/package/@j.k.bi/react-gantt

jkiss avatar Nov 26 '21 02:11 jkiss

I reworked it a little and got it going for me. Maybe it helps one of you

js fiddle example

hahusu avatar May 07 '22 09:05 hahusu

I reworked it a little and got it going for me. Maybe it helps one of you

js fiddle example

'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.

fullmooooon avatar Nov 15 '22 03:11 fullmooooon

Will be implemented in #387, thanks for your patience.

safwansamsudeen avatar Apr 05 '24 10:04 safwansamsudeen