antvis / g6-editor

534 stars 171 forks source link

Flow接口能否提供registerGroup方法? #24

Open liekkas opened 6 years ago

liekkas commented 6 years ago

现在无法自定义群组,群组样式也无法修改。

ShMcK commented 6 years ago

The following methods exists:

import G6Editor from '@antv/g6-editor'

G6Editor.registerGroup(a, b, c, d)

G6Editor.Flow.registerGroup(a, b, c)

Without documentation, it's not clear what the params may be.