Browse Source

机台在线数据,完成情况比例圈颜色 :看板比例颜色调整:小于75的蓝色 ,75-100(不包含)黄色,100以上红色

xiaost 1 year ago
parent
commit
409bcd72e5
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/components/cxchart/bottom/index.vue

+ 7 - 7
src/components/cxchart/bottom/index.vue

@@ -51,11 +51,11 @@
             type: Object,
             default: function () {
               return {
-                textStyle: "#f8c351",
+                textStyle: "#f5c35a",
                 series: {
                   color: ["rgba(212,177,0,0.29)", "transparent"],
                   dataColor: {
-                    normal: "#f4cc03",
+                    normal: "#fac858",
                     shadowColor: "#f5df97"
                   }
                 }
@@ -66,11 +66,11 @@
             type: Object,
             default: function () {
               return {
-                textStyle: "#ea5062",
+                textStyle: "#ee6b6b",
                 series: {
                   color: ["rgba(212,0,64,0.29)", "transparent"],
                   dataColor: {
-                    normal: "#f4031f",
+                    normal: "#ee6666",
                     shadowColor: "#ec898c"
                   }
                 }
@@ -97,7 +97,7 @@
                       series: [
                         {
                           type: "pie",
-                          radius: ["95%", "80%"],
+                          radius: ["95%", "85%"],
                           center: ["50%", "50%"],
                           hoverAnimation: false,
                           color: this.colorObj.series.color,
@@ -139,7 +139,7 @@
                       series: [
                         {
                           type: "pie",
-                          radius: ["95%", "80%"],
+                          radius: ["95%", "85%"],
                           center: ["50%", "50%"],
                           hoverAnimation: false,
                           color: this.colorObj2.series.color,
@@ -181,7 +181,7 @@
                       series: [
                         {
                           type: "pie",
-                          radius: ["95%", "80%"],
+                          radius: ["95%", "85%"],
                           center: ["50%", "50%"],
                           hoverAnimation: false,
                           color: this.colorObj3.series.color,