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

2.5D拓扑图连线问题,折线45°或135°功能 #4047

Open
asgits opened this issue Nov 22, 2023 · 5 comments
Open

2.5D拓扑图连线问题,折线45°或135°功能 #4047

asgits opened this issue Nov 22, 2023 · 5 comments

Comments

@asgits
Copy link

asgits commented Nov 22, 2023

功能描述

图标直接可以选择2.5D图标,连线的时候折线不能满足要求
topo

期望解决方案

提供固定角度的折线连接,缺少45°辅助线,满足2.5D拓扑图开发

@x6-bot
Copy link
Contributor

x6-bot bot commented Nov 22, 2023

👋 @asgits

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.

@lloydzhou
Copy link
Contributor

lloydzhou commented Nov 27, 2023

是不是可以试试直接使用css3?

transform: skew(331deg, 17deg);

image

@ajesses
Copy link

ajesses commented Nov 28, 2023

是不是可以试试直接使用css3?

transform: skew(331deg, 17deg);

image

此方法会导致图中节点也会倾斜

@lloydzhou
Copy link
Contributor

那么,给节点再写一个transform样式,变换回来?

@lulei90
Copy link

lulei90 commented Apr 24, 2024

业务上2.5D的场景还是很多 建议在X6中支持

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

4 participants