首页 前端知识 echarts@5 动画失效

echarts@5 动画失效

2024-06-14 23:06:39 前端知识 前端哥 640 339 我要收藏

原因:使用了resize之后,动画失效,这是echarts5的bug,echarts4不会

解决办法:https://github.com/apache/echarts/pull/14553

在resize中添加动画

onResize() {
      this.myChart.resize({
        animation: {
          duration: 2800,
          easing: 'cubicInOut',
          // delay: 500,
        },
      })
    },
转载请注明出处或者链接地址:https://www.qianduange.cn//article/12218.html
标签
评论
发布的文章

JQuery中的load()、$

2024-05-10 08:05:15

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!