zlecheng

Results 14 comments of zlecheng

踩坑文档:https://www.yuque.com/sxd_panda/antv/x6

是不是进历史记录栈里面了哦https://www.yuque.com/sxd_panda/antv/x6

这里有记录图片导出问题:https://www.yuque.com/sxd_panda/antv/x6

你是不是每一个步骤都添加到历史记录里面去了,数据的操作你应该要从历史记录中剔除掉的

https://www.yuque.com/sxd_panda/antv/x6 请看这个文档

我的是因为开启了这玩意不触发 ```js mousewheel: { enabled: true } ```

看下这个文档中的历史记录:https://www.yuque.com/sxd_panda/antv/x6

我的是只要开启滚轮缩放,事件就不触发了。大佬最后是怎么解决的? ```js mousewheel: { enabled: true }, ```

有解决方案了,改成下面这个事件就行了 ```js graph.on('scale', ({ sx, sy, ox, oy }) => {}) ```

![image](https://github.com/antvis/X6/assets/42574059/fc399eb8-cd7a-4670-a04c-ccb408ede39f) 来看看这个:https://www.yuque.com/sxd_panda/antv/vue-node#VBRhH