zhbyyy 2 роки тому
батько
коміт
7c2c2e416a
1 змінених файлів з 16 додано та 16 видалено
  1. 16 16
      investmentPort/js/investHomeGroup.js

+ 16 - 16
investmentPort/js/investHomeGroup.js

@@ -7,7 +7,7 @@ let app = new Vue({
       lineCommonCompany: [], //双柱状图弹窗上面的折线图x轴
       commonCompanyAll: [], // 公司包括编码
       changeLine: true,
-      versions: true,
+      versions: false,
       app_token: '',
       centerShow: false, // 中间内容显示
       echartR4Chart: '',// 倒数第二个专用
@@ -1813,7 +1813,7 @@ let app = new Vue({
       let that = this
 
       var option = {
-        colors: ['#497dad', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39', '#5783ab', '#5783ab'],
+        colors: ['#064F78','#623726','#955773',,'#B57C63','#BDB35D','#73A88E','#09736D','#13400B','#0D3265'],
         chart: {
           type: 'pie',
           backgroundColor: 'rgba(0,0,0,0)',
@@ -2054,7 +2054,7 @@ let app = new Vue({
 
       let that = this
       var chart = Highcharts.chart('echartL3', {
-        colors: ['#497dad', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39', '#5783ab', '#5783ab'],
+        colors: ['#064F78','#623726','#955773',,'#B57C63','#BDB35D','#73A88E','#09736D','#13400B','#0D3265'],
         chart: {
           type: 'pie',
           backgroundColor: 'rgba(0,0,0,0)',
@@ -2477,7 +2477,7 @@ let app = new Vue({
       let that = this
 
       var option = {
-        colors: ['#497dad', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39', '#5783ab', '#5783ab'],
+        colors: ['#064F78','#623726','#955773',,'#B57C63','#BDB35D','#73A88E','#09736D','#13400B','#0D3265'],
         chart: {
           type: 'pie',
           backgroundColor: 'rgba(0,0,0,0)',
@@ -2687,7 +2687,7 @@ let app = new Vue({
       let that = this
 
       var option = {
-        colors: ['#497dad', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39', '#5783ab', '#5783ab'],
+        colors: ['#064F78','#623726','#955773',,'#B57C63','#BDB35D','#73A88E','#09736D','#13400B','#0D3265'],
         chart: {
           type: 'pie',
           backgroundColor: 'rgba(0,0,0,0)',
@@ -2897,7 +2897,7 @@ let app = new Vue({
       let that = this
 
       var option = {
-        colors: ['#497dad', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39', '#5783ab', '#5783ab'],
+        colors: ['#064F78','#623726','#955773',,'#B57C63','#BDB35D','#73A88E','#09736D','#13400B','#0D3265'],
         chart: {
           type: 'pie',
           backgroundColor: 'rgba(0,0,0,0)',
@@ -3108,7 +3108,7 @@ let app = new Vue({
       let that = this
 
       var option = {
-        colors: ['#497dad', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39', '#5783ab', '#5783ab'],
+        colors: ['#064F78','#623726','#955773',,'#B57C63','#BDB35D','#73A88E','#09736D','#13400B','#0D3265'],
         chart: {
           type: 'pie',
           backgroundColor: 'rgba(0,0,0,0)',
@@ -3774,7 +3774,7 @@ let app = new Vue({
       var i = 0;
       let that = this
       var option = {
-        colors: ['#497dad', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39', '#5783ab', '#5783ab'],
+        colors: ['#064F78','#623726','#955773',,'#B57C63','#BDB35D','#73A88E','#09736D','#13400B','#0D3265'],
         chart: {
           type: 'pie',
           backgroundColor: 'rgba(0,0,0,0)',
@@ -4686,7 +4686,7 @@ let app = new Vue({
           typeno: item.typeno,
           sliced: false,
           selected: false,
-          color: index == 0 ? '#497dad' : '#a79c57'
+          color: index == 0 ? '#064F78' : '#623726'
         }
         chartData.push(obj)
       })
@@ -5230,7 +5230,7 @@ let app = new Vue({
         }
       })
       let option = {
-        color: ['#1a5137', '#8e6b1f', '#5f2226'],
+        color: ['#04635E', '#697143', '#4A3042'],
         dataZoom: [
           {
             // start: 9,//默认为@
@@ -5564,11 +5564,11 @@ let app = new Vue({
                 color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                   {
                     offset: 0,
-                    color: '#5f2226',
+                    color: '#4A3042',
                   },
                   {
                     offset: 1,
-                    color: '#5f2226',
+                    color: '#4A3042',
                   },
                 ]),
               },
@@ -5585,11 +5585,11 @@ let app = new Vue({
                 color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                   {
                     offset: 0,
-                    color: '#8e6b1f',
+                    color: '#697143',
                   },
                   {
                     offset: 1,
-                    color: '#8e6b1f',
+                    color: '#697143',
                   },
                 ]),
               },
@@ -5606,11 +5606,11 @@ let app = new Vue({
                 color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                   {
                     offset: 0,
-                    color: '#1a5137',
+                    color: '#04635E',
                   },
                   {
                     offset: 1,
-                    color: '#1a5137',
+                    color: '#04635E',
                   },
                 ]),
               },