We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用自动布局那个例子,将align改为UL,给第二层节点增加若干,给增加的最后一个第二层节点增加一个第三层节点,这时自动布局会将上面的节点分到下面来,很丑
https://x6.antv.antgroup.com/examples/showcase/practices#orgchart
const nodes = [ createNode('Founder & Chairman', 'Pierre Omidyar', male), createNode('President & CEO', 'Margaret C. Whitman', female), createNode('President, PayPal', 'Scott Thompson', male), createNode('President, Ebay Global Marketplaces', 'Devin Wenig', male), createNode('Senior Vice President Human Resources', 'Jeffrey S. Skoll', male), createNode('Senior Vice President Controller', 'Steven P. Westly', male), createNode('President & CEO', 'Margaret C. Whitman', female), createNode('President, PayPal', 'Scott Thompson', male), createNode('President, Ebay Global Marketplaces', 'Devin Wenig', male), createNode('Senior Vice President Human Resources', 'Jeffrey S. Skoll', male), createNode('Senior Vice President Controller', 'Steven P. Westly', male), createNode('Senior Vice President Controller', 'Steven P. Westly', male), ] const edges = [ createEdge(nodes[0], nodes[1]), createEdge(nodes[0], nodes[6]), createEdge(nodes[0], nodes[7]), createEdge(nodes[0], nodes[8]), createEdge(nodes[0], nodes[9]), createEdge(nodes[0], nodes[10]), createEdge(nodes[0], nodes[2]), createEdge(nodes[1], nodes[3]), createEdge(nodes[1], nodes[4]), createEdge(nodes[1], nodes[5]), createEdge(nodes[10], nodes[11]), ]
自动布局会触发样式的问题
上面的节点还是固定在那,下面的还是在下面
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
使用自动布局那个例子,将align改为UL,给第二层节点增加若干,给增加的最后一个第二层节点增加一个第三层节点,这时自动布局会将上面的节点分到下面来,很丑
![image](https://private-user-images.githubusercontent.com/101792817/299225886-e50e368c-ef27-4e2c-9239-db864f065d72.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTMzMzgsIm5iZiI6MTczOTA1MzAzOCwicGF0aCI6Ii8xMDE3OTI4MTcvMjk5MjI1ODg2LWU1MGUzNjhjLWVmMjctNGUyYy05MjM5LWRiODY0ZjA2NWQ3Mi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQyMjE3MThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kZmRjYWZhODhhZDhjNzY1ZjU2NDFmNTAwZGIyMWU3OWU0ODZhMDU1YTc0MDYzMjcyOGQ5M2EwYTRhNWEyMzMxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.YCYS6c9Af1nbTV1eM7eGWD90kNZvPh-RmwexmbIFFNw)
Your Example Website or App
https://x6.antv.antgroup.com/examples/showcase/practices#orgchart
Steps to Reproduce the Bug or Issue
自动布局会触发样式的问题
Expected behavior
上面的节点还是固定在那,下面的还是在下面
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: