Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

求助如何在一个自定义node里的markup里写2个文本 #4270

Open
rooney0928 opened this issue Apr 19, 2024 · 1 comment
Open

求助如何在一个自定义node里的markup里写2个文本 #4270

rooney0928 opened this issue Apr 19, 2024 · 1 comment

Comments

@rooney0928
Copy link

问题描述

求助如何在一个自定义node里的markup里写2个文本,目前只能写一个selector还必须是label

重现链接

no

重现步骤

Graph.registerNode(
'cpt_circle',
{
inherit: 'circle', // 继承于 rect 节点
width: 120,
height: 120,
markup: [
{
tagName: 'circle', // 标签名称
selector: 'body', // 选择器
},
{
tagName: 'text',
selector: 'text2',
},
{
tagName: 'text',
selector: 'text1',
},
],
attrs: {
body: {
stroke: '#8f8f8f',
strokeWidth:2,
fill: '#fff',
rx: 6,
ry: 6,
},
dev_type: {
refX: 0.1,
refY: 0.4,
},
label: {
refX: 0.5,
refY: 0.8,
}
},
ports: {
groups: {
links: {
position: {
name: 'absolute',
args: {
x: 0,
y: 0
}
},
attrs: {
circle: {

                            magnet: true,
                            stroke: '#8f8f8f',
                            r: 4,
                        },
                    },
                }
            }
        }
    },
    true,
)

预期行为

希望有2个文本竖列排放

平台

  • 操作系统: [macOS, Windows, Linux, React Native ...]
  • 网页浏览器: [Google Chrome, Safari, Firefox ...]
  • X6 版本: [2.11.1 ...]

屏幕截图或视频(可选)

No response

补充说明(可选)

No response

@x6-bot
Copy link
Contributor

x6-bot bot commented Apr 19, 2024

👋 @rooney0928

Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant