This commit is contained in:
2021-06-21 14:10:40 +08:00
parent 65a719e331
commit 8bc3189f9f
100 changed files with 9736 additions and 1138 deletions
+10 -5
View File
@@ -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',