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

View File

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