This commit is contained in:
姚宇浩 2024-08-02 16:35:23 +08:00
parent a6f16fd8ec
commit 32f7b82882
3 changed files with 128 additions and 120 deletions

View File

@ -33,13 +33,6 @@ const colors = [
bottom: "rgba(14, 252, 255, .46)", bottom: "rgba(14, 252, 255, .46)",
front: "rgba(14, 252, 255, .66)", front: "rgba(14, 252, 255, .66)",
}, },
{
left: "rgba(60, 143, 255, .16)",
right: "rgba(60, 143, 255, .6)",
top: "rgba(60, 143, 255, 1)",
bottom: "rgba(60, 143, 255, .46)",
front: "rgba(60, 143, 255, .66)",
},
]; ];
const maxList = ref([ const maxList = ref([
190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190,
@ -65,7 +58,7 @@ const data = reactive({
"溪口镇", "溪口镇",
"社阳乡", "社阳乡",
"詹家镇", "詹家镇",
"龙街道", "龙街道",
"湖镇镇", "湖镇镇",
], ],
}); });
@ -120,7 +113,7 @@ const CubeRight_1 = echarts.graphic.extendShape({
buildPath: function (ctx, shape) { buildPath: function (ctx, shape) {
const xAxisPoint = shape.xAxisPoint; const xAxisPoint = shape.xAxisPoint;
const c0 = [shape.x - 18, shape.y]; const c0 = [shape.x - 18, shape.y];
const c1 = [shape.x -5, shape.y - 14]; const c1 = [shape.x - 5, shape.y - 14];
const c2 = [xAxisPoint[0] - 5, xAxisPoint[1] - 14]; const c2 = [xAxisPoint[0] - 5, xAxisPoint[1] - 14];
const c3 = [xAxisPoint[0] - 18, xAxisPoint[1]]; const c3 = [xAxisPoint[0] - 18, xAxisPoint[1]];
ctx ctx
@ -187,8 +180,8 @@ const CubeLeft_2 = echarts.graphic.extendShape({
// canvasshapecustom // canvasshapecustom
const xAxisPoint = shape.xAxisPoint; const xAxisPoint = shape.xAxisPoint;
const c0 = [shape.x - 0, shape.y]; const c0 = [shape.x - 0, shape.y];
const c1 = [shape.x +13, shape.y - 14]; const c1 = [shape.x + 13, shape.y - 14];
const c2 = [xAxisPoint[0] +13, xAxisPoint[1] - 14]; const c2 = [xAxisPoint[0] + 13, xAxisPoint[1] - 14];
const c3 = [xAxisPoint[0] - 0, xAxisPoint[1]]; const c3 = [xAxisPoint[0] - 0, xAxisPoint[1]];
ctx ctx
.moveTo(c0[0], c0[1]) .moveTo(c0[0], c0[1])
@ -534,7 +527,14 @@ const getOption = () => {
], ],
}; };
}, },
//
itemStyle: {
show: true,
color: {
type: "linear",
colorStops: [{ offset: 1, color: "rgba(234, 162, 57, 1)" }],
},
},
data: data.valueList, data: data.valueList,
}, },
{ {
@ -620,7 +620,14 @@ const getOption = () => {
], ],
}; };
}, },
//
itemStyle: {
show: true,
color: {
type: "linear",
colorStops: [{ offset: 1, color: "rgba(14, 252, 255, 1)" }],
},
},
data: data.valueList2, data: data.valueList2,
}, },
], ],

View File

@ -268,7 +268,8 @@ const getData =(nm,identNo)=>{
} }
onMounted(()=>{ onMounted(()=>{
// console.log(routers.query); // console.log(routers.query);
getData(routers.query.nm,routers.query.identNo) // getData(routers.query.nm,routers.query.identNo)
}) })
</script> </script>

View File

@ -111,7 +111,7 @@
<div class="right" style="width: 517px"> <div class="right" style="width: 517px">
<div class="jbggfwq"> <div class="jbggfwq">
<div class="title"> <div class="title">
<div class="title_name"><span> 基本公共服务圈</span></div> <div class="title_name" ><span> 基本公共服务圈</span></div>
</div> </div>
<div class="jbggfwq_content"> <div class="jbggfwq_content">
<div <div