소스 검색

机构画像

zhengjinyi 2 년 전
부모
커밋
eb6e02985f
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  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
                 }
             }