antvis/G6



The issue has been closed
combocombined布局,innerlayout使用concentric,布局错位;不设置fixSize也有问题 #6069
willysako posted onGitHub
Describe the bug / 问题描述
combocombined布局,innerlayout使用concentric,布局错位
combo父子结构示意:
combos: [
{
id: "combo-0",
},
{
id: "combo-1",
parentId: "combo-0",
},
{
id: "combo-2",
parentId: "combo-1",
},
],
其中combo0的sortby失效,combo1布局错位,相同的sortby未分布到一个同心圆上
Reproduction link / 重现链接
https://codesandbox.io/p/sandbox/quirky-drake-t47ps6
Steps to Reproduce the Bug or Issue / 重现步骤
No response
G6 Version / G6 版本
4.x
Operating System / 操作系统
Windows
Browser / 浏览器
Chrome
Additional context / 补充说明
No response