@@ -444,6 +444,10 @@ const socChartOption = computed<EChartsOption>(() => {
{
type: 'bar',
barMaxWidth: isDrilldown ? 42 : 56,
+ showBackground: true,
+ backgroundStyle: {
+ color: 'rgba(22, 136, 245, 0.055)'
+ },
emphasis: {
focus: 'series',
itemStyle: {