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

##### Checklist - [ ] `npm test` passes - [ ] tests and/or benchmarks are included - [ ] commit message follows commit guidelines ##### Description of change

在使用多组柱形图+折线图的展示的时候,如果线和点的渲染指标和柱形图的不一致,就会导致图形的tooltip不居中,试了官方的demo也是这样,请问是什么原因呢? 现象: ![image](https://user-images.githubusercontent.com/26567876/191536170-f2ebc1b5-439c-408c-bf15-c1b03f2aa9ce.png) 大概是这个样子,tooltip的指示线始终不居中的

- [ ] 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? 3.x都有旋转设置,4.x没旋转设置,导致标题过长会出现覆盖显示的情况 ### What does...

##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] commit message follows commit guidelines ##### Description of change

- [ ] 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/vue-qvryw2](https://stackblitz.com/edit/vue-qvryw2) ### Steps to reproduce Open the demo...

- [ ] 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/f2-reproduction-template-6o11g4) ### Steps to reproduce 淘宝小程序,不是支付宝小程序。使用F2,开发者工具可以正常显示图表,但是真机扫码查看就是空白,什么也不显示...

##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] commit message follows commit guidelines ##### Description of change 解决Vue3项目中编译包含自定义View及自定义Shape时需要使用@babel/plugin-transform-react-jsx的问题。 备注:[自定义View](https://antv-f2.gitee.io/zh/docs/tutorial/advanced/custom-view)时,需高阶组件需从@antv/f2-vue中的导入。例如: import { withLegend...

- [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://github.com/antvis/F2/tree/3.x](https://github.com/antvis/F2/tree/3.x) ### Steps to reproduce 在3.7.8版本npm install 后,运行npm run...

- [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/f2-reproduction-template-forked-o1qim6) ### Steps to reproduce 直接点击柱状图 item...

- [ ] 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://github.com/kevin82008/tas-taro-f2](https://github.com/kevin82008/tas-taro-f2) ### Steps to reproduce 1. 执行yarn安装依赖 ```...