Browse Source

机构画像

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

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

@@ -226,10 +226,10 @@ const getOrderEacths = function (handleFn,id,data) {
                 fontSize: 14,
                 fontSize: 14,
             },
             },
         },
         },
-        color:data.series.color,
+        color:data.color,
         series: [
         series: [
             {
             {
-                name: data.series.name,
+                name: data.name,
                 type: 'pie',
                 type: 'pie',
                 radius: '55%',
                 radius: '55%',
                 center: ['25%', '50%'],
                 center: ['25%', '50%'],