sgb-io opened a new issue, #21583: URL: https://github.com/apache/echarts/issues/21583
### Version 5.6.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=parallel-nutrients ### Steps to Reproduce Using the nutrients parallel chart example, apply some brushes to 1 or 2 of the axes. You'll notice that there is a translucent style, but some time later, this gets replaced by a default light blue style. This also overrides any user-provided `areaSelectStyle` values. ### Current Behavior The user-provided `areaSelectStyle` is NOT respected ### Expected Behavior The user-provided `areaSelectStyle` is respected ### Environment ```markdown - OS: (any) - Browser: (any) - Framework: React ``` ### Any additional comments? Suspected solution: when rebuilding persisted parallel-axis covers, preserve and pass the active brushStyle (derived from areaSelectStyle), or have updateCovers inherit controller burhStyle when coverConfig does not specify one, instead of always defaulting to DEFAULT_BRUSH_OPT. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
