Browse Source

颜色统一调整

gcz 2 years ago
parent
commit
f1d2c2115a
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/dataSchema/page6Char1Schema.js

+ 5 - 5
src/dataSchema/page6Char1Schema.js

@@ -98,7 +98,7 @@ let page6Char1Schema = {
             }
         },
         {
-            name: '乱砍乱伐',
+            name: '火灾',
             type: 'bar',
             stack: 'total',
             label: {
@@ -107,13 +107,13 @@ let page6Char1Schema = {
             emphasis: {
                 focus: 'series'
             },
-            data: [1, 8, 8, 2, 6, 9, 9],
+            data: [8, 1, 1, 6, 2, 0, 1],
             itemStyle: {//自定义颜色
                 normal: { color: "rgb(94, 229, 116)" },
             }
         },
         {
-            name: '火灾',
+            name: '乱砍乱伐',
             type: 'bar',
             stack: 'total',
             label: {
@@ -122,11 +122,11 @@ let page6Char1Schema = {
             emphasis: {
                 focus: 'series'
             },
-            data: [8, 1, 1, 6, 2, 0, 1],
+            data: [1, 8, 8, 2, 6, 9, 9],
             itemStyle: {//自定义颜色
                 normal: { color: "rgb(255, 255, 0)" },
             }
-        }
+        },
     ]
 
 }