diff --git a/core/core-frontend/src/views/chart/components/editor/util/chart.ts b/core/core-frontend/src/views/chart/components/editor/util/chart.ts index eb88474a74..d4f77d0c1f 100644 --- a/core/core-frontend/src/views/chart/components/editor/util/chart.ts +++ b/core/core-frontend/src/views/chart/components/editor/util/chart.ts @@ -1546,7 +1546,7 @@ export const CHART_TYPE_CONFIGS = [ export const DEFAULT_BASIC_STYLE: ChartBasicStyle = { alpha: 100, tableBorderColor: '#CCCCCC', - tableScrollBarColor: 'rgba(0, 0, 0, 0.15)', + tableScrollBarColor: '#1f23294d', tableColumnMode: 'adapt', tableColumnWidth: 100, tableFieldWidth: [],