XFlow icon indicating copy to clipboard operation
XFlow copied to clipboard

React component for building interactive diagrams.

Results 45 XFlow issues
Sort by recently updated
recently updated
newest added

### 问题描述 ![image](https://user-images.githubusercontent.com/19202314/183621891-f0cb414d-a557-4d09-8330-c165d0bc4de3.png) 我是把 https://xflow.antv.vision/zh-CN/docs/tutorial/intro/getting-started 此处示例代码拷贝下来本地运行 ![image](https://user-images.githubusercontent.com/19202314/183622360-72131f0f-e9cc-47b4-b275-7fcf25ad6109.png) ### 重现链接 无 ### 重现步骤 ![image](https://user-images.githubusercontent.com/19202314/183622053-f10be849-b002-434b-aa25-59dcffc0b824.png) ### 预期行为 期待能正常运行 ### 平台 - 操作系统: [macOS, React] - 网页浏览器: [Google Chrome] - XFlow 版本: [1.0....

stale

chore: add npmrc. config

stale
PR(fix)
PR: unreviewed
size/S

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...

stale

### Describe the bug ### Your Example Website or App nope ### Steps to Reproduce the Bug or Issue raedme ### Expected behavior 一个语言版本 ### Screenshots or Videos _No response_...

stale

### Describe the bug https://xflow.antv.vision/docs/tutorial/intro/getting-started/ ``` npm install @antv/xflow --save ``` unable to resolve dependency tree ### Your Example Website or App nope ### Steps to Reproduce the Bug or...

stale

### 问题描述 manhattan路由无法规避节点 ### 重现链接 https://xflow.antv.vision/en-US/docs/tutorial/solutions/flow ### 重现步骤 如图所示 ### 预期行为 1、连线的时候可以规避节点 2、当添加图形时,已经生成的连接线不自动规避节点 3、X6的demo,以上两种方式都能规避节点 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox]...

stale

### 问题描述 开启minimap,且自定义`getCellView`选项显示画布上原生图形,往画布上添加图形,图形不渲染 ### 重现链接 https://codesandbox.io/s/stupefied-pine-y7ulxh ### 重现步骤 1、往画布上添加图形,图形不渲染 ### 预期行为 图形正常渲染 ### 平台 - 操作系统: [ Windows] - 网页浏览器: [Google Chrome] - XFlow 版本: [1.0.48] ### 屏幕截图或视频(可选) ![xflow minmap](https://user-images.githubusercontent.com/26325346/179131017-492841f2-4e33-4e99-bc85-ba82d3616065.gif)...

stale

### Describe the bug ```typescript /** 折叠面板 */ export interface ICollapsePanel { /** panel Id */ id: string; /** 是否可折叠或指定可折叠触发区域 */ collapsible?: boolean; /** 是否折叠 */ isCollapsed?: boolean; /** 自定义渲染每个面板右上角的内容...

bug
stale

### 问题描述 ### 重现链接 https://codesandbox.io/s/new ### 重现步骤 1. `git clone https://github.com/antvis/XFlow.git` 2. `npm run reset` 3. `npm run test` ### 预期行为 `npm run test` 正确执行 ### 平台 - 操作系统: macOS...

stale

### Description https://github.com/antvis/XFlow/issues/290 `npm run test` 不能正确执行 ### Motivation and Context ### Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...

bug
stale
pkg:xflow-core
PR: unreviewed
size/XS
fix