Index: ssts-web/src/main/webapp/disinfectsystem/config/zd5y/realTimeDashboards/js/index.js =================================================================== diff -u -r35765 -r35771 --- ssts-web/src/main/webapp/disinfectsystem/config/zd5y/realTimeDashboards/js/index.js (.../index.js) (revision 35765) +++ ssts-web/src/main/webapp/disinfectsystem/config/zd5y/realTimeDashboards/js/index.js (.../index.js) (revision 35771) @@ -264,7 +264,7 @@ var series = [ { type: 'pie', - radius: ['70%', '100%'], + radius: ['80%', '100%'], label: { show: false, position: 'center' @@ -278,14 +278,14 @@ color: [color, color], graphic: [{ //环形图中间添加文字 type: 'text', //通过不同top值可以设置上下显示 - left: '39%', - top: '40%', + left: '38%', + top: '38%', style: { text: value + '\n' + title, textAlign: 'center', fill: '#fff', //文字的颜色 - fontSize: 14, - lineHeight: 50 + fontSize: 16, + lineHeight: 60 } }], series: series