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
开启分页后, 在没有滚动条的场景, 文字应该按照默认的布局 (文字垂直居中), 现在看起来用了分页前的高度信息去计算了文字的坐标, 导致文字触发贴边的效果了, 这种场景不太合理
const s2Options = { width: 600, height: 480, pagination: { // API: https://ant.design/components/pagination-cn/#API pageSize: 2, current: 1, }, };
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version @antv/s2-v1.49.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
🎉 This issue has been resolved in version @antv/s2-react-v1.42.0 🎉
Successfully merging a pull request may close this issue.
🏷 Version
Sheet Type
🖋 Description
开启分页后, 在没有滚动条的场景, 文字应该按照默认的布局 (文字垂直居中), 现在看起来用了分页前的高度信息去计算了文字的坐标, 导致文字触发贴边的效果了, 这种场景不太合理
⌨️ Code Snapshots
🔗 Reproduce Link
🤔 Steps to Reproduce
😊 Expected Behavior
😅 Current Behavior
💻 System information
The text was updated successfully, but these errors were encountered: