更新
This commit is contained in:
@ -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%"],
|
||||
|
Reference in New Issue
Block a user