This commit is contained in:
2025-07-24 11:20:50 +08:00
parent 2eb2a41b06
commit 03d2e9f459
4 changed files with 31 additions and 21 deletions

View File

@ -9,11 +9,11 @@ import { ref, watch ,defineProps,nextTick } from "vue";
const props = defineProps({
echartsId:{
type:String,
default:'barId'
default:'lineId'
},
color:{
type:String,
default:'#0072ff'
default:'lineId'
},
data:{
type:Array,
@ -72,7 +72,7 @@ const initChart = (data) => {
},
series: [
{
name: "",
name: "情报反馈统计",
type: "pie",
radius: ["40%", "75%"],
center: ["30%", "50%"],