antvis / G6VP

G6VP is an online visual analysis tool for graphs and a low-code platform for building graph applications.
https://insight.antv.antgroup.com
Apache License 2.0
818 stars 111 forks source link

refactor: 路径分析/节点相似性支持配置节点选择模式 #457

Closed yvonneyx closed 1 year ago

yvonneyx commented 1 year ago

节点相似性 路径分析 资产新增配置项,用于用户自定义选择节点模式

新增字段: nodeSelectionMode: 节点选择模式,包括从列表中选择节点、从画布中点选节点、或者同时满足 nodeLabel: 标签映射,决定了节点列表实现内容

image

具体效果图如下:

  1. 仅列表获取 image
    1. 从画布中点选节点 Kapture 2023-07-20 at 13 46 23
Aarebecca commented 1 year ago

依赖项发生变动后需要更新 pnpm-lock.yml,具体流程:

  1. 断开所有 link 三方资产
  2. 清除 node_modules
  3. 重新执行安装 pnpm i
  4. 提交更新后的 pnpm-lock.yml 文件