Skip to content

tasks resize unit by month not working as expected. #254

@Samurai-A

Description

@Samurai-A

Hello Svelte-Gantt Team..
Thanks for your effort...
I have encountered weird behavior when resize the tasks..

<SvelteGantt
  bind:this={ganttRef}
  {rows}
  tasks={$tasks}
  {from}
  {to}
  rowHeight={60}
  magnetUnit={'month'}
  magnetOffset={1}
  useCanvasColumns={false}
  columnUnit={'month'}
  columnOffset={1}
  classes={'border rounded-md'}
  {headers}
  fitWidth={true}
  ganttTableModules={[HiringTimeline]}
  {tableWidth}
>

Image
when I resize, from and to not work exactly..
I hope to know what the problem is.
Looking forward to hearing from you soon.
Best Regards.
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions