Results 7 comments of 不随

有什么解决方式么?似乎关系图都有这个问题

在组织架构图渲染的时候位置会错乱,请问这个问题解决可以从何处入手呢? ![image](https://user-images.githubusercontent.com/43135111/190976952-8fb8fc35-12ec-4067-a7ac-7a80f222e4e6.png)

> 我在官网测试了,是可以缩放的,提供一下复现。 > > const graph = React.useRef(null); onReady= {(g)=>{ graph.current = g; }} graph.current.zoom(0.5); 感谢您的回复。 是的,通过这种方式是可以缩放的。 请问对于zoom的值有详细的描述么?我这边使用graph.current.zoom(0.5); 代码,我的画布一直在变小。可以实现放大 和重置(恢复到初始大小)的功能么? @lxfu1

今天升级到最新到最新版本后,不存在此问题了。 ![image](https://user-images.githubusercontent.com/43135111/196113168-d9552609-4626-4321-a1d0-29c59ac10433.png)

组织架构图可以自定义item去解决这个问题(文字过长,超出范围)么? @lxfu1

> 支持, 看下这个示例的 [customContent](https://charts.ant.design/zh/examples/relation-graph/flow-analysis-graph#custom) 好的 谢谢您

Thanks for your reply. I tried the way you said. When I set the clickable value to true, this cannot be scaled normally. After checking the document, I found that...