20210621
This commit is contained in:
@@ -243,7 +243,7 @@ padding-left: 2em;
|
||||
<div class="bw-b-bottom">
|
||||
<div class="bw-b-bottom-up flex flexV">
|
||||
<div class="tit-one tit-center tit-right-wrap" style="color:#fff">
|
||||
<div>赢得值曲线</div>
|
||||
<div>施工进度曲线</div>
|
||||
<div class="tit-right more js-more-2">更多</div>
|
||||
</div>
|
||||
<div class="bw-item-content flex1 pdtb0">
|
||||
@@ -572,6 +572,11 @@ padding-left: 2em;
|
||||
},
|
||||
itemStyle: {
|
||||
//color: 'rgba(200,201,10, 1)'
|
||||
//normal: {
|
||||
// label: {
|
||||
// show: false
|
||||
// }
|
||||
//}
|
||||
},
|
||||
backgroundColor: 'rgba(0,162,233, 0.01)',
|
||||
textStyle: {
|
||||
@@ -591,7 +596,7 @@ padding-left: 2em;
|
||||
//smooth: true,
|
||||
data: two.series[0].data,
|
||||
label: { //柱体上显示数值
|
||||
show: true,//开启显示
|
||||
show: false,//开启显示
|
||||
position: 'top',//在上方显示
|
||||
textStyle: {//数值样式
|
||||
fontSize: '20px',
|
||||
@@ -608,7 +613,7 @@ padding-left: 2em;
|
||||
//smooth: true,
|
||||
data: two.series[2].data,
|
||||
label: { //柱体上显示数值
|
||||
show: true,//开启显示
|
||||
show: false,//开启显示
|
||||
position: 'top',//在上方显示
|
||||
textStyle: {//数值样式
|
||||
fontSize: '20px',
|
||||
@@ -622,7 +627,7 @@ padding-left: 2em;
|
||||
//smooth: true,
|
||||
data: two.series[1].data,
|
||||
label: { //柱体上显示数值
|
||||
show: true,//开启显示
|
||||
show: false,//开启显示
|
||||
position: 'top',//在上方显示
|
||||
textStyle: {//数值样式
|
||||
fontSize: '20px',
|
||||
@@ -639,7 +644,7 @@ padding-left: 2em;
|
||||
//smooth: true,
|
||||
data: two.series[3].data,
|
||||
label: { //柱体上显示数值
|
||||
show: true,//开启显示
|
||||
show: false,//开启显示
|
||||
position: 'top',//在上方显示
|
||||
textStyle: {//数值样式
|
||||
fontSize: '20px',
|
||||
|
||||
Reference in New Issue
Block a user