antvis / G6

♾ A Graph Visualization Framework in JavaScript.
https://g6.antv.antgroup.com/
MIT License
11.16k stars 1.33k forks source link

antv/g6 v5 custom combo, the node is not in the combo, and the node position cannot be set #6508

Closed lhz7695001 closed 1 week ago

lhz7695001 commented 1 week ago

Describe the bug / 问题描述

复现demo:自定义combo,节点不在 combo里面,并且不能设置节点位置 https://stackblitz.com/edit/vitejs-vite-ge7gve?file=package.json&terminal=dev 版本: V5

Reproduction link / 重现链接

https://stackblitz.com/edit/vitejs-vite-ge7gve?file=package.json&terminal=dev No response

Steps to Reproduce the Bug or Issue / 重现步骤

No response

G6 Version / G6 版本

🆕 5.x

Operating System / 操作系统

macOS

Browser / 浏览器

Chrome

Additional context / 补充说明

No response

lhz7695001 commented 1 week ago

现象展示:image

lhz7695001 commented 1 week ago

已经解决,V5版本文档需要结合V4版本一起查看,理解自定义combo的位置定义