@@ -78,7 +78,7 @@ const model = ref([
7878 { key: ' style.fontFamily' , def: ' inherit' , type: ' text' , label: " fontFamily" , category: ' general' },
7979 { key: ' style.chart.useGradient' , def: true , type: ' checkbox' , label: ' useGradient' , category: ' general' },
8080 { key: ' style.chart.gradientIntensity' , def: 40 , min: 0 , max: 100 , type: ' range' , label: ' gradientIntensity' , category: ' general' },
81- { key: ' style.chart.backgroundColor' , def: ' #FFFFFF ' , type: ' color' , label: ' backgroundColor' , category: ' general' },
81+ { key: ' style.chart.backgroundColor' , def: ' #FFFFFF20 ' , type: ' color' , label: ' backgroundColor' , category: ' general' },
8282 { key: ' style.chart.color' , def: ' #1A1A1A' , type: ' color' , label: ' textColor' , category: ' general' },
8383 { key: ' style.chart.layout.labels.dataLabels.show' , def: true , type: ' checkbox' , label: ' show' , category: ' labels' },
8484 { key: ' style.chart.layout.labels.dataLabels.hideUnderValue' , def: 3 , type: ' number' , min: 0 , max: 100 , label: ' hideUnderValue' , category: ' labels' },
@@ -125,7 +125,7 @@ const model = ref([
125125 { key: ' style.chart.layout.donut.useShadow' , def: true , type: ' checkbox' },
126126 { key: ' style.chart.layout.donut.shadowColor' , def: ' #1A1A1A' , type: ' color' },
127127 { key: ' style.chart.legend.show' , def: true , type: ' checkbox' , label: ' show' , category: ' legend' },
128- { key: ' style.chart.legend.backgroundColor' , def: ' #FFFFFF ' , type: ' color' , label: ' backgroundColor' , category: ' legend' },
128+ { key: ' style.chart.legend.backgroundColor' , def: ' #FFFFFF20 ' , type: ' color' , label: ' backgroundColor' , category: ' legend' },
129129 { key: ' style.chart.legend.color' , def: ' #1A1A1A' , type: ' color' , label: ' textColor' , category: ' legend' },
130130 { key: ' style.chart.legend.fontSize' , def: 16 , type: ' number' , min: 6 , max: 42 , label: ' fontSize' , category: ' legend' },
131131 { key: ' style.chart.legend.bold' , def: false , type: ' checkbox' , label: ' bold' , category: ' legend' },
0 commit comments