Merge pull request #11258 from dataease/pr@dev-v2@fix_table_white_background

fix(图表): 去除表格自带的白色背景
This commit is contained in:
wisonic-s 2024-07-30 14:13:54 +08:00 committed by GitHub
commit f9c9b71218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,9 @@ export function getCustomTheme(chart: Chart): S2Theme {
const scrollBarHoverColor = resetRgbOpacity(scrollBarColor, 3)
const theme: S2Theme = {
background: {
color: '#00000000'
},
splitLine: {
horizontalBorderColor: borderColor,
verticalBorderColor: borderColor