Browse Source

折现堆叠图改成普通折线图

gcz 2 years ago
parent
commit
b9edf9adf7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/dataSchema/page6Char2Schema.js

+ 3 - 3
src/dataSchema/page6Char2Schema.js

@@ -56,7 +56,7 @@ let page6Char2Schema = {
         {
             name: '病虫害',
             type: 'line',
-            stack: 'Total',
+            // stack: 'Total',
             data: [120, 132, 101, 134, 90, 230, 210, 132, 101, 134, 90, 230],
             itemStyle: {//自定义颜色
                 normal: { color: "rgb(2, 238, 255)" },
@@ -65,7 +65,7 @@ let page6Char2Schema = {
         {
             name: '火灾',
             type: 'line',
-            stack: 'Total',
+            // stack: 'Total',
             data: [220, 182, 191, 234, 290, 330, 310, 132, 101, 134, 90, 230],
             itemStyle: {//自定义颜色
                 normal: { color: "rgb(94, 229, 116)" },
@@ -74,7 +74,7 @@ let page6Char2Schema = {
         {
             name: '乱砍滥伐',
             type: 'line',
-            stack: 'Total',
+            // stack: 'Total',
             data: [150, 232, 201, 154, 190, 330, 410, 132, 101, 134, 90, 230],
             itemStyle: {//自定义颜色
                 normal: { color: "rgb(255, 255, 0)" },