jojo

Results 5 issues of jojo

### What problem does this feature solve? 给chart绑定了datazoom事件,获取到新的起止时间后,会去后端发请求,请求到新的图表数据后会更新chart数据;会生成一个新的chart,这个时候新chart的zoom reset没有被选中,没有办法rest数据怎么办? ` const onDataZoom = (e: any) => { if (e) { if (e.batch.length !== 0) { if (Object.keys(e.batch[0]).indexOf('startValue') !== -1) {...

new-feature
pending

# 动态添加边之后并设置边的类型type,不能触发边事件 ``` import G6 from '@antv/g6'; import insertCss from 'insert-css'; const data = { nodes: [ { id: '1', dataType: 'alps', name: '1', layer:1, label:'1' }, { id: '134',...

## 例子如下,comboC的节点很多,首次渲染图的时候,会发现comboC占了很大宽度,请问怎样在存在多个combo都聚合的情况下,combo间的间距固定不变 ``` import G6 from '@antv/g6'; const data = { nodes: [ { id: '0', label: '0', }, { id: '1', label: '1', }, { id: '2', label: '2',...

``` import G6 from '@antv/g6'; const data = { nodes: [ { id: '0', label: '0', }, { id: '1', label: '1', }, { id: '2', label: '2', }, {...

### Describe the bug / 问题描述 在afterrender函数中动态添加边,并设置边的类型type,不能触发边事件 ``` import G6 from '@antv/g6'; import insertCss from 'insert-css'; const data = { nodes: [ { id: '1', dataType: 'alps', name: '1', layer:1,...