F2 icon indicating copy to clipboard operation
F2 copied to clipboard

📱📈An elegant, interactive and flexible charting library for mobile.

Results 195 F2 issues
Sort by recently updated
recently updated
newest added

- [x] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [https://stackblitz.com/edit/react-bybdrq](https://stackblitz.com/edit/react-bybdrq) ### Steps to reproduce 1. 用 stackblitz 打开,提示...

使用图表点击时报错了Uncaught (in promise) TypeError: Ctor is not a constructor

The issue which is not created via https://antv-issue-helper.surge.sh will be closed immediately. --- 注意:不是用 https://antv-issue-helper.surge.sh 创建的 issue 会被立即关闭。

需要涉及合规问题,地图需绘制出南海诸岛九段线,不知能否提供下绘图数据。 直接使用g2的地图数据绘制有问题,对比了下发现两边的数据格式不一致。

我在vue3中使用F2创建图表时,console.log(chart)能够正常打印,说明组件引入成功,但是创建对象后,控制台提示**Uncaught (in promise) TypeError: _this.getDefaultCfg is not a function**请问这是怎么回事 ```vue import {Toast, Slider} from 'vant'; import {onMounted, inject,nextTick} from "vue"; import F2 from '@antv/f2'; export default { name: "Test", setup()...

The issue which is not created via https://antv-issue-helper.surge.sh will be closed immediately. --- chart.area() .position('time*tem') .color('l(90) 0:#1890FF 1:#f7f7f7') .shape('smooth'); chart.line() .position('time*tem') .color('red')

chart.guide().html 方法渲染出来的dom 会叠加,之前渲染的dom没有被remove,需要手动remove

The issue which is not created via https://antv-issue-helper.surge.sh will be closed immediately. ---如题 注意:不是用 https://antv-issue-helper.surge.sh 创建的 issue 会被立即关闭。

![temp](https://user-images.githubusercontent.com/37342992/139410131-8bc672ce-5f14-4e0f-8b76-39ad8f61055c.PNG)