kalyan021004 commented on issue #21483: URL: https://github.com/apache/echarts/issues/21483#issuecomment-3771523699
Thanks for the report. Currently, when `axisPointer.type` is set to `cross`, only the crosshair lines are rendered, and the shadow background is not displayed. This seems to be a limitation of the current implementation where `cross` and `shadow` are handled as mutually exclusive modes. Before proceeding further, I’d like to confirm with maintainers: 1. Should supporting crosshair + shadow together be treated as a bug fix or as a new feature? 2. If this behavior is supported, should it be optional to avoid breaking existing behavior? 3. Is the shadow expected to appear only on hover, or always when `cross` is active? I’m happy to help by adding a test case or exploring a backward-compatible solution based on the guidance. -- 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]
