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

最近在Taro 3.5.4 使用 f2-wx 参照 https://juejin.cn/post/7088500507760656414 及 https://f2.antv.vision/zh/docs/tutorial/miniprogram 时无法正常运行,报错为 ``` VM316:7462 页面【components/f2-wx]错误: TypeError: Cannot read property 'options' of undefined at .._src_utils.ts:100 at Array.forEach () at createComponentConfig (.._src_utils.ts:97) at Module../src/components/f2-wx/es/index.js (index.js?2c37:3)...

关于regionFilter这个方法,当有两条线的时候,如何只作用于一条线 应该不算bug,就不贴代码和操作过程,用的就是示例里面的例子 ![image](https://user-images.githubusercontent.com/13064300/71950510-6e53b080-3212-11ea-9bc3-b66b63367454.png)

优化 attr 配置方法, 可以使用 valuesMap 配置 优先级 callback > valuesMap 样例如下 ``` shape={{ type: 'linear', field: 'type', valuesMap: { 'value == "companyB"': 'dash', 'companyC': 'dash', DEFAULT: 'line' }, }} ```...

##### Checklist - [ ] `npm test` passes - [ ] tests and/or benchmarks are included - [ ] 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. ### What problem does this feature solve? 目前的文档对新手使用很不友好,无法准确快速的上手 ### What does...

请问vue2项目无法使用f2吗?如果能使用的话兼容哪个版本的f2?

- [ ] 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.antgroup.com/examples/area/area/#gradient](https://f2.antv.antgroup.com/examples/area/area/#gradient) ### Steps to reproduce 最新版可复现,官网demo也可复现,随便在一个面积图加 测试自定义tip}/> 就报错了,还有什么方式能自定义Tooltip内容?...

##### Checklist - [ ] `npm test` passes - [ ] tests and/or benchmarks are included - [ ] 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://f2.antv.antgroup.com/zh/examples/pie/pie/#pie-with-label](https://f2.antv.antgroup.com/zh/examples/pie/pie/#pie-with-label) ### Steps to reproduce 直接使用官网demo即可重现,点击圆圈自身区域时是不会打印onClick函数中的data的 | Environment...

- [ ] 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? 监听提示信息的展示和消失 ### What does...