Commit e66b5b99 authored by 王海涛's avatar 王海涛

Merge branch 'developer' of 172.16.10.76:station/station-elec-manage-view into developer

parents 8f472365 886fc20b
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import AmosEcharts from 'amos-viz/lib/echarts';
import AmosWebSocket from 'amos-websocket';
import { Connect } from 'amos-framework';
// import { getRiskRiseUprateAction } from './../../../../services/situationService';
// import SysWsURL, { completeToken } from './../../../../consts/wsUrlConsts';
const eventConnect = Connect.eventConnect;
/**
* 巡检点统计
......@@ -60,7 +53,7 @@ class RiskDegreePie extends Component {
data2.name = '';
data.push(data1);
data.push(data2);
}
}
return {
series: [
{
......@@ -68,12 +61,12 @@ class RiskDegreePie extends Component {
type: 'pie',
radius: ['60%', '70%'],
avoidLabelOverlap: false,
color:['#FE0000','#5FFFFD'],
color: ['#FE0000', '#5FFFFD'],
label: {
normal: {
show: true,
color: 'white',
fontSize:25,
fontSize: 25,
position: 'center',
formatter: '{b}'
}
......@@ -83,9 +76,9 @@ class RiskDegreePie extends Component {
show: false
}
},
data:[
{value: 125, name: null},
{value: 810, name: '2%'},
data: [
{ value: 125, name: null },
{ value: 810, name: '2%' }
]
}
]
......@@ -116,13 +109,13 @@ class RiskDegreePie extends Component {
name: '风险率',
type: 'pie',
radius: ['60%', '70%'],
avoidLabelOverlap: false,
color:['#FE6600','#5FFFFD'],
avoidLabelOverlap: false,
color: ['#FE6600', '#5FFFFD'],
label: {
normal: {
show: true,
color: 'white',
fontSize:25,
fontSize: 25,
position: 'center',
formatter: '{b}'
}
......@@ -132,9 +125,9 @@ class RiskDegreePie extends Component {
show: false
}
},
data:[
{value: 125, name: null},
{value: 810, name: '2%'},
data: [
{ value: 125, name: null },
{ value: 810, name: '2%' }
]
}
]
......@@ -165,13 +158,13 @@ class RiskDegreePie extends Component {
name: '风险率',
type: 'pie',
radius: ['60%', '70%'],
color:['#FFD600','#5FFFFD'],
color: ['#FFD600', '#5FFFFD'],
avoidLabelOverlap: false,
label: {
normal: {
show: true,
color: 'white',
fontSize:25,
fontSize: 25,
position: 'center',
formatter: '{b}'
}
......@@ -181,9 +174,9 @@ class RiskDegreePie extends Component {
show: false
}
},
data:[
{value: 125, name: null},
{value: 810, name: '2%'},
data: [
{ value: 125, name: null },
{ value: 810, name: '2%' }
]
}
]
......@@ -192,7 +185,7 @@ class RiskDegreePie extends Component {
handleData = () => {
this.getRiskRiseUprate();
}
};
render() {
let { monthData, seasonData, yearData } = this.state;
......@@ -201,31 +194,31 @@ class RiskDegreePie extends Component {
let seasonOption = this.getSeasonOptions('season', seasonData);
let yearOption = this.getYearOptions('year', yearData);
return (
<div className="risk-degree-pie-child" style={{color:'#5FFFFD',textAlign:'center'}}>
<div className="risk-degree-pie-child" style={{ color: '#5FFFFD', textAlign: 'center' }}>
<div className="risk-degree-pie1">
<AmosEcharts option={monthOption} style={{ height: '210px', width: '210px' }}/>
<AmosEcharts option={monthOption} style={{ height: '210px', width: '210px' }} />
<div>
<div style={{fontSize:34,fontWeight:'bold',display:'inline-block'}}>{monthData.countOfType0} </div>
<div style={{fontSize:22,color:'red',fontWeight:'bold',display:'inline-block',marginLeft:10}}>{monthData.type0Rate}</div>
<div style={{ fontSize: 34, fontWeight: 'bold', display: 'inline-block' }}>{monthData.countOfType0} </div>
<div style={{ fontSize: 22, color: 'red', fontWeight: 'bold', display: 'inline-block', marginLeft: 10 }}>{monthData.type0Rate}</div>
</div>
<div style={{fontSize:22,color:'#CEC700'}}>本月风险</div>
<div style={{ fontSize: 22, color: '#CEC700' }}>本月风险</div>
</div>
<div className="risk-degree-pie2">
<AmosEcharts option={seasonOption} style={{ height: '210px', width: '210px' }}/>
<div>
<div style={{fontSize:34,fontWeight:'bold',display:'inline-block'}}>{monthData.countOfType0} </div>
<div style={{fontSize:22,fontWeight:'bold',color:'red',display:'inline-block',marginLeft:10}}>{monthData.type0Rate}</div>
<AmosEcharts option={seasonOption} style={{ height: '210px', width: '210px' }} />
<div>
<div style={{ fontSize: 34, fontWeight: 'bold', display: 'inline-block' }}>{monthData.countOfType0} </div>
<div style={{ fontSize: 22, fontWeight: 'bold', color: 'red', display: 'inline-block', marginLeft: 10 }}>{monthData.type0Rate}</div>
</div>
<div style={{fontSize:22,color:'#CEC700'}}>本季度风险</div>
<div style={{ fontSize: 22, color: '#CEC700' }}>本季度风险</div>
</div>
<div className="risk-degree-pie3">
<AmosEcharts option={yearOption} style={{ height: '210px', width: '210px' }}/>
<div>
<div style={{fontSize:34,fontWeight:'bold',display:'inline-block'}}>{monthData.countOfType0} </div>
<div style={{fontSize:22,color:'red',fontWeight:'bold',display:'inline-block',marginLeft:10}}>{monthData.type0Rate}</div>
<AmosEcharts option={yearOption} style={{ height: '210px', width: '210px' }} />
<div>
<div style={{ fontSize: 34, fontWeight: 'bold', display: 'inline-block' }}>{monthData.countOfType0} </div>
<div style={{ fontSize: 22, color: 'red', fontWeight: 'bold', display: 'inline-block', marginLeft: 10 }}>{monthData.type0Rate}</div>
</div>
<div style={{fontSize:22,color:'#CEC700'}}>本年风险</div>
<div style={{ fontSize: 22, color: '#CEC700' }}>本年风险</div>
</div>
</div>
);
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment