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

- **F2 Version**: 4.0.48 - **Platform**: 微信小程序 - **Mini Showcase(like screenshots)**: ![image](https://github.com/antvis/F2/assets/27007064/6d6d59ed-2b9e-4629-becd-902a6a890cae) - **CodeSandbox Link**: https://codesandbox.io/s/f2-reproduction-template-forked-qhtlpf?file=/src/index.js 问题总结:F2折线图xAxis最右边的值被遮挡无法显示全 具体描述:如图所示,x轴最右边的值为2012-01-01 08:00,但是渲染的结果中只显示了“2012-01-01 08”

- [ ] 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/LiuJing1014/f2-error/tree/master](https://github.com/LiuJing1014/f2-error/tree/master) ### Steps to reproduce 1、拉取代码 2、在终端运行npm install...

"@antv/my-f2": "^2.1.7" 版本 ,在钉钉小程序里饼图是否有点击事件,如果有怎么设置呢? 我的方法: async onInitChart (F2, config) { // 设置图表内边距 config.padding = [50,50,50,50] if (this.data.chartsData.every(c => c.precent == 0)) { dd.showToast({ type: 'success', content: '暂无任务', duration: 1500 })...

![Snipaste_2023-10-28_19-02-15](https://github.com/antvis/F2/assets/66825778/6211d7ac-8286-4774-af71-b69d86b4aee8)

- **F2 Version**:3.x 官网demo中的区间是y轴。如果x轴是区间的话(区间是连续的),tooltip不会出现,怎样配置才能出现。 ```javascript // 测试数据 const data = [ { x: [1, 2], y: 1, }, { x: [2, 3], y: 2, }, ] ```

- **F2 Version**: 4.0.48 - **Platform**: 微信小程序Android真机 - **Mini Showcase(like screenshots)**: (仅在安卓真机出现)tooltip无法触发 初步排查是因为长按情况下会误触发touchmove导致press事件失效 ![image](https://github.com/antvis/F2/assets/36393215/04bfd1c8-73c2-4837-be05-3b6d76531b2f) - **CodeSandbox Link**: 微信小程序代码片段https://developers.weixin.qq.com/s/IAW222ma73Lg

- [ ] 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/unruffled-platform-7tphi3?file=/index.jsx:1364-1371) ### Steps to reproduce ![image](https://user-images.githubusercontent.com/21262401/234533256-6f9c6a74-46b5-4b56-91cb-dff22e29c313.png)...

- [ ] 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? 各位好: F2 3.x版本guide,是否能增加onclick事件 老项目维护是vue2的,使用3.8.11版本,目前有需求是guide的tag方法中点击操作行为...

- [ ] 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? f2 版本 4.0.48 What...

- [ ] 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-v3.antv.vision/zh/examples/pie/pie#basic](https://f2-v3.antv.vision/zh/examples/pie/pie#basic) ### Steps to reproduce 饼图设置tooltip,不生效 | Environment...