aaulthudl commented on issue #20403: URL: https://github.com/apache/echarts/issues/20403#issuecomment-2404547697
> The properties [zlevel](https://echarts.apache.org/en/option.html#series-line.zlevel) and [z](https://echarts.apache.org/en/option.html#series-line.z) only exist on series level, not on markArea level. The z value of the markArea seems to be hard coded and unrelated to the z value of the containing series If I change the `z` on the line series to `0` and the `z` on the main markArea to `1` it works as expected and vice-versa which seems to suggest that something is working. When I change these values to anything other than `0` or `1` is when the problem occurs. > MarkLine seems to have a higher z value and can be used as an alternative in your case: [Example](https://echarts.apache.org/examples/en/editor.html?code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5JALZW0kC-ANCeTvkaqWUo1YtAG4BDADYBXZm07o8VAE4QqhWAG0S6fgNjRxTOgGUVavLACMtBforU6kiNGZ2BAE3FhxRbftJNWgAmAAZggBYAWlCrGJt2WDCAXXd9ILDI-Jjg21gAVlDUnXSQ8OjYmIBmPKsUtIEM8uzQiLyADiKS9GKAgC8iKxKOEr0BQ2MRM1V1JNtuwUcRZ1d5gK8fPwX0JqzK2NrQoobAsr248NrO3oCtM4qLmsSANmPtu8yHmLbEqyqugI3AQDazDNJjUgTYS0ACy4mUAGtYFhlFRxGt7EInC43AsNr4tEDSAx4QiUWi-O98VtboF3gIIbT0NxcBpCvTSCMmaRGUyWbxrOzuehWBzku8icCiKETugIGAqAwTBRJMJeQIAMbASTAZR0ZQAcwARuIABTBfL5X4AdiqNutiVCADoIgBKFi00UBL2c8ELKF0OGI2AAGRxGIEDmhK1x628BM0ktgJMRYdclNp1K0HKQ_LZoR9gNlsBjyvIqozTNA4g18vIg2L6CjdDw2ogHgjty1Or1IlRHcbsAA7u2wAALIj5d5c254cgMI3aujQGCx26ScRGqiSPh4MfAIdEABmUiUhc5wxI4tYAG4gA) Great suggestion! I'll have a look into this 🙏 -- 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]
