Replies: 3 comments
-
在从 V4 升级到 V5 的过程中,关于自定义节点的确可能会遇到一些问题。对于您提到的几点:
如果您需要更多的示例或具体的代码实现,建议在 G6 的 GitHub 讨论区中提出具体的需求,或者查看社区提供的示例代码。 如果您有其他具体问题或需要进一步的帮助,请随时告诉我! 🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
Beta Was this translation helpful? Give feedback.
-
@petercat-assistant 按照文档的自定义节点无法触发拖拽事件drag-element import type { BaseStyleProps, DisplayObjectConfig } from '@antv/g'; interface CustomCircleStyleProps extends BaseStyleProps { class CustomCircle extends CustomElement { protected render() { |
Beta Was this translation helpful? Give feedback.
-
在使用 antv/g6 自定义节点时,如果无法触发拖拽事件
如果以上方法仍然无法解决问题,请提供更多的上下文信息,例如如何初始化图形实例,如何配置节点等,以便我能更好地帮助您。 🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
Beta Was this translation helpful? Give feedback.
-
在从V4升级到V5的过程中,关于自定义节点遇到了许多问题,官网中V5对于自定义节点示例只提供了jsx写法,但没有如何在jsx中添加动画的案例,对于文档中的Class写法只介绍了一些简单的图形对于复杂的图形不是很清楚如何定义比较规范,并且对于自定义元素的状态管理和动画管理是否有相应的文档介绍呢?
Beta Was this translation helpful? Give feedback.
All reactions