G2 icon indicating copy to clipboard operation
G2 copied to clipboard

📊 The concise and progressive visualization grammar.

Results 404 G2 issues
Sort by recently updated
recently updated
newest added

- [x] 修复非极坐标下 的 marker 位置显示错误的问题 - [x] 修复 polygon 多边形 marker 位置不在中心点点问题。 | before | after | | --- | --- | | ![image](https://user-images.githubusercontent.com/65594180/176639725-f2d7d9b1-857c-4c92-9e5b-4c98597d8aa2.png)| ![image](https://user-images.githubusercontent.com/65594180/176639677-d02ea8ea-a601-4da9-8a4f-13e536c3c51b.png)| | ![image](https://user-images.githubusercontent.com/65594180/176640083-9551a412-5361-4191-929e-77e21ff9c5ed.png)| ![image](https://user-images.githubusercontent.com/65594180/176640035-990580fe-d2c7-4e0d-8b97-fc4c13a923f0.png)|

PR: unreviewed
bugfix

- Abstract a _AbstractScale_ function for _ScaleInX_, _ScaleInY_, _ScaleOutX_, _ScaleOutY_. - Use `shape.style.transformOrigin` instead of `shape.setOrigin`.

PR: unreviewed

- [x] I have searched the [issues](https://github.com/antvis/g2/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/sweet-sky-fxsyqp?file=/src/index.js) ### Steps to reproduce 同时设置color和scrollbar,会导致图标渲染异常,如上述链接所示。 Setting...

- [ ] I have searched the [issues](https://github.com/antvis/g2/issues) of this repository and believe that this is not a duplicate. 请问目前这个条形图支持么?按api文档测试没达到效果,不知道是不是属性设置的问题 ### What problem does this feature solve? 优化了 x轴为时间格式有刻度设置的问题 ###...

### Overview #### Combined legend with `color` and `shape` scale is shared. ```ts render( { type: 'interval', data: [ { genre: 'Sports', sold: 275 }, { genre: 'Strategy', sold: 115...

PR: unreviewed

- [ ] I have searched the [issues](https://github.com/antvis/g2/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [https://g2.antv.vision/zh/examples/interaction/brush#element-brush](https://g2.antv.vision/zh/examples/interaction/brush#element-brush) ### Steps to reproduce 框选之后出现的reset按钮无法设置为中文 | Environment...

- [ ] I have searched the [issues](https://github.com/antvis/g2/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 统计看起来更直观。图表展示占比,图例展示数量 ### What does...

- [ ] I have searched the [issues](https://github.com/antvis/g2/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 复现链接:[https://codesandbox.io/s/busy-mendel-91nj7f](url) X轴scale如果是分类类型,值又是数值类型,画出来的柱子往左偏移了一个,tooltip也不准. 这个是util/tooltip.ts的相关代码,这里242行的xValue是索引,originData[xField]是遍历X轴的值,如果X轴的值是数字,就会存在originData[xField]等于xValue,这里为什么会这么比较 ![微信图片_20220323165730](https://user-images.githubusercontent.com/17251352/159661316-3f119204-0625-455b-98ff-b1b14778c7f5.png)...

Tooltip
Scale

- [x] I have searched the [issues](https://github.com/antvis/g2/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/transpose-tooltip-repro-bo9ob) ### Steps to reproduce 鼠标划过图表时,即使光标更靠近Tokyo曲线,也会显示对应London曲线的tooltip |...

Tooltip

* **G2 Version**:4.1.13 * **Platform**: PC win10 * **Mini Showcase(like screenshots)**: * ![1](https://user-images.githubusercontent.com/51503130/114005012-be944500-9891-11eb-8adf-301761a24303.png) ![2](https://user-images.githubusercontent.com/51503130/114005039-c227cc00-9891-11eb-8bfb-2e6e8fb12ab4.png) ![3](https://user-images.githubusercontent.com/51503130/114005048-c48a2600-9891-11eb-9a70-ede0d067e412.png) * **CodePen Link**:

Tooltip