@@ -157,7 +157,7 @@ const model = ref([
157157 { key: ' style.fontFamily' , def: ' inherit' , type: " text" },
158158 { key: ' style.chart.height' , def: 512 , type: ' number' , min: 100 , max: 1000 },
159159 { key: ' style.chart.width' , def: 512 , type: ' number' , min: 100 , max: 1000 },
160- { key: ' style.chart.backgroundColor' , def: ' #FFFFFF ' , type: ' color' },
160+ { key: ' style.chart.backgroundColor' , def: ' #FFFFFF20 ' , type: ' color' },
161161 { key: ' style.chart.color' , def: ' #1A1A1A' , type: ' color' },
162162 { key: ' style.chart.layout.labels.quadrantLabels.show' , def: true , type: ' checkbox' },
163163 { key: ' style.chart.layout.labels.quadrantLabels.tl.text' , def: ' Top left label' , type: ' text' },
@@ -249,7 +249,7 @@ const themeOptions = ref([
249249 " default"
250250])
251251
252- const currentTheme = ref (themeOptions .value [3 ])
252+ const currentTheme = ref (themeOptions .value [4 ])
253253
254254const config = computed (() => {
255255 const c = convertArrayToObject (model .value );
0 commit comments