antvis/G6




The issue has been closed
通过addItem添加combo 动画消失了 #4565
ONwaiting posted onGitHub
Describe the bug
通过addItem添加combo 动画消失了
Your Example Website or App
Steps to Reproduce the Bug or Issue
if (type === 'module') { const combos = { id: +new Date() + '', type: 'cRect', label: '组件', x, y, } graph.addItem('combo', combos)
Expected behavior
期望addItem 添加的combo和data初始化的combo保持一致
Screenshots or Videos
No response
Platform
- OS: [e.g. macOS, Windows, Linux]
- Browser: [e.g. Chrome, Safari, Firefox]
- Version: [e.g. 91.1]
Additional context
No response