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
ant-design/ant-design-charts#2873
配置autoFit: true后,如果图表中存在分类图例,点击进行filter交互后,此时改变容器大小触发resize,显示不符合预期:
autoFit: true
经排查后不是饼图的特殊问题,具有普遍性,类似的还有折线图: resize前: resize后:
面积图:
https://stackblitz.com/edit/react-chvm779o-p8z7rqsw?file=src%2Findex.js
🆕 5.x
The text was updated successfully, but these errors were encountered:
Also happens with funnel chart
Sorry, something went wrong.
Related issue: #6606
Successfully merging a pull request may close this issue.
Describe the bug / 问题描述
ant-design/ant-design-charts#2873
配置
autoFit: true
后,如果图表中存在分类图例,点击进行filter交互后,此时改变容器大小触发resize,显示不符合预期:经排查后不是饼图的特殊问题,具有普遍性,类似的还有折线图:
resize前:
resize后:
面积图:
Reproduction link / 复现链接
https://stackblitz.com/edit/react-chvm779o-p8z7rqsw?file=src%2Findex.js
Steps to Reproduce the Bug or Issue / 重现步骤
Version / 版本
🆕 5.x
OS / 操作系统
Browser / 浏览器
The text was updated successfully, but these errors were encountered: