Mengting Jiang

Results 88 comments of Mengting Jiang

BTW, you can refer to this example: https://g2.antv.antgroup.com/en/manual/faq#how-to-adjust-legend-component-size-and-layout

> I will try to get a mouse click event if made out of the chart, but, is there any way or function from the chart config that could stop...

现在确实不支持,有兴趣来个 PR 吗~ 相关代码在 `src/shape/interval/funnel.ts`

目前所有 label 都是放在同一个 layout 里面的,没有一个 mark 一个 label 容器 ,确实会导致上面的问题

> > 目前所有 label 都是放在同一个 layout 里面的,没有一个 mark 一个 label 容器 ,确实会导致上面的问题 > > 有没有办法把标签这一层提到最前面 目前内部的label都写死 Zindex 为 0 了,最简单的绕过的办法就是把 mark 的 Zindex 设置为 ```-2、-1、0```

同 #6982 一样都是内置更新动画表现效果不好的 case

排查了一下应该不是 G2 的问题,可以在 ADC 提个 issue ``` import { Chart } from '@antv/g2'; const chart = new Chart({ container: 'container' }); const options = { encode: { x: 'xValue' },...

> [@lxfu1](https://github.com/lxfu1) 这是我想要的 > > 这是我的配置 > style: { > textAlign: 'right', > textBaseline: 'top', > fontWeight: 500, > fontFamily: 'UnifiedFont', > x: '100%', > y: -10, > fontSize: 16,...

> [@interstellarmt](https://github.com/interstellarmt) 你们有社群地即时通讯群 嘛? 仓库 readme 文件里有