更新大屏

This commit is contained in:
2025-07-14 10:09:55 +08:00
parent cd4f8a95d2
commit d32f7fe5bc
6 changed files with 66 additions and 155 deletions

View File

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