Antv F2 的报错 chart.pieLabel is not a function 解决办法
最近项目中需要用到统计图表,选来选去决定使用蚂蚁金服的可视化解决方案,照着官方的示例:
chart.pieLabel({ sidePadding: 75, label1: function label1(data) { return { text: data.memo, fill: '#808080' }; }, label2: function label2(data) { return { fill: '#000000', text: '一运行就报:chart.pieLabel is not a function,于是我找到 github,看到这么一个文件
https://github.com/antvis/f2/blob/a7a1f4304e02d/src/index-all.js看到这儿我改变了 F2 的 import 的方式,用
import F2 from "@antv/f2/lib/index-all";代替
import F2 from "@antv/f2";这个应该可以解决类似所有 Antv F2 方法名找不到的问题。
+ data.amount.toFixed(2), fontWeight: 500, fontSize: 10 }; } });
一运行就报:chart.pieLabel is not a function,于是我找到 github,看到这么一个文件
看到这儿我改变了 F2 的 import 的方式,用
代替
这个应该可以解决类似所有 Antv F2 方法名找不到的问题。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论