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

### 在renderer为svg的情况下,图例翻页不生效 * **G2 Version**: 4.0.9 * **Platform**: mac * **Mini Showcase(like screenshots)**: * **CodePen Link**: https://codepen.io/jenna-u/pen/NWxqOKv

bug
G

在柱状图使用 chart.annotation().line 添加标注线,只有一条时标注线的位置和图形重叠,难道需要额外设置参数? [(参考官方文档操作的)](https://g2.antv.vision/zh/docs/api/general/annotation/#chartannotationarcoption) ![image](https://user-images.githubusercontent.com/9337243/183552870-cb7e0f74-ed8c-4963-88cb-3b982e3183ca.png) ![image](https://user-images.githubusercontent.com/9337243/183553117-a275fa18-d845-4010-b7a6-f88150a57129.png)

Add rest node and composition api. Support following nodes: - marks - interval - point - area - line - grid - vector - link - polygon - annotationText -...

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 https://codesandbox.io/s/flamboyant-andras-7us99p?file=/src/index.js 问题点: trigger:...

#### 问题 close #3896。 因为click事件改变了 unchecked 状态,然后再触发 legend-highlight 的 mouseleave 而 ListHighlight 当 unchecked 的时候会忽略,所以没有改变回来。 #### 如何解决的 在 unchecked:toogle 之前,加上了 highlight:reset 相关动作。 #### 修改前 ![image](https://user-images.githubusercontent.com/25214319/183291743-e140581f-104e-43bc-afd8-262bb4944192.png) #### 修改后 ![image](https://user-images.githubusercontent.com/25214319/183291792-84f2439e-9674-4a3e-a49c-e3cacb89edea.png)

PR: unreviewed
interaction
bugfix

- [ ] 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://github.com/harrain](https://github.com/harrain) ### Steps to reproduce 当图例显示不全收缩时,g2图表库可能会出现图例文字渲染不全;图例能全部显示,不会出现。 | Environment...

Is there any method of disabling and enabling subtitles?

- [ ] 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://github.com/antvis/G2](https://github.com/antvis/G2) ### Steps to reproduce 直接使用如下代码,在 G2 官网可复现这个问题:...

- [ ] 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. ### Reproduction link [https://stackblitz.com/run?file=index.ts](https://stackblitz.com/run?file=index.ts) ### Steps to reproduce 环形图legend过多折叠后文字行高问题,出现文字裁切 | Environment...