X6
X6 copied to clipboard
2.5D拓扑图连线问题,折线45°或135°功能
功能描述
图标直接可以选择2.5D图标,连线的时候折线不能满足要求
期望解决方案
提供固定角度的折线连接,缺少45°辅助线,满足2.5D拓扑图开发
👋 @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.
是不是可以试试直接使用css3?
transform: skew(331deg, 17deg);
是不是可以试试直接使用css3?
transform: skew(331deg, 17deg);
此方法会导致图中节点也会倾斜
那么,给节点再写一个transform样式,变换回来?
业务上2.5D的场景还是很多 建议在X6中支持