You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, how can I solve the problem of chart.pieLabel is not a function when the pie chart reports an error? 你好,请问饼图报错 chart.pieLabel is not a function 怎么解决呢? #368
唉,我看了好多条Issues,好像都没有解决方案啊。
看文档说明,PieLabel 插件默认没有打包至 @antv/f2 模块包中。
按照文档操作引入:const F2 = require('@antv/f2/lib/index-all');
但是这样引入又说找不到,怎么解决呢?