worktile / ngx-gantt

A modern and powerful gantt chart component for Angular

Home Page:http://gantt.ngnice.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gannt Chart completely breaks when scrolling all the way to the left

steffen-klima opened this issue · comments

Dear team,

Steps for reproducing the error:

  1. Scroll all the way the left of the chart by dragging the horizontal scrollbar all the way to the left
  2. The bar will flicker shortly and the x-axis expands its dates
  3. When scrolling back to the right the grid vanishes
  4. When scrolling again to the very left and back to the right all the bards vanish

Can you please look into this?

I appreciate your help!

workaround:

[virtualScrollEnabled]="false" [disabledLoadOnScroll]="true"