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

![image](https://user-images.githubusercontent.com/10331768/177292306-53321a24-7ea1-418f-b28d-d720f69f785e.png) - **F2 Version**: - **Platform**: chrome 仿真设备模式 - **Mini Showcase(like screenshots)**: - **CodeSandbox Link**: "@antv/f2": "^4.0.25", "@antv/f2-react": "^4.0.25", "react": "^18.2.0",

- [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 [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/youthful-albattani-cdb91w?file=/index.jsx) ### Steps to reproduce 无 ![image](https://user-images.githubusercontent.com/6457155/172807937-512f8d87-9754-4374-bf43-bee0ba0fb89d.png)...

微信小程序自定义了一套npm构建机制,需要三方包输出的文件是umd格式的,否则构建就会报错,所以在wx-f2构建了umd的文件,但是wx-f2默认引用的是`index.js`, 所以导致 `pie-label`, `scroll-bar` 这些是没有的,想要使用的时候就会非常麻烦,考虑让wx-f2直接引用`index-all`,但是可能需要先将`hammerjs`去干净,否则在小程序上可能会有问题

feature

版本 3.8.10 ,官方示例打开就会报错

Hi, I use all components in uniapp to report errors, and hbuilderx will report errors. I tried to use it // const el = document.querySelector('#' + that.chartId) // const myChart...

- [ ] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 能否用html模拟图例,点击元素后,能与折现图中的折线进行联动 ### What does...

从官网例子上加入interaction交互,然鹅并没有用,默认选中不生效 ``` import F2 from '@antv/f2'; const data = [{ x: '分类一', y: [ 76, 100 ] }, { x: '分类二', y: [ 56, 108 ] }, { x: '分类三',...

The issue which is not created via https://antv-issue-helper.surge.sh will be closed immediately. ![image](https://user-images.githubusercontent.com/50286829/143414338-bcdd54df-4ecf-4348-8556-afeadaca4788.png) --- 注意:不是用 https://antv-issue-helper.surge.sh 创建的 issue 会被立即关闭。

报错提示Ctor is not a constructor,我在钉钉小程序使用也遇到这个问题

- [ ] 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://f2.antv.vision/zh/examples/pie/pie#pie-click](https://f2.antv.vision/zh/examples/pie/pie#pie-click) ### Steps to reproduce chart.interaction('pie-select', { defaultSelected:...