Skip to content

Commit

Permalink
Merge pull request #2267 from hLinx/hotfix_3.6.x
Browse files Browse the repository at this point in the history
fix: 运营分析趋势图tips样式问题 #2265
  • Loading branch information
hLinx authored Jul 21, 2023
2 parents 10819e2 + 4428c66 commit 4aaa6da
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,12 @@
width: 30,
color: '#63656E',
opacity: 0.16,
type: 'solid',
},
},
textStyle: {
color: '#fff',
},
backgroundColor: 'rgba(0,0,0,0.8)',
},
xAxis: {
Expand Down Expand Up @@ -327,6 +331,9 @@
sampling: 'average',
...styleMap[styles],
data: valueList,
emphasis: {
focus: 'series',
},
},
],
};
Expand Down

0 comments on commit 4aaa6da

Please sign in to comment.