taoliujun

Results 9 issues of taoliujun

I know `globalThis is not defined` error because it worked in browser like chrome > 70. so i set browserlistrc below. ` > 0.5% in CN android >= 7 chrome...

save my time. Thank you very.....much

### What are you working on? so sorry for my poor english, i am very exciting to share my working on. I rendered a remote pdf file in browser, it...

in-progress
needs-triage

在`~/packages/hooks/src/useInfiniteScroll/index.ts`的`scrollMethod`方法中引用了`getClientHeight`方法,该方法代码如下: ```typescript const getClientHeight = (el: Document | Element) => { return ( (el as Element).clientHeight || Math.max(document.documentElement.clientHeight, document.body.clientHeight) ); }; ``` 在如上代码中,在业务里body的高度自适应的场景中,返回的其实是`Math.max`中的`document.body.clientHeight`,实际在整个逻辑中,期待返回的应该是`document.documentElement.clientHeight`。

第一次生命周期内,base64Url为空字符串,水印组件引用了空图片,实际上发起了一个location.href的多余请求

PR: unreviewed

### Issue description timezone become `SYSTEM` ### Expected Behavior timezone is always `+08:00`. ### Actual Behavior Before each api request, I print the timezone information before save the data. Find...

bug
requires triage

### 问题描述 g2版本:5.1.22。 我在使用g2默认渲染引擎canvas,页面上同时渲染渲染了3个一样配置的折线图,只是数据源不一样。 每几秒钟,3个数据源都会更新。我发现,折线图有几率绘制不完整。 切换到 WebGL、SVG渲染引擎后,是正常绘制的。 **我检查过,绘制异常的时候,数据结构都是正常的。** 如图: 正常效果: ![image](https://github.com/antvis/G2/assets/5689134/470451b4-0b7e-437e-a10a-bba8c9bc19e8) 绘制异常: ![image](https://github.com/antvis/G2/assets/5689134/55246415-a541-49b6-844a-cddbb7504f0c) ### 重现链接 _No response_ ### 重现步骤 _No response_ ### 预期行为 _No response_ ### 平台 - 操作系统: macOS...

macOS: 13.7 (22H123)