forked from github/dataease
Merge pull request #11258 from dataease/pr@dev-v2@fix_table_white_background
fix(图表): 去除表格自带的白色背景
This commit is contained in:
commit
f9c9b71218
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user