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轴出现了0.几年,并且当x轴是纯文本,type 为cat的时候,滑动会导致变形 ![ZCOMYZ08QLOJ96_NI6T$%_X](https://user-images.githubusercontent.com/20329459/114840830-c875f500-9e09-11eb-8e2d-00550d276834.png)

- [x] 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? 业务上对于饼图有特殊的 UI 定制,需要将 label 文本居中在...

如何重现问题: 打开以下地址: 直接把名称改的特别长就会出现图表重叠的问题 https://f2.antv.vision/zh/examples/column/basic#aria

Uncaught (in promise) internal/modules/cjs/loader.js:796 throw err; ^ Error: Cannot find module '@antv/util/lib/type/is-array' Require stack: - /Users/Sites/git/Platform/creationCenter/node_modules/@antv/f2/node_modules/@antv/adjust/lib/stack.js - /Users/Sites/git/Platform/creationCenter/node_modules/@antv/f2/lib/geom/adjust/stack.js - /Users/Sites/git/Platform/creationCenter/node_modules/@antv/f2/lib/geom/adjust/index.js - /Users/Sites/git/Platform/creationCenter/node_modules/@antv/f2/lib/index.js

The issue which is not created via https://antv-issue-helper.surge.sh will be closed immediately. --- 注意:不是用 https://antv-issue-helper.surge.sh 创建的 issue 会被立即关闭。

我创建一个饼图,可以切换只显示legend 或者label ,使用clear()方法可以清除legend 但是无法清除pieLabel。

使用数据:https://geo.datav.aliyun.com/areas_v2/bound/100000_full.json 在F2里表现很差,在G2里表现就很完美。 但G2又不支持小程序,能否加强一下下呢? 代码都是在官网的示例里**更换数据**,没有做**任何改动**。 F2表现如下: https://f2.antv.vision/zh/examples/other/map#map ![f2](https://user-images.githubusercontent.com/3949198/114805915-6e0f7100-9dd6-11eb-9e8a-473860280e31.png) G2的表现如下: https://g2.antv.vision/zh/examples/map/map#with-heatmap ![G2](https://user-images.githubusercontent.com/3949198/114805939-79629c80-9dd6-11eb-85df-2a22b82fdd7f.png)

The issue which is not created via https://antv-issue-helper.surge.sh will be closed immediately. --- 注意:不是用 https://antv-issue-helper.surge.sh 创建的 issue 会被立即关闭。

官方demo的k线图无法在 StackBlitz 或者 CodeSandbox 打开 都有报错 可以发一个正常版本的k线图demo吗