visiky
visiky
存量问题会等新版本解决 发自我的 iPad ------------------ 原始邮件 ------------------ 寄件人: 东胜 ***@***.***> 发送时间: 2023年1月6日 17:59 收件人: antvis/G2Plot ***@***.***> 抄送: Subscribed ***@***.***> 主旨: 回覆:[antvis/G2Plot] �� [BUG]双轴图,轴2的 x 轴错位 (Issue #3234) 这个库还有人维护麽,类似的bug 已经1年多了,还没有解决 — Reply to...
看下是否满足 https://g2plot.antv.antgroup.com/examples/progress-plots/liquid/#custom
```ts import { Line } from '@antv/g2plot'; fetch('https://gw.alipayobjects.com/os/bmw-prod/1d565782-dde4-4bb6-8946-ea6a38ccf184.json') .then((res) => res.json()) .then((data) => { const line = new Line('container', { data, padding: 'auto', xField: 'Date', yField: 'scales', xAxis: { //...
官网更新了,新地址:http://g2plot.antv.antgroup.com/
因为内置了一个 label layout 为 adjustColor,可以将其关闭。这个处理会根据label背景色来动态调整label fill,让字体和背景色的区分度提升,避免出现背景是白色,字体溢出shape之后也是白色的情况
slider 筛选之后,应该重新执行 label layout 操作;新版本中解决
1. 可以用 annotations 来处理下这个需求~~ [DEMO](https://codesandbox.io/s/shi-yong-annotations-hui-zhi-y-zhou-fu-zhu-wen-ben-7zvvx) 2. 后续 G2 5.0 才会考虑是否支持。如果支持的话,到时候 G2Plot 会跟随升级到最新版本(最大程度减少不兼容变更)
> @visiky 请问 G25.0 计划会在什么时候开始呢? 2022 年,感兴趣吗?后续要不要来一起弄 😉