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://f2.antv.vision/zh/examples/column/dodge#dodge](https://f2.antv.vision/zh/examples/column/dodge#dodge) ### Steps to reproduce `chart.source(data)`改为: ``` chart.source(data,{ '月份':{...

- [ ] 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/component/tooltip#layout](https://f2.antv.vision/zh/examples/component/tooltip#layout) ### Steps to reproduce antv/f2 3.8.0版本 以下没有横屏,双柱图在3.5.0以上平移会有问题...

- [ ] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [http://antv-2018.alipay.com/zh-cn/f2/3.x/demo/bar/dodge-column.html](http://antv-2018.alipay.com/zh-cn/f2/3.x/demo/bar/dodge-column.html) ### Steps to reproduce F2 图表组件库 -...

自定义Tooltip中onHide事件拿不到外部变化的数据,例如当前组件内的变化的state,拿不到接口返回后的值,只能拿到初始值

- [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/jolly-joliot-60hrv) ### Steps to reproduce Change the...

如题,因不可直接设置 triggerOn: 'click' 触发 onclick 事件,于是设置了 touch end, 但是短距离滑动的时候会触发 touchend,怎么解决? chart.pieLabel({ // @ts-ignore labelCfg: function (data, color) { return { text: showValue ? ${data.type} ${data.value}% : data.type, }; }, onClick(e)...

VM3657:2404 页面【miniprogram_npm/@antv/wx-f2/index]错误: TypeError: Cannot read property '__wxWebviewId__' of undefined at Object.in (VM3578 WAService.js:2) at Object.t. [as in] (VM3578 WAService.js:2) at index.js?t=wechat&s=1640227635707&v=f509a48206cc51c41703c30c7da07557:18245 at index.js?t=wechat&s=1640227635707&v=f509a48206cc51c41703c30c7da07557:20882 at createCommonjsModule (index.js?t=wechat&s=1640227635707&v=f509a48206cc51c41703c30c7da07557:18232) at index.js?t=wechat&s=1640227635707&v=f509a48206cc51c41703c30c7da07557:18235 at index.js?t=wechat&s=1640227635707&v=f509a48206cc51c41703c30c7da07557:2...

我在手机上画了个有7200个点的曲线图,发现tooltips在移动过程中卡顿,是否有什么方式可以优化一下

![image](https://user-images.githubusercontent.com/22503258/147028988-3d33b66f-e509-4eb9-994f-50cc9ee608c2.png)

- [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/quiet-sunset-7povw) ### Steps to reproduce 点击 update,...

bug
accept