We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x轴分组在交互显隐时,会隐藏非相关的轴文案,再重新点击显示相关时倒是能正常恢复
https://codesandbox.io/p/sandbox/5g4rv7
官方案例改造而来 https://g2.antv.antgroup.com/zh/examples/general/box/#grouped-box
The text was updated successfully, but these errors were encountered:
您提到的关于箱线图x轴标签显示异常的问题,我会尽力帮助您解决。根据您的描述,问题出现在交互操作时,x轴标签会异常消失。
首先,我建议您检查以下几点:
如果这些检查没有解决问题,您可以尝试在代码中手动控制x轴标签的显示和隐藏状态,以确保它们在交互操作后能够正确恢复。
如果问题依然存在,您可以提供更多的代码细节,我会进一步帮助您分析。
Sorry, something went wrong.
您提到的关于箱线图x轴标签显示异常的问题,我会尽力帮助您解决。根据您的描述,问题出现在交互操作时,x轴标签会异常消失。 首先,我建议您检查以下几点: 数据绑定:确保数据绑定正确,尤其是在交互操作时,数据是否正确更新。 交互配置:检查交互配置,确保在隐藏和显示数据时,x轴标签的状态能够正确更新。 版本问题:确认您使用的G2版本是否是最新版本,可能在新版本中已经修复了此问题。 如果这些检查没有解决问题,您可以尝试在代码中手动控制x轴标签的显示和隐藏状态,以确保它们在交互操作后能够正确恢复。 如果问题依然存在,您可以提供更多的代码细节,我会进一步帮助您分析。 🪧 Tips For further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me.
🪧 Tips For further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me.
代码都在 https://codesandbox.io/p/sandbox/5g4rv7 里了 可以参考
No branches or pull requests
问题描述
x轴分组在交互显隐时,会隐藏非相关的轴文案,再重新点击显示相关时倒是能正常恢复
重现链接
https://codesandbox.io/p/sandbox/5g4rv7
重现步骤
预期行为
平台
屏幕截图或视频(可选)
补充说明(可选)
官方案例改造而来
https://g2.antv.antgroup.com/zh/examples/general/box/#grouped-box
The text was updated successfully, but these errors were encountered: