当前位置: 代码迷 >> 综合 >> F2chart.pieLabel is not a function
  详细解决方案

F2chart.pieLabel is not a function

热度:86   发布时间:2023-09-27 10:49:23.0

移动端AntV饼状图添加标签提示chart.pieLabel is not a function。

将 import F2 from "@antv/f2/lib/index-all"

修改为 import F2 from "@antv/f2"。

  相关解决方案