-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
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
🐛 行宽配置设置了之后,不能用鼠标拖动调整 行宽了 #1242
Comments
你好 @rabbit-tian,很抱歉给你带来了不好的体验, 我们会尽快排查问题并修复, 请关注后续发布日志. Hello, @rabbit-tian, We are so sorry for the bad experience. We will troubleshoot and fix the problem as soon as possible. Please pay attention to the follow-up change logs. |
@rabbit-tian 目前你的设置方法不正确,请将宽度配置( const s2Options = {
width: 600,
height: 480,
interaction: {
hoverHighlight: true,
selectedCellsSpotlight: true, // highlight selection
},
style:{
cellCfg: {
width: 96,
height: 30
},
colCfg: {
height: 10,
heightByField: {
$$extra$$: 100
}
},
rowCfg: {
width: 100,
widthByField: {
province: 50
}
},
},
tooltip: {
showTooltip: true,
},
}; |
🎉 This issue has been resolved in version @antv/s2-v1.14.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
复现:https://codesandbox.io/s/exciting-fog-c3xztp?file=/index.ts
版本:@antv/s2 1.1.31
The text was updated successfully, but these errors were encountered: