You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented a high-performance path tracking highlighting feature. When the mouse hovers, it can quickly locate the relevant childs and parents and highlight them.
It is very practical.
btw: The parsing of the graph has been refactored this time. Path separation is implemented between merge and fork to better demonstrate this feature.
from #2336
我实现了一个path跟踪的高亮特性。他在鼠标移动的时候,可以快速查找相关的childs 和 parents。并高亮出来。
非常方便使用
btw: 这一次重构了graph的解析。在 merge 和 fork 之间实现path分离。更好的展示这个特性。
I have implemented a high-performance path tracking highlighting feature. When the mouse hovers, it can quickly locate the relevant childs and parents and highlight them.
It is very practical.
btw: The parsing of the graph has been refactored this time. Path separation is implemented between merge and fork to better demonstrate this feature.
spotlight.mp4