From da4257bc32483409af02a06dd342c6981ec786ec Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期一, 17 十一月 2025 17:14:14 +0800
Subject: [PATCH] 更新大屏幕页面和任务信息页面
---
项目代码/BigScreen/src/components/echart/centerLeft/centerLeft3Chart/chart.vue | 29 +++++++++--------------------
1 files changed, 9 insertions(+), 20 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/BigScreen/src/components/echart/centerLeft1Chart/chart.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/BigScreen/src/components/echart/centerLeft/centerLeft3Chart/chart.vue"
similarity index 69%
rename from "\351\241\271\347\233\256\344\273\243\347\240\201/BigScreen/src/components/echart/centerLeft1Chart/chart.vue"
rename to "\351\241\271\347\233\256\344\273\243\347\240\201/BigScreen/src/components/echart/centerLeft/centerLeft3Chart/chart.vue"
index ef0c909..1c433c8 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/BigScreen/src/components/echart/centerLeft1Chart/chart.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/BigScreen/src/components/echart/centerLeft/centerLeft3Chart/chart.vue"
@@ -2,15 +2,15 @@
<div>
<Echart
:options="options"
- id="centreLeft1Chart"
+ id="centreLeft3Chart"
height="220px"
- width="360px"
+ width="260px"
></Echart>
</div>
</template>
<script>
-import * as echarts from 'echarts';
+import Echart from '@/common/echart'
export default {
data () {
return {
@@ -18,7 +18,7 @@
};
},
components: {
- echarts,
+ Echart,
},
props: {
cdata: {
@@ -33,19 +33,8 @@
color: [
"#37a2da",
"#32c5e9",
- "#9fe6b8",
- "#ffdb5c",
- "#ff9f7f",
- "#fb7293",
- "#e7bcf3",
- "#8378ea"
+ "#ccc",
],
- legend:{
- textStyle:{
- color:"#ffffff",
- fontSize:18
- }
- },
tooltip: {
trigger: "item",
formatter: "{a} <br/>{b} : {c} ({d}%)"
@@ -66,11 +55,11 @@
},
series: [
{
- name: "閫氳繃鐜囩粺璁�",
+ name: "璐т綅鐘舵��",
type: "pie",
- radius: [20, 60],
- roseType: "area",
- center: ["50%", "50%"],
+ radius: [10, 50],
+ // roseType: "area",
+ center: ["50%", "40%"],
data: newData.seriesData
}
]
--
Gitblit v1.9.3