Browse Source

机构画像

zhengjinyi 2 years ago
parent
commit
eb6e02985f
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

+ 3 - 4
src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

@@ -271,13 +271,13 @@ const setOtherData = function (type,data) {
                 seriesData:data.behavior.value,
                 color:new echarts.graphic.LinearGradient(1, 0, 0, 0, [{
                     offset: 0,
-                    color: "#87CEFA" // 0% 处的颜色
+                    color: "#B0C4DE" // 0% 处的颜色
                 }, {
                     offset: 0.6,
-                    color: "#6495ED" // 60% 处的颜色
+                    color: "#9370DB" // 60% 处的颜色
                 }, {
                     offset: 1,
-                    color: "#4169E1" // 100% 处的颜色
+                    color: "#7B68EE" // 100% 处的颜色
                 }], false)
             },
         },
@@ -410,7 +410,6 @@ const getOtherEacths = function (handleFn,id,data) {
                 data: data.seriesData,
                 itemStyle:{
                     fontSize: 14,
-                    barBorderRadius:[0,50,50,0],
                     color:data.color
                 }
             }