Change-Id: I03106abecf56dd1b94efd35a192c9db6f77925e3
Issue-ID: USECASEUI-212
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
font-family:"ArialMT";
}
img {
- width: 50px;
- height: 50px;
+ width: 40px;
+ height:40px;
float: right;
margin-right: -10px;
margin-top: 5px;
this.managemencs.getCustomersPie().subscribe((data) => {
this.CUChartData = {
series: [{
- data: data
+ data:data.customerServiceList
}]
}
console.log(this.CUChartData)
serviceData: Object;
serviceInit: Object = {
customer: '',
- height: 230,
- width: 410,
+ width: 280,
+ height: 210,
option: {
tooltip: {
show: true,
this.name_s = [];
this.value_s = [];
this.managemencs.getCustomersColumn(item).subscribe((data) => {
- data.forEach((item) => {
+ data.list.forEach((item) => {
this.name_s.push(item.name);
this.value_s.push(item.value);
})