|
发表于 2021-2-26 12:59:34
|
显示全部楼层
Graph View
To render and animate the graph, the implementation relies on D3.js, which transforms the graph to SVG DOM elements. The animation is the D3 force layout using X and Y attracting forces to pull pages to the top, processes to the bottom, and the graph at large to the center.
Because D3.js is rather large, it was deemed unreasonable to ship it as part of Chrome for occasional use by this debug page. For this reason, D3.js is loaded from an external, Google controlled page.
实现所依赖于D3.js,但由于文件太大了,默认没有包含到浏览器内,是从外部的 Google 控制页面加载的,所以要使用此功能需要处理一些"网络原因"。
按照我这边的经验,这些渲染程序好像都是关联着 chrome://downloads/?bubble 页面。我这边默认也会存在两个,不清楚那天为什么就会变成四个了;一开始我以为是播放视频之类的会造成这个现象,但是我这边现在疯狂打开各种视频播放,但依旧是显示的两个。看来只能等管理员有时间问问是怎么回事了。。 |
|