simplejason

Results 62 comments of simplejason

It seems that some tests are not passed, please fix them first :)

You can use `template` to solve it for now [check this demo](https://stackblitz.com/edit/angular-xhssz6?file=src%2Fapp%2Fapp.component.ts)

If it is triggered in service, you need to pass the `Template` to the function declared in your service file ```typescript import { Injectable } from '@angular/core'; import { NzModalService...

我遇到过类似的情况,之后采用 getNodes/getEdges 手动执行 item.update({}) 方法屏蔽。可能是 changeData 会重新触发重绘操作,导致视图元素刷新,update 方法应该仅触发 afterUpdate 生命周期

`dagre-compound` does override module declaration of `dagre` to support hierarchically nested DAG layout, I'll check it and solve this problem :)

> @simplejason Thank you for your assistance! Looking forward to those changes I will try to use types of dagre instead of declared by `dagre-compound`, the previous types definition of...

> Hey, @simplejason! Any updates on this issue? Unfortunately, `dagre-compound` doesn't seem to be an open source lib, otherwise I could have provided a PR myself Sorry for this :(...

> Hey, @simplejason! Any updates on this issue? Unfortunately, `dagre-compound` doesn't seem to be an open source lib, otherwise I could have provided a PR myself Hi @sklinov you can...

Hi @sklinov Please check `dagre-compound` under version `0.0.12` can work well in your project(or just re-install `G6`), I will close this issue after if there are no other problems :)

> @simplejason Looks good to me in the sandbox with latest versions of `G6` and `dagre-compound` 👍 Cool, so I will close this issue :)