-
- **F2 Version**: 4.0.48
- **Platform**: 微信小程序
- **Mini Showcase(like screenshots)**:
![image](https://github.com/antvis/F2/assets/27007064/6d6d59ed-2b9e-4629-becd-902a6a890cae)
- **CodeSand…
-
-
![2](https://user-images.githubusercontent.com/20889757/79640991-6dde9480-81c7-11ea-8f93-a4bade4a1633.jpg)
![3](https://user-images.githubusercontent.com/20889757/79641029-99617f00-81c7-11ea-8e3d-f37…
-
在wepy框架下我直接引用了[custom-components](https://github.com/antvis/wx-f2/tree/custom-components)的代码测试,可以在跑出来结果
需要把
`function initChart(canvas, width, height) {`
改成
`const initChart = (canvas, width, heig…
-
调用chart.interaction()方法和chart.pieLabel()等方法,控制台都会报错,无法自定义更多图表交互
-
# 从图景说起 | 步履不停
大家一定要对自己生活的小世界发生兴趣,有意识地用自己的语言把自己的生活讲出来,做一个独立的叙述——也不用分析,就是叙述。-项飙,吴琦. 《把自己作为方法》
[https://devqin.github.io/2020/mental-model.html](https://devqin.github.io/2020/mental-model.html)
-
[](url)
![bug1](https://user-images.githubusercontent.com/13927622/76221877-b7e16b80-6254-11ea-9d52-e718178473cc.png)
如图所示
在手机上运行时,切换到图表页面,均出现crash。
在ipad上运行,无crash
acrlw updated
4 years ago
-
* **F2 Version**:
* **Platform**:
* **Mini Showcase(like screenshots)**:
* **CodePen Link**:
-
![image](https://user-images.githubusercontent.com/31607719/80484098-bba68a00-8989-11ea-849f-758056d4b4e7.png)
![image](https://user-images.githubusercontent.com/31607719/80484111-c2cd9800-8989-11e…
-
我仿照echart的写法,出现这样的问题。
组件需绑定 opts 变量,例:
` state = {
opts : {
onInit: initChart
}
}
render () {
return (
)
} `