fix(图表): 去除表格自带的白色背景

This commit is contained in:
wisonic 2024-07-30 14:12:15 +08:00
parent cbd935b376
commit 0c4b6c0e7b

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