F6
F6 copied to clipboard
F6 is a graph visualization engine which provides quick and smooth operations on mobile devices.
  此处tap事件绑定成功,根据文档绑定的click事件未生效
mindmap使用文字行后,边的长度变得非常长,看着很怪异,不知道是不是自己写错了。 测试链接:[https://codesandbox.io/s/heuristic-volhard-zibu9r?file=/index.html](url)
Describe pixcelRatio 计算错误,导致点击不到节点 Solution: 1. 修改 pixcelRatio 计算逻辑 2. 抽出 f6-uniapp 包
f6-rax 跑build 依赖安装的层级不对
目前小程序版本f6,初始化时需要传入container,部分功能才可以使用,需要修改小程序示例
Describe 开发者发现微信端双击不触发,简单测试发现有触发,但是触发时机不对,可能点个5下触发一次。 其他端待测试
- [x] I have searched the [issues](https://github.com/antvis/f6/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [](https://codesandbox.io/s/nervous-river-tqsg6?file=/src/App.js) ### Steps to reproduce 初始化的时候会报错,目前定位到[报错行数](https://github.com/antvis/F6/blob/bc6a1ae57a7137b1ecda5cbe2f1ae793ef4b3639/packages/core/src/graph/graph.ts#L2951),每帧都会调用,但是第一帧报错后,后续帧会停止调用,不影响出图,但是会有个报错。 |...
### Describe 使用type = "donut" 的内置节点类型,绘制错误,示例图: 