diff --git a/src/hooks/useEcharts.ts b/src/hooks/useEcharts.ts index 3000838..abc54cc 100644 --- a/src/hooks/useEcharts.ts +++ b/src/hooks/useEcharts.ts @@ -92,7 +92,7 @@ export function useEcharts(el: Ref, chartOptions: Ref({ title: { text: '饼图', }, - backgroundColor: 'transparent', color: [ '#37a2da', '#32c5e9', @@ -83,7 +82,6 @@ const lineOptions = ref({ title: { text: '折线图', }, - backgroundColor: 'transparent', tooltip: { trigger: 'axis', axisPointer: { @@ -276,7 +274,6 @@ const barOptions = ref({ title: { text: '柱状图', }, - backgroundColor: 'transparent', tooltip: {}, grid: { top: '8%', @@ -418,7 +415,6 @@ const radarOptions = ref({ title: { text: 'Multiple Radar', }, - backgroundColor: 'transparent', tooltip: {}, legend: { left: 'center',