antvis/wx-f2

小程序中无法使用 chart.guide().regionFilter(...) 方法

dongjianghao opened this issue · 1 comments

  • F2 Version: wx-f2 2.1.1
  • Platform: 小程序
// 调用代码
chart.guide().regionFilter({
  start: ['64%', '0%'],
  end: ['100%', '100%'],
  color: '#fff',
  style: {
    lineDash: [3, 8]
  }
});
// 报错信息
GuideBase[ClassName] is not a constructor;at App request function;at SelectorQuery callback function
TypeError: GuideBase[ClassName] is not a constructor

找到了这个问题 -> antvis/F2#311
尝试在node_modules、miniprogram-npm 中引入 regionFilter,并重新构建npm,但是还是不可以
还请不吝赐教 (:з」∠)

找到解决方法了么?遇到了同样的问题