echarts highlight points on mouse over in line chart

wvyml7n5  于 2023-02-04  发布在  Echarts
关注(0)|答案(1)|浏览(147)

itemStyle: {
color: '#ce20d6',
borderColor: '#C3CFD8',
borderWidth: 2,
borderCap: 'round',
shadowColor: '#ffff',
shadowBlur: 3,
shadowOffsetY: 0,
shadowOffsetX: 0,
opacity: 1
},

Version

5.0.2

Steps to reproduce

line chart highlighting points with border and different background color

What is expected?

want to hightlight points when mouse over the line charts with different background color and border or with different icon

What is actually happening?

border and dot is able to see

2admgd59

2admgd591#

Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org . Please attach the issue link if it's a technical question.

If you are interested in the project, you may also subscribe our mailing list .

Have a nice day! 🍵

相关问题