plainheart commented on issue #18499: URL: https://github.com/apache/echarts/issues/18499#issuecomment-1632550842
@ozkoidi After a simple dig, I think it's not a "bug" in this case. #17098 & #18229 (https://github.com/apache/echarts/pull/18229#discussion_r1126008965) make the `markArea` include the whole category, instead of starting from and ending at the center of the bar. It's the reason why the mark areas overlap. If the previous behavior is expected to be reserved, a new option (like `markOrigin`?) might be needed. BTW, there seems to be another potential bug when the `axisTick.alignWithLabel` is set as `true`. See this [demo](https://echarts.apache.org/examples/editor.html?code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdPqViNceORHoBrIqnvoA9D9gAhAGwAO7aVHAABowANhCs0KoQYNoAMowARlQxkbD4sJFgHEqRPGThsAC2jBxuWBxUjLARAngOYAVmYLmWVBjU9CwCMeT8pLHxiclpmdlERUpjAL4kS3aw5Dj4nmMU1HQAbrFKtKvreFRGVISwomNe3kJgIrcAjACsAAxlAEwAzN9YD8fgAWX6vAAcZVef3e0JBAHZfgA2T62MboPY0WQZGq8DGwXEcJICFJEOEE6q1eqNHbeUhPF53en2Zks-wPdn2bBOOiKZQE-lrQXeTlc9A87ayQzGEX2Fbi6wipVC5YkJVLADcQA) for reproduction. cc: @Ovilia @jiawulin001 -- 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]
