antvis / layout

Layout algorithms for graphs.
207 stars 55 forks source link

fix: add distance threshold mode to break iterations early #155

Closed xiaoiver closed 1 year ago

xiaoiver commented 1 year ago

增加了 min_movement 和 distance_threshold_mode 两个参数,作为力导布局的公共配置项,用于满足条件时提前终止迭代。 这样 WASM 版本会快很多,主要避免了收敛之后的无效计算。

截屏2023-04-27 下午3 18 02