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

Gantt View cannot update linkline after switch viewType(Understanding the Initialization of computeAllRefs in NgxGanttComponent)

calibura opened this issue · comments

Why does the constructor of NgxGanttComponent set this.computeAllRefs to false?

You can see this in the code here.

When the viewType changes, after any change trigger, this step is skipped as shown here.