We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
设置 series[i].markArea.itemStyle.emphasis 不起作用
鼠标指到 markArea 时改变样式
option = { //精简后的例子 xAxis:{max:5}, yAxis:{max:5}, series:[ { type:'line', data:[[1,2],[4,3]], markArea: { itemStyle:{ normal:{color:'yellow', opacity:0.2}, emphasis:{ //随便写啥..反正没卵用 ㄟ( ▔, ▔ )ㄏ color:'red', borderColor:'red', opacity:1 } }, label:{ normal:{show:false}, emphasis:{ //这边写的就管用 (╯‵□′)╯︵┻━┻ show:true, //受 itemStyle 影响, label 显示半透明 textStyle:{fontSize:20} } }, data: [[{yAxis:1,name:echarts.version},{yAxis:4}]] } } ] };
_(:з」∠)_
The text was updated successfully, but these errors were encountered:
一样,我也设置这个属性无效
Sorry, something went wrong.
47bbcc5
No branches or pull requests
One-line summary [问题简述]
设置 series[i].markArea.itemStyle.emphasis 不起作用
Version & Environment [版本及环境]
Expected behaviour [期望结果]
鼠标指到 markArea 时改变样式
ECharts option [ECharts配置项]
Other comments [其他信息]
_(:з」∠)_
The text was updated successfully, but these errors were encountered: