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
const graph = new Graph({ rotation: 90, ...... }) rotation设置一个非0角度,例如90,出现了两个比较严重的问题
No response
🆕 5.x
Windows
Chrome
在4.x的版本上也遇到了,不过4.x的版本旋转的问题相比5.x更加的不能理解,旋转90度直接图没了
The text was updated successfully, but these errors were encountered:
问题应该是拖拽和缩放交互没有考虑到画布旋转导致的
Sorry, something went wrong.
No branches or pull requests
Describe the bug / 问题描述
const graph = new Graph({
rotation: 90,
......
})
rotation设置一个非0角度,例如90,出现了两个比较严重的问题
(我要实现整个图谱可以旋转的效果,尝试了在外层用css设置transform:rotate(90deg)是有问题的,图谱操作出现问题)
Reproduction link / 重现链接
No response
Steps to Reproduce the Bug or Issue / 重现步骤
No response
G6 Version / G6 版本
🆕 5.x
Operating System / 操作系统
Windows
Browser / 浏览器
Chrome
Additional context / 补充说明
在4.x的版本上也遇到了,不过4.x的版本旋转的问题相比5.x更加的不能理解,旋转90度直接图没了
The text was updated successfully, but these errors were encountered: