ianfaye
ianfaye
## 版本 > 请检查问题是否存在于最新版本中 ## 环境 > 系统、浏览器、React 等版本信息 ## 重现链接 > 最小化重现错误以便精准定位问题,例如:[Flow](https://codesandbox.io/s/ggeditor-flow-hq64m) / [Mind](https://codesandbox.io/s/ggeditor-mind-2262q) ## 重现步骤 > 清晰的重现步骤以便迅速定位问题 ## 期望的结果是什么 通过属性设置 只能是直线连接 , 不是曲线 ## 实际的结果是什么
问题: 来源去向图异步加载数据时,node节点位置发生变化 期望:展开节点位置不发生变化 截图:  code地址:https://codesandbox.io/p/sandbox/unruffled-proskuriakova-8qqmln 代码: demo:https://ant-design-charts.antgroup.com/zh/examples/relation-graph/flow-analysis-graph#state import React from 'react'; import ReactDOM from 'react-dom'; import { FlowAnalysisGraph } from '@ant-design/graphs'; const DemoFlowAnalysisGraph = () => { const data...
### 🧐 问题描述 [详细地描述问题,让大家都能理解] 来源去向图 1、异步加载数据,数据量大,连接线消失 鼠标移动上去才会显示 2、异步加载数据,数据量大,节点会变换位置 ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]
### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...
**Is your feature request related to a problem? Please describe.** Your projects is great, I just want to deploy the front end and back end separately. **Describe the solution you'd...
### 🧐 问题描述 | Problem description 自定义了布局,但是还走了app.tsx里面childrenRender ### 💻 示例代码 | Sample code { path: "/object/:id", component: '../layouts', layout: false, routes: [ { path: '/object/:id', icon: 'layout', layout: false, component:...