摘要: ## 问题 今天 echarts 版本更新至5.1.2,发现鼠标悬停在折线图上,折线变粗,这个效果和我的需求相悖,所以想办法去掉此效果 ## 解决 **emphasis** :折线图的高亮状态。 **设置emphasis.lineStyle和折线图本身lineStyle相同即可** ``` let 阅读全文
posted @ 2023-07-11 14:51 ZerlinM 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 有对象数组 arr1 和 arr2, 现在 arr2 需要按照 arr1 中的 checkItems 的值来排序 ``` const arr1 = [ {checkItems: 'A'}, {checkItems: 'B'}, {checkItems: 'C'}, ] const arr2 = [ 阅读全文
posted @ 2023-07-11 14:10 ZerlinM 阅读(462) 评论(0) 推荐(0) 编辑