Echarts鼠标悬浮上去后会出现滚动条又消失,问题解决

解决方式:transitionDuration: 0
给tooltip添加属性
tooltip: { trigger: 'axis', axisPointer: { lineStyle: { // color: '#ddd' } }, textStyle: { // color: '#7588E4' }, transitionDuration: 0 },

posted @ 2023-12-06 16:15  FairyTale安北  阅读(328)  评论(0)    收藏  举报