Merge pull request #13573 from ulleo/dev-v2

feat(图表): 调整表格的滚动条宽度
This commit is contained in:
dataeaseShu 2024-11-26 17:24:37 +08:00 committed by GitHub
commit 00c5557645
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,7 +174,9 @@ export function getCustomTheme(chart: Chart): S2Theme {
},
scrollBar: {
thumbColor: scrollBarColor,
thumbHoverColor: scrollBarHoverColor
thumbHoverColor: scrollBarHoverColor,
size: 8,
hoverSize: 12
}
}