hoshmn opened a new issue #13147:
URL: https://github.com/apache/incubator-echarts/issues/13147
### What problem does this feature solve?
I would like to use focusNodeAdjacency, but the "non-focused" nodes are too
transparent. I can currently specify itemStyles for 'emphasis' nodes; it would
be great if I could also specify itemStyles for 'deemphasis' (downplay?) nodes
(or the mask that goes over them).
### What does the proposed API look like?
```javascript
series: [{
name: 's1',
...
itemStyle: {
emphasis: { ... } // exists
downplay: { // proposed
maskOpacity: 0.4 // could either allow specifying the opacity of the
mask over the non-focused nodes
color: 'rgba(0, 0, 0, 0.4)' // or setting the node color/styles
directly (though this would be less helpful on its own, as node colors may vary
across the series)
}
}
}]
```
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
<!-- This issue is in English. DO NOT REMOVE -->
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]