Joel Alan

Results 191 comments of Joel Alan
trafficstars

你应该是有lock文件,和上面这个PR无关,看下安装的 g2 是不是最新版本 ![image](https://user-images.githubusercontent.com/31396322/185557504-5359f804-f070-4f29-914b-65ba6fb132a5.png)

> 1、 尝试 用 .scale('y',{ type: 'sqrt', exponent: -2, }) 进行调整 正确写法 ```ts scale: { y: { type: 'sqrt', exponent: -2 } } ```

Hello,这个issue历史太久了,请问目前有解决吗?

先这样解决下: ```ts style: (cfg, group, type) => { const styles = { value: { fill: '#52c41a', }, text: { fill: 'red', }, icon: { width: 10, height: 10, }, };...

应该是数据问题,建议用简单数据测试一下,参考官网数据结构

可能有回路,你把 xFIield 转换为 time string 试一下

你提供的数据确实有问题,咨询看下图,第一条数据就缺失了一个类别 ![image](https://github.com/ant-design/ant-design-charts/assets/31396322/c4983f04-24fe-462a-9ea9-8bfa40692f8c)