Yanyan Wang

Results 324 comments of Yanyan Wang

目前已支持配置默认的时间类型,在 `controllerCfg` 中配置 `defaultTimeType` https://g6.antv.antgroup.com/api/plugins#timebar

尊敬的用户,您好。我们很重视您的 issue,但由于长时间没有答复,我们暂时认为这个问题已经解决。如果还有任何问题,请随时根据 issue 模版再开启新的 issue。

I think it is in line with expectations. Shift is the key you configured for the brush-select. Releasing the key before the behavior(drag process: mousedown mousemove mouseup) finished, means the...

目前的机制是,子元素(子节点/子 combo)、父元素(父 combo)谁最后被更新位置,则另一方跟随变化。例如,在节点数据中设置了` x: nodeX, y: nodeY`,首次渲染,combo 将根据其子节点位置算出能够包裹它们的一个位置 `x: comboX, y: comboY`。后续通过 `graph.updateItem(combo, { x: comboNewX, y: comboNewY })` 更新了父 combo 的位置,那么子节点将按照更新前与 combo 的相对关系,被更新到新的位置上,大概是 `x: comboNewX + comboX - nodeX,...

比较好奇伪 2.5d 做出来是什么效果?方便分享 demo 吗?也许可以加入到官网中

尊敬的用户,您好。我们很重视您的 issue,但由于长时间没有答复,我们暂时认为这个问题已经解决。如果还有任何问题,请随时根据 issue 模版再开启新的 issue。

尊敬的用户,您好。我们很重视您的 issue,但由于长时间没有答复,我们暂时认为这个问题已经解决。如果还有任何问题,请随时根据 issue 模版再开启新的 issue。

v4.7.17 已支持,rect 类型的 combo 在 labelCfg.position 配置 'top-center'

需要 graph.layout 才能触发重新布局,因为相当于参与布局的数据变更了,重新布局一定会导致节点位置的变更呀。如果是 dagre 布局的话,目前支持在重新布局时尽可能保持当前顺序。如果不是这个问题,请提供一下描述问题的 demo,再重新开 issue 哈,谢谢

没有官方支持,社区有小伙伴如果实现了,可以分享一下 demo~