更新
This commit is contained in:
parent
3b4ffc6a06
commit
aa8b574b35
|
@ -15,7 +15,6 @@ const optionsData = [
|
|||
name: "待办",
|
||||
value: 2056,
|
||||
itemStyle: {
|
||||
// color: "#2A71FF"
|
||||
echarts:'rgba(44,44,44,0.8)'
|
||||
}
|
||||
},
|
||||
|
@ -54,7 +53,7 @@ const echartInit = () => {
|
|||
name: "pie2d",
|
||||
type: "pie",
|
||||
label: {
|
||||
// show: false,
|
||||
show: false,
|
||||
opacity: 1,
|
||||
fontSize: 14,
|
||||
lineHeight: 20,
|
||||
|
@ -64,7 +63,7 @@ const echartInit = () => {
|
|||
}
|
||||
},
|
||||
labelLine: {
|
||||
// show: false,
|
||||
show: false,
|
||||
length: 20,
|
||||
length2: 25
|
||||
},
|
||||
|
@ -90,7 +89,7 @@ const echartInit = () => {
|
|||
itemGap: 14,
|
||||
itemHeight: 8,
|
||||
itemWidth: 17,
|
||||
right: "2%",
|
||||
right: "20%",
|
||||
textStyle: {
|
||||
color: "#fff",
|
||||
fontSize: 12
|
||||
|
@ -152,11 +151,11 @@ const echartInit = () => {
|
|||
show: false,
|
||||
boxHeight: 0.01,
|
||||
bottom: "50%",
|
||||
left:'-12%',
|
||||
left:'-18%',
|
||||
// environment: "rgba(255,255,255,0)",// 环境颜色
|
||||
viewControl: {
|
||||
distance: 180, //圆环的大小 ,值越大换越小
|
||||
alpha: 25, //倾斜的角度
|
||||
distance: 130, //圆环的大小 ,值越大换越小
|
||||
alpha: 30, //倾斜的角度
|
||||
beta: 0,//旋转的角度
|
||||
autoRotate: false // 取消自动旋转
|
||||
}
|
||||
|
|
|
@ -71,7 +71,6 @@
|
|||
<script setup>
|
||||
import * as MOSTY from "@/components/MyComponents/index";
|
||||
import YjItem from "./components/yjItem.vue";
|
||||
import Count from "./components/count.vue";
|
||||
import WarningCount from "./components/WarningCount.vue";
|
||||
import BarHatEcharts from "@/views/home/echarts/barHatEcharts.vue";
|
||||
import { reactive, ref } from "vue";
|
||||
|
|
Loading…
Reference in New Issue
Block a user