当前位置:   article > 正文

微信小程序使用echarts模糊_微信小程序 文字添加模糊

微信小程序 文字添加模糊
this.goodsEchartsComponnet.init((canvas, width, height, dpr) => {
  // 初始化图表
  const chart = echarts.init(canvas, null, {
    width: width,
    height: height,
    devicePixelRatio: dpr // 加上这一行即可解决模糊问题
  });
  this.setOptionGoods(chart);
  return chart;
});
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/526601
推荐阅读
相关标签
  

闽ICP备14008679号