问题标签 [ngx-graph]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - ngx-graph 通常不会在 Angular 页面中加载
我在 Angular 10 站点中将 ngx-graph 用于组织树形图,并且该图表在页面加载时通常不会出现(并且它从未在 Cypress.io 测试中加载)。没有任何错误,只是没有出现(大空白),我必须刷新一两次才能显示。页面的其余部分加载没有问题。关于如何调试的任何建议?
我能够在这里重现这个问题:https ://stackblitz.com/edit/angular-material-10-org-chart
我使用这个例子作为起点:https ://swimlane.github.io/ngx-graph/demos/examples#organization-tree
模板开始:
版本:
"@swimlane/ngx-graph": "^7.2.0",
编辑: [update$]="update$" 似乎没有做任何事情。(根据Reload ngx-graph with new data)。另外,我尝试在更改后调用 ngOnit() ,但这也无济于事。
d3.js - 链接展示位置 ngx-graph
我正在尝试显示一些节点,它们下面有一些文本。但是,我无法根据节点正确放置链接。我不确定如何确定链接的起点并对其进行操作,以便我的链接从正确的位置开始。请参考以下链接: https ://stackblitz.com/edit/angular-ivy-zg2hgf