forked from github/dataease
fix(图表): 去除表格自带的白色背景
This commit is contained in:
parent
cbd935b376
commit
0c4b6c0e7b
@ -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