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://stackblitz.com/edit/angular-ivy-npqhht?file=src/app/app.component.ts](https://stackblitz.com/edit/angular-ivy-npqhht?file=src/app/app.component.ts) ### Steps to reproduce https://stackblitz.com/edit/angular-ivy-npqhht?file=src/app/app.component.ts | Environment |...

![image](https://user-images.githubusercontent.com/35825801/138659834-79e37c24-48e5-4d71-81fd-bdec582c5023.png)

代码如下: chart.tooltip({ showTitle: false, showItemMarker: false, snap:false, triggerOn: ['touchstart', 'touchmove'], onChange: function onChange(ev) { console.log(ev) var items = ev.items; items[0].value = items[0].value + '万元'; items[1].value = items[1].value + '万元'; }...

引入:import F2 from '@antv/f2/lib/index-all'; 可以正常滚动,但是控制台报错。报错信息:Failed to execute ‘createLinearGradient‘ on ‘CanvasRenderingContext2D

- [ ] 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/legend#marker](https://f2.antv.vision/zh/examples/component/legend#marker) ### Steps to reproduce 对于这个例子,如何使用自定义图片作为图例呢? | Environment...

- [ ] 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://antv-f2.gitee.io/zh/examples/column/basic#pan](https://antv-f2.gitee.io/zh/examples/column/basic#pan) ### Steps to reproduce https://antv-f2.gitee.io/zh/examples/column/basic#pan | Environment...

最新3.8.1版本 09:48:23.073 文件查找失败:'@antv/util/lib/array/merge' at node_modules/@antv/adjust/lib/symmetric.js:10 09:48:23.073 文件查找失败:'@antv/util/lib/math/max-by' at node_modules/@antv/adjust/lib/symmetric.js:5 09:48:23.084 文件查找失败:'@antv/util/lib/type/is-array' at node_modules/@antv/adjust/lib/stack.js:3 09:48:23.084 文件查找失败:'@antv/util/lib/type/is-array' at node_modules/@antv/adjust/lib/symmetric.js:7 09:48:23.095 文件查找失败:'@antv/util/lib/type/is-nil' at node_modules/@antv/adjust/lib/stack.js:5 09:48:23.281 ERROR Build failed with errors. 看了一下是引入的工具函数目录@antv/util/lib下没有type这个文件夹 var isArray...

- [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/line/basic#pan-smooth](https://f2.antv.vision/zh/examples/line/basic#pan-smooth) ### Steps to reproduce ``` const data =...

### 图标加入平移缩放(pan/pinch)后,此时如果按住图表则没法上下滑动整个页面 ![image](https://user-images.githubusercontent.com/63445267/99020428-967e0f80-2599-11eb-8da9-fe62a9bee1ef.png) 测试了好几个同事的手机都是这样。 加入平移缩放相应的代码: ```javascript chart.interaction('pan') chart.interaction('pinch', { minScale: 1, maxScale: 20 }) ``` 这个问题似乎是个历史遗留问题?我在开发的时候就是,最近两个月被调去做别的项目,今天经理又问了我这个问题,上网查了下,并没有找到解决的办法。 想问下开发者大大们有没有在之后的版本处理掉这个问题。我使用的是`vux`这个ui组件库,它里面的`f2`版本是`3.7.1`。 The issue which is not created via https://antv-issue-helper.surge.sh will be closed immediately. ---...