-
- [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/…
-
钉钉小程序使用my-f2图表的时候无法支持interaction的交互事件,在小程序页面js文件内使用require('@antv/f2/lib/interaction/pie-select')引入页面直接报错can not find page:xxxx/xxx/xxx,import也不行,调用方式: chart.interaction('pie-select', {cancelable: tr…
-
当使用area显示多个类型数据或者line组件显示一个类型数据的时候,如果给series配置里设置point属性,会导致tooltip出现重复的数据显示
![{BD1AF57E-33C3-4290-98FB-D376F5EF4336}_20190511113017](https://user-images.githubusercontent.com/22789550/57564548-1e50e…
-
不设置高清pixelRatio则正常
![微信截图_20200415161537](https://user-images.githubusercontent.com/41772864/79315027-17f2be00-7f35-11ea-85e4-222dbf2eb884.png)
![微信截图_20200415161528](https://user-images.githubuserc…
-
如题,微信小程序引用f2,如何按需引用啊?使用NPM引用,会导致主包超出2m。
-
* **F2 Version**:
* **Platform**:
* **Mini Showcase(like screenshots)**:
* **CodePen Link**:
简单描述问题:
请教一下,wx-f2有提供监听图表渲染完成的事件吗?
我的图表页面有一个生产pdf报告的功能,需要等图表全部渲染完成后才导出图片生成pdf报告。
预期效果:
需要…
-
不需要点击就直接显示数据
-
唉,我看了好多条Issues,好像都没有解决方案啊。
看文档说明,PieLabel 插件默认没有打包至 @antv/f2 模块包中。
按照文档操作引入:const F2 = require('@antv/f2/lib/index-all');
但是这样引入又说找不到,怎么解决呢?
-
![image](https://user-images.githubusercontent.com/19307426/46073086-9272b600-c1b6-11e8-8c7f-fce9a730100a.png)
我画完图表需要保存为图片,但是直接在opts.onInit之后调用canvasToTempFilePath会有部分视图没保存到,需要在渲染完canvas之后再调用canvasT…
-
一个页面有多个图表,有的图表有可能只画了一半的大小
dd.createSelectorQuery().select('#xxx').boundingClientRect().exec((res) => {
const pixelRatio = my.getSystemInfoSync().pixelRatio;
const canvasWidth = res[0].width;
…