Merge branch 'main' of git.zdool.com:xs/ggfwjsc
This commit is contained in:
commit
ec30d9845e
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
@ -8,6 +8,29 @@
|
||||||
<i></i>
|
<i></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="hypertension">
|
||||||
|
<pie3dMt1 :list="data.gxy"></pie3dMt1>
|
||||||
|
<edxs
|
||||||
|
:list="data.whistleblower.culeTotal.data"
|
||||||
|
:month="data.whistleblower.culeTotal.time"
|
||||||
|
></edxs>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex1">
|
||||||
|
<div class="yd_title left_2">
|
||||||
|
<div class="animate-border">
|
||||||
|
<i></i>
|
||||||
|
<i></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="ViewData">
|
||||||
|
<div class="ViewDatalist"></div>
|
||||||
|
<eP2
|
||||||
|
:list1="data.leftCenter1"
|
||||||
|
:list2="data.leftCenter2"
|
||||||
|
:year="data.leftCenterYear"
|
||||||
|
></eP2>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="displayFlex center_bg">
|
<div class="displayFlex center_bg">
|
||||||
|
@ -20,12 +43,17 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="minTopTitle"></div>
|
<div class="minTopTitle"></div>
|
||||||
<div class="minTopNum">
|
<div class="minTopNum">
|
||||||
<div class="numItem" v-for="(item,inex) in minData.minTop" :key="index">{{ item }}</div>
|
<div
|
||||||
|
class="numItem"
|
||||||
|
v-for="(item, inex) in minData.minTop"
|
||||||
|
:key="index"
|
||||||
|
>
|
||||||
|
{{ item }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="minPie">
|
<!-- <div class="minPie">
|
||||||
<Pie3dMt :list="minData.minPieData1"></Pie3dMt>
|
<Pie3dMt :list="minData.minPieData1"></Pie3dMt>
|
||||||
</div> -->
|
</div> -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="flex1">
|
<div class="flex1">
|
||||||
<div class="yd_title center_1">
|
<div class="yd_title center_1">
|
||||||
|
@ -75,9 +103,26 @@ import { ref, reactive, onMounted, onBeforeMount, computed } from "vue";
|
||||||
import right2 from "./echart_analyze/right2.vue";
|
import right2 from "./echart_analyze/right2.vue";
|
||||||
import right1 from "./echart_analyze/right1.vue";
|
import right1 from "./echart_analyze/right1.vue";
|
||||||
import http from "@/utils/request.js";
|
import http from "@/utils/request.js";
|
||||||
|
import pie3dMt1 from "./echart_analyze/pie3dMt1.vue";
|
||||||
|
import edxs from "./echart_analyze/edXS.vue";
|
||||||
|
import eP2 from "./echart_analyze/eP2.vue";
|
||||||
|
|
||||||
|
const showR = ref(false); //loading
|
||||||
|
const data = reactive({
|
||||||
|
leftTop1: [],
|
||||||
|
gxy: [], //高血压
|
||||||
|
whistleblower: {
|
||||||
|
culeTotal: {
|
||||||
|
data: ["100", "120", "199", "133", "210"],
|
||||||
|
time: ["61-70", "71-80", "81-90", "91-100", "100以上"],
|
||||||
|
},
|
||||||
|
}, //高血压柱状图
|
||||||
|
leftCenter1: ["100", "80", "199", "133", "210"], //大病住院
|
||||||
|
leftCenter2: ["100", "120", "199", "133", "210"], //糖尿病
|
||||||
|
leftCenterYear: ["2019", "2020", "2021", "2022", "2023"], //年份
|
||||||
|
});
|
||||||
const minData = reactive({
|
const minData = reactive({
|
||||||
minTop: ['4','9','1','6','2','人'],
|
minTop: ["4", "9", "1", "6", "2", "人"],
|
||||||
minPieData1: {
|
minPieData1: {
|
||||||
wfgz: "1500",
|
wfgz: "1500",
|
||||||
xstp: "1610",
|
xstp: "1610",
|
||||||
|
@ -85,9 +130,8 @@ const minData = reactive({
|
||||||
xxdc: "1610",
|
xxdc: "1610",
|
||||||
dzzh: "1610",
|
dzzh: "1610",
|
||||||
zq: "1610",
|
zq: "1610",
|
||||||
}
|
},
|
||||||
})
|
});
|
||||||
|
|
||||||
|
|
||||||
onMounted(() => {});
|
onMounted(() => {});
|
||||||
|
|
||||||
|
@ -154,6 +198,13 @@ onBeforeMount(() => {});
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.left_2 {
|
||||||
|
background-image: url(@/assets/images/sjfx/znfxSJCK.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
height: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
.center_0 {
|
.center_0 {
|
||||||
background-image: url(@/assets/images/sjfx/bft.png);
|
background-image: url(@/assets/images/sjfx/bft.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -347,6 +398,12 @@ onBeforeMount(() => {});
|
||||||
-webkit-box-shadow: inset 0 0 6px rgba(20, 20, 20, 0.3);
|
-webkit-box-shadow: inset 0 0 6px rgba(20, 20, 20, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hypertension {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
// .ViewData{
|
||||||
|
|
||||||
|
// }
|
||||||
.minTopTitle {
|
.minTopTitle {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
@ -396,7 +453,6 @@ onBeforeMount(() => {});
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: -10px 0;
|
margin: -10px 0;
|
||||||
.minPieImg {
|
.minPieImg {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -0,0 +1,235 @@
|
||||||
|
<template>
|
||||||
|
<div ref="chart" style="width: 100%; height: 260px"></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
import { onBeforeMount, reactive, ref } from "vue";
|
||||||
|
// 局部引入echarts核心模块
|
||||||
|
import * as echarts from "echarts";
|
||||||
|
|
||||||
|
const chart = ref(); // 创建DOM引用
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
list1: {
|
||||||
|
type: Array,
|
||||||
|
default: () => {
|
||||||
|
return [];
|
||||||
|
},
|
||||||
|
},
|
||||||
|
list2: {
|
||||||
|
type: Array,
|
||||||
|
default: () => {
|
||||||
|
return [];
|
||||||
|
},
|
||||||
|
},
|
||||||
|
year: {
|
||||||
|
type: Array,
|
||||||
|
default: () => {
|
||||||
|
return [];
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const data = reactive({
|
||||||
|
list1: [],
|
||||||
|
list2: [],
|
||||||
|
year: [],
|
||||||
|
option: {},
|
||||||
|
bg: [],
|
||||||
|
});
|
||||||
|
|
||||||
|
const getOption = () => {
|
||||||
|
data.option = {
|
||||||
|
tooltip: {
|
||||||
|
trigger: "axis",
|
||||||
|
padding: [20, 10, 20, 10],
|
||||||
|
formatter: "{b0}<br />{a1}:{c1} <br />{a2}:{c2}",
|
||||||
|
},
|
||||||
|
legend: {
|
||||||
|
data: ["大病住院", "糖尿病"],
|
||||||
|
top: "5%",
|
||||||
|
right: "10%",
|
||||||
|
textStyle: {
|
||||||
|
fontSize: 16,
|
||||||
|
color: "#ffffff",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
grid: {
|
||||||
|
top: "25%",
|
||||||
|
left: "10%",
|
||||||
|
right: "10%",
|
||||||
|
bottom: "3%",
|
||||||
|
containLabel: true,
|
||||||
|
},
|
||||||
|
|
||||||
|
xAxis: {
|
||||||
|
type: "category",
|
||||||
|
data: data.year,
|
||||||
|
axisLabel: {
|
||||||
|
//坐标轴刻度标签的相关设置
|
||||||
|
textStyle: {
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: 16,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
yAxis: [
|
||||||
|
{
|
||||||
|
type: "value",
|
||||||
|
name: "大病住院",
|
||||||
|
splitLine: {
|
||||||
|
show: true,
|
||||||
|
lineStyle: {
|
||||||
|
color: "rgba(255, 255, 255, 0.2)",
|
||||||
|
fontSize: 16,
|
||||||
|
width: 1,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
min: 0, // 设置Y轴最小值
|
||||||
|
max: function (value) {
|
||||||
|
// 自定义Y轴最大值,确保数据点显示在顶部
|
||||||
|
return Math.ceil(Math.max(value.max, value.max * 1.2) / 50) * 50;
|
||||||
|
},
|
||||||
|
nameTextStyle: {
|
||||||
|
// 设置Y轴名称的样式
|
||||||
|
fontSize: 14, // 这里设置字体大小为20
|
||||||
|
},
|
||||||
|
axisLabel: {
|
||||||
|
//坐标轴刻度标签的相关设置
|
||||||
|
textStyle: {
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: 16,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
axisLine: {
|
||||||
|
//y轴线的颜色以及宽度
|
||||||
|
show: false,
|
||||||
|
lineStyle: {
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: 16,
|
||||||
|
width: 1,
|
||||||
|
type: "solid",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "value",
|
||||||
|
// name: "糖尿病",
|
||||||
|
splitLine: {
|
||||||
|
show: false,
|
||||||
|
lineStyle: {
|
||||||
|
color: "rgba(255, 255, 255, 0.2)",
|
||||||
|
fontSize: 16,
|
||||||
|
width: 1,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
min: 0, // 设置Y轴最小值
|
||||||
|
max: function (value) {
|
||||||
|
// 自定义Y轴最大值,确保数据点显示在顶部
|
||||||
|
return Math.ceil(Math.max(value.max, value.max * 1.6) / 50) * 50;
|
||||||
|
},
|
||||||
|
nameTextStyle: {
|
||||||
|
// 设置Y轴名称的样式
|
||||||
|
fontSize: 14, // 这里设置字体大小为20
|
||||||
|
},
|
||||||
|
axisLabel: {
|
||||||
|
//坐标轴刻度标签的相关设置
|
||||||
|
textStyle: {
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: 16,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
axisLine: {
|
||||||
|
//y轴线的颜色以及宽度
|
||||||
|
show: false,
|
||||||
|
lineStyle: {
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: 16,
|
||||||
|
width: 1,
|
||||||
|
type: "solid",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
series: [
|
||||||
|
{
|
||||||
|
name: "背景",
|
||||||
|
type: "bar",
|
||||||
|
data: data.bg,
|
||||||
|
showBackground: true,
|
||||||
|
backgroundStyle: {
|
||||||
|
color: "rgba(180, 180, 180, 0.2)",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
yAxisIndex: 0,
|
||||||
|
name: "大病住院",
|
||||||
|
type: "line",
|
||||||
|
symbol: "emptyCircle",
|
||||||
|
symbolSize: 10,
|
||||||
|
itemStyle: {
|
||||||
|
borderColor: "#2468FF",
|
||||||
|
borderWidth: 1,
|
||||||
|
color: "#2468FF",
|
||||||
|
},
|
||||||
|
label: {
|
||||||
|
show: true,
|
||||||
|
color: "#ffffff",
|
||||||
|
formatter: function (data) {
|
||||||
|
return data.value;
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
data: data.list1,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
yAxisIndex: 1,
|
||||||
|
name: "糖尿病",
|
||||||
|
type: "line",
|
||||||
|
symbol: "emptyCircle",
|
||||||
|
|
||||||
|
symbolSize: 10,
|
||||||
|
itemStyle: {
|
||||||
|
borderColor: " #00FCFF ",
|
||||||
|
borderWidth: 1,
|
||||||
|
color: "#00FCFF ",
|
||||||
|
},
|
||||||
|
label: {
|
||||||
|
show: true,
|
||||||
|
color: "#ffffff",
|
||||||
|
formatter: function (data) {
|
||||||
|
return data.value;
|
||||||
|
},
|
||||||
|
},
|
||||||
|
data: data.list2,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
const setChart = () => {
|
||||||
|
// Vue3中: 需要引入
|
||||||
|
var myChart = echarts.init(chart.value);
|
||||||
|
|
||||||
|
// 使用刚指定的配置项和数据显示图表。
|
||||||
|
myChart.setOption(data.option);
|
||||||
|
};
|
||||||
|
|
||||||
|
// 使用生命钩子
|
||||||
|
// 使用生命钩子
|
||||||
|
onBeforeMount(() => {
|
||||||
|
setTimeout(() => {
|
||||||
|
data.list1 = props.list1;
|
||||||
|
data.list2 = props.list2;
|
||||||
|
data.year = props.year;
|
||||||
|
data.year.forEach(() => {
|
||||||
|
data.bg.push(0);
|
||||||
|
});
|
||||||
|
getOption();
|
||||||
|
setChart();
|
||||||
|
}, 600);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped></style>
|
|
@ -0,0 +1,201 @@
|
||||||
|
<template>
|
||||||
|
<div ref="chart" style="width: 50%; height: 210px"></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
import { onBeforeMount, onMounted, reactive, ref } from "vue";
|
||||||
|
// 局部引入echarts核心模块
|
||||||
|
import * as echarts from "echarts";
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
list: {
|
||||||
|
type: Array,
|
||||||
|
default: () => {
|
||||||
|
return [];
|
||||||
|
},
|
||||||
|
},
|
||||||
|
month: {
|
||||||
|
type: Array,
|
||||||
|
default: () => [],
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const chart = ref(); // 创建DOM引用
|
||||||
|
|
||||||
|
const data = reactive({
|
||||||
|
list: [],
|
||||||
|
month: [],
|
||||||
|
option: {},
|
||||||
|
});
|
||||||
|
const getOption = () => {
|
||||||
|
data.option = {
|
||||||
|
tooltip: {
|
||||||
|
trigger: "axis",
|
||||||
|
formatter: "{b0}<br />{a1}:{c1}",
|
||||||
|
},
|
||||||
|
grid: {
|
||||||
|
top: "20%",
|
||||||
|
left: "1%",
|
||||||
|
right: "5%",
|
||||||
|
bottom: "0%",
|
||||||
|
containLabel: true,
|
||||||
|
},
|
||||||
|
calculable: true,
|
||||||
|
xAxis: [
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
axisLabel: {
|
||||||
|
//坐标轴刻度标签的相关设置
|
||||||
|
textStyle: {
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: 16,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
axisTick: {
|
||||||
|
show: false, // 设置轴刻度不显示
|
||||||
|
},
|
||||||
|
data: data.month,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
axisTick: false,
|
||||||
|
type: "category",
|
||||||
|
data: data.month,
|
||||||
|
axisLabel: {
|
||||||
|
show: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
yAxis: [
|
||||||
|
{
|
||||||
|
type: "value",
|
||||||
|
splitLine: {
|
||||||
|
show: true,
|
||||||
|
lineStyle: {
|
||||||
|
color: "rgba(226, 226, 226, 0.3)",
|
||||||
|
width: 1,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
axisLabel: {
|
||||||
|
//坐标轴刻度标签的相关设置
|
||||||
|
textStyle: {
|
||||||
|
color: "#ffffff",
|
||||||
|
fontSize: 16,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "value",
|
||||||
|
min: 0,
|
||||||
|
max: 100,
|
||||||
|
splitLine: {
|
||||||
|
show: false,
|
||||||
|
lineStyle: {
|
||||||
|
type: "solid",
|
||||||
|
color: "rgb(221, 242, 255,0.1)",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
axisLine: {
|
||||||
|
show: false,
|
||||||
|
lineStyle: {
|
||||||
|
type: "dotted",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
axisLabel: {
|
||||||
|
show: false,
|
||||||
|
fontSize: 16,
|
||||||
|
fontFamily: "MicrosoftYaHei",
|
||||||
|
color: "#ffffff",
|
||||||
|
lineHeight: 19,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
series: [
|
||||||
|
{
|
||||||
|
z: 1,
|
||||||
|
name: "上部1",
|
||||||
|
type: "pictorialBar",
|
||||||
|
symbolPosition: "end",
|
||||||
|
data: data.list,
|
||||||
|
symbol: "diamond",
|
||||||
|
symbolOffset: [0, "-50%"],
|
||||||
|
symbolSize: [10, 10],
|
||||||
|
itemStyle: {
|
||||||
|
borderColor: "#2fffa4",
|
||||||
|
color: "rgba(23, 136, 255, 1)",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
z: 1,
|
||||||
|
name: "线索",
|
||||||
|
type: "bar",
|
||||||
|
barGap: "0%",
|
||||||
|
data: data.list,
|
||||||
|
barWidth: "25%",
|
||||||
|
label: {
|
||||||
|
show: true,
|
||||||
|
position: "top",
|
||||||
|
color: "#ffffff",
|
||||||
|
formatter: function (data) {
|
||||||
|
return data.value;
|
||||||
|
},
|
||||||
|
},
|
||||||
|
itemStyle: {
|
||||||
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||||
|
{
|
||||||
|
offset: 0,
|
||||||
|
color: "rgba(23, 136, 255, 1)",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
offset: 1,
|
||||||
|
color: "rgba(23, 136, 255, 0.20)",
|
||||||
|
},
|
||||||
|
]),
|
||||||
|
},
|
||||||
|
itemStyle: {
|
||||||
|
color: {
|
||||||
|
type: "linear",
|
||||||
|
x: 0,
|
||||||
|
x2: 1,
|
||||||
|
y: 0,
|
||||||
|
y2: 0,
|
||||||
|
colorStops: [
|
||||||
|
{ offset: 0, color: "rgba(23, 136, 255, .7)" },
|
||||||
|
{ offset: 0.5, color: "rgba(23, 136, 255, .7)" },
|
||||||
|
{ offset: 0.5, color: "rgba(23, 136, 255, .3)" },
|
||||||
|
{ offset: 1, color: "rgba(23, 136, 255, .5)" },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "bar",
|
||||||
|
xAxisIndex: 1,
|
||||||
|
yAxisIndex: 1,
|
||||||
|
itemStyle: {
|
||||||
|
color: "rgba(221, 242, 255, 0.1)",
|
||||||
|
fontSize: 16,
|
||||||
|
},
|
||||||
|
data: data.month.map(() => 100),
|
||||||
|
barWidth: 30,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
};
|
||||||
|
const setChart = () => {
|
||||||
|
var myChart = echarts.init(chart.value);
|
||||||
|
myChart.setOption(data.option);
|
||||||
|
};
|
||||||
|
// 使用生命钩子
|
||||||
|
onBeforeMount(() => {
|
||||||
|
setTimeout(() => {
|
||||||
|
data.list = props.list;
|
||||||
|
data.month = props.month;
|
||||||
|
// console.log(data.list, props.month, "教育");
|
||||||
|
getOption();
|
||||||
|
setChart();
|
||||||
|
}, 600);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped></style>
|
|
@ -0,0 +1,567 @@
|
||||||
|
<template>
|
||||||
|
<div
|
||||||
|
ref="chart"
|
||||||
|
style="width: 50%; height: 250px"
|
||||||
|
></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
import {
|
||||||
|
onMounted,
|
||||||
|
onBeforeMount,
|
||||||
|
ref,
|
||||||
|
reactive,
|
||||||
|
defineProps,
|
||||||
|
nextTick,
|
||||||
|
} from "vue";
|
||||||
|
// 局部引入echarts核心模块
|
||||||
|
import * as echarts from "echarts";
|
||||||
|
import "echarts-gl";
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
list: {
|
||||||
|
type: Array,
|
||||||
|
default: () => {
|
||||||
|
return [];
|
||||||
|
},
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const chart = ref(); // 创建DOM引用
|
||||||
|
|
||||||
|
const data = reactive({
|
||||||
|
list: [],
|
||||||
|
// pieData: [
|
||||||
|
// {
|
||||||
|
// name: "61-70岁", //名称
|
||||||
|
// value: "", //值
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// name: "71-80岁",
|
||||||
|
// value: "",
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// name: "81-90岁",
|
||||||
|
// value: "",
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// name: "91-100岁",
|
||||||
|
// value: "",
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// name: "100岁以上",
|
||||||
|
// value: "",
|
||||||
|
// },
|
||||||
|
// ],
|
||||||
|
option: {},
|
||||||
|
});
|
||||||
|
|
||||||
|
const colorList = [
|
||||||
|
"#FFE35F",
|
||||||
|
"#0081FF",
|
||||||
|
"#8ABEDB",
|
||||||
|
"#25B9C8",
|
||||||
|
"#30EB92",
|
||||||
|
"rgba(69, 244, 245)",
|
||||||
|
"rgba(7, 166, 255)",
|
||||||
|
"rgba(255, 208, 118)",
|
||||||
|
"rgba(109, 168, 198)",
|
||||||
|
"rgba(255, 255, 255)",
|
||||||
|
];
|
||||||
|
|
||||||
|
const pieData = reactive([
|
||||||
|
{
|
||||||
|
name: "高血压", //名称
|
||||||
|
value: 0, //值
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "非高血压",
|
||||||
|
value: 0,
|
||||||
|
},
|
||||||
|
]);
|
||||||
|
|
||||||
|
// const serData = pieData.map((dItem, index) => {
|
||||||
|
// return {
|
||||||
|
// ...dItem,
|
||||||
|
// value: Number(dItem.value),
|
||||||
|
// itemStyle: {
|
||||||
|
// color: colorList[index],
|
||||||
|
// },
|
||||||
|
// };
|
||||||
|
// });
|
||||||
|
|
||||||
|
//设置图表配置项
|
||||||
|
// const option = getPie3D(serData, 0.8);
|
||||||
|
|
||||||
|
const getOption = () => {
|
||||||
|
const serData = pieData.map((dItem, index) => {
|
||||||
|
return {
|
||||||
|
...dItem,
|
||||||
|
value: Number(dItem.value),
|
||||||
|
itemStyle: {
|
||||||
|
color: colorList[index],
|
||||||
|
},
|
||||||
|
};
|
||||||
|
});
|
||||||
|
data.option = getPie3D(serData, 0.8);
|
||||||
|
};
|
||||||
|
|
||||||
|
// 生成模拟 3D 饼图的配置项
|
||||||
|
function getPie3D(pieData, internalDiameterRatio) {
|
||||||
|
let series = [];
|
||||||
|
let sumValue = 0;
|
||||||
|
let startValue = 0;
|
||||||
|
let endValue = 0;
|
||||||
|
let legendData = [];
|
||||||
|
let k =
|
||||||
|
typeof internalDiameterRatio !== "undefined"
|
||||||
|
? (1 - internalDiameterRatio) / (1 + internalDiameterRatio)
|
||||||
|
: 1 / 3;
|
||||||
|
|
||||||
|
// 为每一个饼图数据,生成一个 series-surface 配置
|
||||||
|
for (let i = 0; i < pieData.length; i++) {
|
||||||
|
sumValue += pieData[i].value;
|
||||||
|
|
||||||
|
let seriesItem = {
|
||||||
|
name:
|
||||||
|
typeof pieData[i].name === "undefined" ? `series${i}` : pieData[i].name,
|
||||||
|
type: "surface",
|
||||||
|
parametric: true,
|
||||||
|
wireframe: {
|
||||||
|
show: false,
|
||||||
|
},
|
||||||
|
pieData: pieData[i],
|
||||||
|
pieStatus: {
|
||||||
|
selected: false,
|
||||||
|
hovered: false,
|
||||||
|
k: 1 / 10,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
if (typeof pieData[i].itemStyle != "undefined") {
|
||||||
|
let itemStyle = {};
|
||||||
|
|
||||||
|
typeof pieData[i].itemStyle.color != "undefined"
|
||||||
|
? (itemStyle.color = pieData[i].itemStyle.color)
|
||||||
|
: null;
|
||||||
|
typeof pieData[i].itemStyle.opacity != "undefined"
|
||||||
|
? (itemStyle.opacity = pieData[i].itemStyle.opacity)
|
||||||
|
: null;
|
||||||
|
|
||||||
|
seriesItem.itemStyle = itemStyle;
|
||||||
|
}
|
||||||
|
series.push(seriesItem);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 使用上一次遍历时,计算出的数据和 sumValue,调用 getParametricEquation 函数,
|
||||||
|
// 向每个 series-surface 传入不同的参数方程 series-surface.parametricEquation,也就是实现每一个扇形。
|
||||||
|
for (let i = 0; i < series.length; i++) {
|
||||||
|
endValue = startValue + series[i].pieData.value;
|
||||||
|
|
||||||
|
series[i].pieData.startRatio = startValue / sumValue;
|
||||||
|
series[i].pieData.endRatio = endValue / sumValue;
|
||||||
|
series[i].parametricEquation = getParametricEquation(
|
||||||
|
series[i].pieData.startRatio,
|
||||||
|
series[i].pieData.endRatio,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
k,
|
||||||
|
series[i].pieData.value
|
||||||
|
);
|
||||||
|
|
||||||
|
startValue = endValue;
|
||||||
|
|
||||||
|
legendData.push(series[i].name);
|
||||||
|
}
|
||||||
|
|
||||||
|
// // 补充一个透明的圆环,用于支撑高亮功能的近似实现。
|
||||||
|
// series.push({
|
||||||
|
// name: 'mouseoutSeries',
|
||||||
|
// type: 'surface',
|
||||||
|
// parametric: true,
|
||||||
|
// wireframe: {
|
||||||
|
// show: false,
|
||||||
|
// },
|
||||||
|
// width: '30px',
|
||||||
|
// itemStyle: {
|
||||||
|
// opacity: 0.7,
|
||||||
|
// color: '#fff',
|
||||||
|
// },
|
||||||
|
// parametricEquation: {
|
||||||
|
// u: {
|
||||||
|
// min: 0,
|
||||||
|
// max: Math.PI * 2,
|
||||||
|
// step: Math.PI / 20,
|
||||||
|
// },
|
||||||
|
// v: {
|
||||||
|
// min: 0,
|
||||||
|
// max: Math.PI ,
|
||||||
|
// step: Math.PI / 20,
|
||||||
|
// },
|
||||||
|
// x: function (u, v) {
|
||||||
|
// return ((Math.sin(v) * Math.sin(u) + Math.sin(u)) / Math.PI);
|
||||||
|
// },
|
||||||
|
// y: function (u, v) {
|
||||||
|
// return ((Math.sin(v) * Math.cos(u) + Math.cos(u)) / Math.PI) ;
|
||||||
|
// },
|
||||||
|
// z: function (u, v) {
|
||||||
|
// return Math.cos(v) > 0 ? -6 : -7;
|
||||||
|
// },
|
||||||
|
// },
|
||||||
|
// });
|
||||||
|
|
||||||
|
// 准备待返回的配置项,把准备好的 legendData、series 传入。
|
||||||
|
let option = {
|
||||||
|
//animation: false,
|
||||||
|
//图例组件
|
||||||
|
legend: {
|
||||||
|
data: legendData,
|
||||||
|
color: [
|
||||||
|
"#8FD7FC",
|
||||||
|
"#466BE7",
|
||||||
|
"#F4BB29",
|
||||||
|
"#49C384",
|
||||||
|
"#8FD7FC",
|
||||||
|
"#466BE7",
|
||||||
|
"#F4BB29",
|
||||||
|
"#49C384",
|
||||||
|
],
|
||||||
|
width: "40%",
|
||||||
|
//图例列表的布局朝向。
|
||||||
|
orient: "vertical",
|
||||||
|
right: 1,
|
||||||
|
top: "center",
|
||||||
|
//图例文字每项之间的间隔
|
||||||
|
itemGap: 10,
|
||||||
|
show: false,
|
||||||
|
icon: "rect",
|
||||||
|
itemHeight: 10,
|
||||||
|
itemWidth: 25,
|
||||||
|
textStyle: {
|
||||||
|
//图例字体大小
|
||||||
|
fontSize: 16,
|
||||||
|
color: "#FFFFFF",
|
||||||
|
lineHeight: 20,
|
||||||
|
},
|
||||||
|
|
||||||
|
//格式化图例文本
|
||||||
|
formatter: function (name) {
|
||||||
|
var target;
|
||||||
|
for (var i = 0, l = pieData.length; i < l; i++) {
|
||||||
|
if (pieData[i].name == name) {
|
||||||
|
target = pieData[i].value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (name == "91-100岁") {
|
||||||
|
return ` ${name} ${target} 人`;
|
||||||
|
} else if (name == "100岁以上") {
|
||||||
|
return ` ${name} ${target} 人`;
|
||||||
|
} else {
|
||||||
|
return ` ${name} ${target} 人`;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
//移动上去提示的文本内容
|
||||||
|
tooltip: {
|
||||||
|
backgroundColor: "rgba(18, 55, 85, 0.8);",
|
||||||
|
borderColor: "transparent",
|
||||||
|
formatter: (params) => {
|
||||||
|
if (
|
||||||
|
params.seriesName !== "mouseoutSeries" &&
|
||||||
|
params.seriesName !== "pie2d"
|
||||||
|
) {
|
||||||
|
let bfb = (
|
||||||
|
(option.series[params.seriesIndex].pieData.endRatio -
|
||||||
|
option.series[params.seriesIndex].pieData.startRatio) *
|
||||||
|
100
|
||||||
|
).toFixed(2);
|
||||||
|
const value = option.series[params.seriesIndex].pieData.value;
|
||||||
|
return (
|
||||||
|
`<div style='color:#FFFFFF;'>` +
|
||||||
|
`<span style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:${params.color};"></span>` +
|
||||||
|
`${params.seriesName}<br/>` +
|
||||||
|
`<span style='margin-right:20px'>${value}人</span>` +
|
||||||
|
`<span >${bfb}%</span>` +
|
||||||
|
`</div>`
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
xAxis3D: {},
|
||||||
|
yAxis3D: {},
|
||||||
|
zAxis3D: {},
|
||||||
|
grid3D: {
|
||||||
|
viewControl: {
|
||||||
|
autoRotate: true,
|
||||||
|
rotateSensitivity: 0, //设置为0无法旋转
|
||||||
|
zoomSensitivity: 0, //设置为0无法缩放
|
||||||
|
panSensitivity: 0, //设置为0无法平移
|
||||||
|
alpha: 25, //角度(这个很重要 调节角度的)
|
||||||
|
distance: 100, //调整视角到主体的距离,类似调整zoom(这是整体大小)
|
||||||
|
},
|
||||||
|
top: "-30",
|
||||||
|
left: "0",
|
||||||
|
width: "100%",
|
||||||
|
show: false,
|
||||||
|
boxHeight: 20,
|
||||||
|
},
|
||||||
|
series: series,
|
||||||
|
};
|
||||||
|
return option;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 生成扇形的曲面参数方程,用于 series-surface.parametricEquation
|
||||||
|
function getParametricEquation(
|
||||||
|
startRatio,
|
||||||
|
endRatio,
|
||||||
|
isSelected,
|
||||||
|
isHovered,
|
||||||
|
k,
|
||||||
|
h
|
||||||
|
) {
|
||||||
|
// 计算
|
||||||
|
let midRatio = (startRatio + endRatio) / 2;
|
||||||
|
let startRadian = startRatio * Math.PI * 2;
|
||||||
|
let endRadian = endRatio * Math.PI * 2;
|
||||||
|
let midRadian = midRatio * Math.PI * 2;
|
||||||
|
// 如果只有一个扇形,则不实现选中效果。
|
||||||
|
if (startRatio === 0 && endRatio === 1) {
|
||||||
|
isSelected = false;
|
||||||
|
}
|
||||||
|
// 通过扇形内径/外径的值,换算出辅助参数 k(默认值 1/3)
|
||||||
|
k = typeof k !== "undefined" ? k : 1 / 3;
|
||||||
|
// 计算选中效果分别在 x 轴、y 轴方向上的位移(未选中,则位移均为 0)
|
||||||
|
let offsetX = isSelected ? Math.cos(midRadian) * 0.1 : 0;
|
||||||
|
let offsetY = isSelected ? Math.sin(midRadian) * 0.1 : 0;
|
||||||
|
// 计算高亮效果的放大比例(未高亮,则比例为 1)
|
||||||
|
let hoverRate = isHovered ? 1.05 : 1;
|
||||||
|
// 返回曲面参数方程
|
||||||
|
return {
|
||||||
|
u: {
|
||||||
|
min: -Math.PI,
|
||||||
|
max: Math.PI * 3,
|
||||||
|
step: Math.PI / 32,
|
||||||
|
},
|
||||||
|
v: {
|
||||||
|
min: 0,
|
||||||
|
max: Math.PI * 2,
|
||||||
|
step: Math.PI / 20,
|
||||||
|
},
|
||||||
|
x: function (u, v) {
|
||||||
|
if (u < startRadian) {
|
||||||
|
return (
|
||||||
|
offsetX + Math.cos(startRadian) * (1 + Math.cos(v) * k) * hoverRate
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (u > endRadian) {
|
||||||
|
return (
|
||||||
|
offsetX + Math.cos(endRadian) * (1 + Math.cos(v) * k) * hoverRate
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return offsetX + Math.cos(u) * (1 + Math.cos(v) * k) * hoverRate;
|
||||||
|
},
|
||||||
|
y: function (u, v) {
|
||||||
|
if (u < startRadian) {
|
||||||
|
return (
|
||||||
|
offsetY + Math.sin(startRadian) * (1 + Math.cos(v) * k) * hoverRate
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (u > endRadian) {
|
||||||
|
return (
|
||||||
|
offsetY + Math.sin(endRadian) * (1 + Math.cos(v) * k) * hoverRate
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return offsetY + Math.sin(u) * (1 + Math.cos(v) * k) * hoverRate;
|
||||||
|
},
|
||||||
|
z: function (u, v) {
|
||||||
|
if (u < -Math.PI * 0.5) {
|
||||||
|
return Math.sin(u);
|
||||||
|
}
|
||||||
|
if (u > Math.PI * 2.5) {
|
||||||
|
return Math.sin(u) * h * 0.1;
|
||||||
|
}
|
||||||
|
return Math.sin(v) > 0 ? 1 * h * 0.1 : -1;
|
||||||
|
},
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
// 监听鼠标事件,实现饼图选中效果(单选),近似实现高亮(放大)效果。
|
||||||
|
function bindListen(myChart) {
|
||||||
|
let selectedIndex = "";
|
||||||
|
let hoveredIndex = "";
|
||||||
|
// 监听点击事件,实现选中效果(单选)
|
||||||
|
myChart.on("click", function (params) {
|
||||||
|
// 从 option.series 中读取重新渲染扇形所需的参数,将是否选中取反。
|
||||||
|
let isSelected = !option.series[params.seriesIndex].pieStatus.selected;
|
||||||
|
let isHovered = option.series[params.seriesIndex].pieStatus.hovered;
|
||||||
|
let k = option.series[params.seriesIndex].pieStatus.k;
|
||||||
|
let startRatio = option.series[params.seriesIndex].pieData.startRatio;
|
||||||
|
let endRatio = option.series[params.seriesIndex].pieData.endRatio;
|
||||||
|
// 如果之前选中过其他扇形,将其取消选中(对 option 更新)
|
||||||
|
if (selectedIndex !== "" && selectedIndex !== params.seriesIndex) {
|
||||||
|
option.series[selectedIndex].parametricEquation = getParametricEquation(
|
||||||
|
option.series[selectedIndex].pieData.startRatio,
|
||||||
|
option.series[selectedIndex].pieData.endRatio,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
k,
|
||||||
|
option.series[selectedIndex].pieData.value
|
||||||
|
);
|
||||||
|
option.series[selectedIndex].pieStatus.selected = false;
|
||||||
|
}
|
||||||
|
// 对当前点击的扇形,执行选中/取消选中操作(对 option 更新)
|
||||||
|
option.series[params.seriesIndex].parametricEquation =
|
||||||
|
getParametricEquation(
|
||||||
|
startRatio,
|
||||||
|
endRatio,
|
||||||
|
isSelected,
|
||||||
|
isHovered,
|
||||||
|
k,
|
||||||
|
option.series[params.seriesIndex].pieData.value
|
||||||
|
);
|
||||||
|
option.series[params.seriesIndex].pieStatus.selected = isSelected;
|
||||||
|
// 如果本次是选中操作,记录上次选中的扇形对应的系列号 seriesIndex
|
||||||
|
isSelected ? (selectedIndex = params.seriesIndex) : null;
|
||||||
|
// 使用更新后的 option,渲染图表
|
||||||
|
myChart.setOption(option);
|
||||||
|
});
|
||||||
|
// 监听 mouseover,近似实现高亮(放大)效果
|
||||||
|
myChart.on("mouseover", function (params) {
|
||||||
|
// 准备重新渲染扇形所需的参数
|
||||||
|
let isSelected;
|
||||||
|
let isHovered;
|
||||||
|
let startRatio;
|
||||||
|
let endRatio;
|
||||||
|
let k;
|
||||||
|
// 如果触发 mouseover 的扇形当前已高亮,则不做操作
|
||||||
|
if (hoveredIndex === params.seriesIndex) {
|
||||||
|
return;
|
||||||
|
// 否则进行高亮及必要的取消高亮操作
|
||||||
|
} else {
|
||||||
|
// 如果当前有高亮的扇形,取消其高亮状态(对 option 更新)
|
||||||
|
if (hoveredIndex !== "") {
|
||||||
|
// 从 option.series 中读取重新渲染扇形所需的参数,将是否高亮设置为 false。
|
||||||
|
isSelected = option.series[hoveredIndex].pieStatus.selected;
|
||||||
|
isHovered = false;
|
||||||
|
startRatio = option.series[hoveredIndex].pieData.startRatio;
|
||||||
|
endRatio = option.series[hoveredIndex].pieData.endRatio;
|
||||||
|
k = option.series[hoveredIndex].pieStatus.k;
|
||||||
|
// 对当前点击的扇形,执行取消高亮操作(对 option 更新)
|
||||||
|
option.series[hoveredIndex].parametricEquation = getParametricEquation(
|
||||||
|
startRatio,
|
||||||
|
endRatio,
|
||||||
|
isSelected,
|
||||||
|
isHovered,
|
||||||
|
k,
|
||||||
|
option.series[hoveredIndex].pieData.value
|
||||||
|
);
|
||||||
|
option.series[hoveredIndex].pieStatus.hovered = isHovered;
|
||||||
|
// 将此前记录的上次选中的扇形对应的系列号 seriesIndex 清空
|
||||||
|
hoveredIndex = "";
|
||||||
|
}
|
||||||
|
// 如果触发 mouseover 的扇形不是透明圆环,将其高亮(对 option 更新)
|
||||||
|
if (
|
||||||
|
params.seriesName !== "mouseoutSeries" &&
|
||||||
|
params.seriesName !== "pie2d"
|
||||||
|
) {
|
||||||
|
// 从 option.series 中读取重新渲染扇形所需的参数,将是否高亮设置为 true。
|
||||||
|
isSelected = option.series[params.seriesIndex].pieStatus.selected;
|
||||||
|
isHovered = true;
|
||||||
|
startRatio = option.series[params.seriesIndex].pieData.startRatio;
|
||||||
|
endRatio = option.series[params.seriesIndex].pieData.endRatio;
|
||||||
|
k = option.series[params.seriesIndex].pieStatus.k;
|
||||||
|
// 对当前点击的扇形,执行高亮操作(对 option 更新)
|
||||||
|
option.series[params.seriesIndex].parametricEquation =
|
||||||
|
getParametricEquation(
|
||||||
|
startRatio,
|
||||||
|
endRatio,
|
||||||
|
isSelected,
|
||||||
|
isHovered,
|
||||||
|
k,
|
||||||
|
option.series[params.seriesIndex].pieData.value + 5
|
||||||
|
);
|
||||||
|
option.series[params.seriesIndex].pieStatus.hovered = isHovered;
|
||||||
|
// 记录上次高亮的扇形对应的系列号 seriesIndex
|
||||||
|
hoveredIndex = params.seriesIndex;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 使用更新后的 option,渲染图表
|
||||||
|
myChart.setOption(option);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
// 修正取消高亮失败的 bug
|
||||||
|
myChart.on("globalout", function () {
|
||||||
|
// 准备重新渲染扇形所需的参数
|
||||||
|
let isSelected;
|
||||||
|
let isHovered;
|
||||||
|
let startRatio;
|
||||||
|
let endRatio;
|
||||||
|
let k;
|
||||||
|
if (hoveredIndex !== "") {
|
||||||
|
// 从 option.series 中读取重新渲染扇形所需的参数,将是否高亮设置为 true。
|
||||||
|
isSelected = option.series[hoveredIndex].pieStatus.selected;
|
||||||
|
isHovered = false;
|
||||||
|
k = option.series[hoveredIndex].pieStatus.k;
|
||||||
|
startRatio = option.series[hoveredIndex].pieData.startRatio;
|
||||||
|
endRatio = option.series[hoveredIndex].pieData.endRatio;
|
||||||
|
// 对当前点击的扇形,执行取消高亮操作(对 option 更新)
|
||||||
|
option.series[hoveredIndex].parametricEquation = getParametricEquation(
|
||||||
|
startRatio,
|
||||||
|
endRatio,
|
||||||
|
isSelected,
|
||||||
|
isHovered,
|
||||||
|
k,
|
||||||
|
option.series[hoveredIndex].pieData.value
|
||||||
|
);
|
||||||
|
option.series[hoveredIndex].pieStatus.hovered = isHovered;
|
||||||
|
// 将此前记录的上次选中的扇形对应的系列号 seriesIndex 清空
|
||||||
|
hoveredIndex = "";
|
||||||
|
}
|
||||||
|
// 使用更新后的 option,渲染图表
|
||||||
|
myChart.setOption(option);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// 使用生命钩子
|
||||||
|
// onMounted(() => {
|
||||||
|
// // 基于准备好的dom,初始化echarts实例
|
||||||
|
// // var myChart = echarts.init(document.getElementById('main'));
|
||||||
|
// // Vue3中: 需要引入
|
||||||
|
// var myChart = echarts.init(chart.value);
|
||||||
|
// //设置交互事件 鼠标移入 点击
|
||||||
|
// // bindListen(myChart)
|
||||||
|
// // init(); // vue3.2没有this
|
||||||
|
// // 使用刚指定的配置项和数据显示图表。
|
||||||
|
// myChart.setOption(option);
|
||||||
|
|
||||||
|
// // 单图表响应式: 跟随浏览器大小改变
|
||||||
|
// window.addEventListener("resize", () => {
|
||||||
|
// myChart.resize();
|
||||||
|
// });
|
||||||
|
// });
|
||||||
|
const setChart = () => {
|
||||||
|
var myChart = echarts.init(chart.value);
|
||||||
|
myChart.setOption(data.option);
|
||||||
|
// 单图表响应式: 跟随浏览器大小改变
|
||||||
|
window.addEventListener("resize", () => {
|
||||||
|
myChart.resize();
|
||||||
|
});
|
||||||
|
};
|
||||||
|
// 使用生命钩子
|
||||||
|
onBeforeMount(() => {
|
||||||
|
setTimeout(() => {
|
||||||
|
// data.list = props.list;
|
||||||
|
data.list = {
|
||||||
|
gxy:"1500",
|
||||||
|
notGxy:"1610",
|
||||||
|
}
|
||||||
|
pieData[0].value = data.list.gxy;
|
||||||
|
pieData[1].value = data.list.notGxy;
|
||||||
|
|
||||||
|
getOption();
|
||||||
|
setChart();
|
||||||
|
}, 600);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped></style>
|
Loading…
Reference in New Issue