Amazing add-on!! Congratulations!!..Is it possible to add month-quarter-year resolution? Is it possible to add for example finish minus N days dependency? in case you could start something before its predecessor ends
Month resolution is the max. So it’s not possible currently without forking.
Custom logic like that should be possible by writing the needed logic in listeners (Gantt.addXListener). markStepDirty(AbstractStep) helps to keep changed steps in sync.