Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【echarts使用】之设置拐点hover样式 #18

Open
yihan12 opened this issue Aug 2, 2022 · 0 comments
Open

【echarts使用】之设置拐点hover样式 #18

yihan12 opened this issue Aug 2, 2022 · 0 comments
Labels
【echarts使用】 echarts使用

Comments

@yihan12
Copy link
Owner

yihan12 commented Aug 2, 2022

series:{
    emphasis: {
    // 鼠标hover上去的时候,拐点的颜色和样式
    itemStyle: {
        color: 'rgba(224, 62, 76)', //颜色
        borderColor: 'rgba(224, 62, 76)', //图形的描边颜色
        borderWidth: 10, // 描边的线宽
        // shadowBlur: 4, // 图形的阴影大小
        // shadowColor: '#0072FF', // 图形的阴影颜色
    },
    },
    showSymbol: false, // false,只在hover情况显示拐点
}
@yihan12 yihan12 added the 【echarts使用】 echarts使用 label Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
【echarts使用】 echarts使用
Projects
None yet
Development

No branches or pull requests

1 participant