bsarkadi

Results 7 comments of bsarkadi

Any update on when this can be released?

I've had this issue on 8.2.1. This happens because ngx-graph has "d3-selection": "^1.3.2" with "d3-transition": "^3.0.1" in the dependencies, but d3-transition 3.0.1 requires d3-selection 3.0.0. The d3-selection version should be...

Hi guys, Angular 16 is out now, so I think it would be worth looking into supporting it too if you plan on making a new release.

@Jefiozie I'd need this fix as well, any news on it?

> I quickly solved the issue by adding these: in the HTML: > > ``` > *ngIf="treeNodes?.length >= 0 && treeLinks?.length >= 0" > ``` > > and in typescript...

> > > I quickly solved the issue by adding these: in the HTML: > > > ``` > > > > > *ngIf="treeNodes?.length >= 0 && treeLinks?.length >= 0"...