Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dragan-brkovic opened this issue Mar 21, 2025 · 0 comments
Open

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

dragan-brkovic opened this issue Mar 21, 2025 · 0 comments

Comments

@dragan-brkovic
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant