alphabetTabc

Results 7 comments of alphabetTabc

好像还在修复中[#3087](https://github.com/antvis/G2/pull/3087)

调整 - Adjust 应该放到 geometry 下面吧?后续还有其他部署? 属性间的层级关系应该清晰一些,如果不注意就可能搞半天乌龙 ```js // 下面两行代码应该是完全不一样的吧? chart.adjust() gemetry.adjust() ``` https://antv-g2.gitee.io/zh/docs/api/general/adjust

虽然appendPadding 可以用,但是还是希望可以有自动调整的机会

textBaseline: 'bottom' 的时候 渐变色也不好用,有点摸不准这块了

升级到最新版的G,依然有问题 ```js import { Circle, Canvas, Text, Group } from "@antv/g"; // import { Renderer } from "@antv/g-canvas"; import { Renderer } from "@antv/g-svg"; // import { Renderer } from...

> Hey @alphabetabc, I moved your changes into this branch in the main repo, so that I could get the tests to run. Some of the tests are failing with...

@trusktr I have tried to fix it, please confirm if the following code is usable ```ts const elapsedTime = time - this._startTime; const durationAndDelay = this._duration + (this._repeatDelayTime ?? this._delayTime);...