修改bug
This commit is contained in:
@@ -390,7 +390,7 @@ export default {
|
||||
{
|
||||
factory: null,
|
||||
item: 'BIPV产量',
|
||||
unit: 'm2'
|
||||
unit: '㎡'
|
||||
},]
|
||||
} else {
|
||||
return [{
|
||||
@@ -647,6 +647,7 @@ export default {
|
||||
// this.chartMsg.xData.push(ele.titleValue.replace(/[^\d]/g, " "))
|
||||
this.otherProps.push({
|
||||
label: ele.titleValue,
|
||||
filter: (val) => (val || val === 0 ? val : "-"),
|
||||
prop: 'value' + i
|
||||
})
|
||||
})
|
||||
@@ -832,7 +833,7 @@ export default {
|
||||
label: {
|
||||
show: true,
|
||||
color: "rgba(40,138,255)",
|
||||
position: [-18, -16],
|
||||
position: [-10, -16],
|
||||
formatter: function (params) {
|
||||
return params.value
|
||||
},
|
||||
@@ -852,7 +853,7 @@ export default {
|
||||
// barGap: '-100%',
|
||||
label: {
|
||||
show: true,
|
||||
position: [-18, -16],
|
||||
position: [-10, -16],
|
||||
color: "rgba(40,138,255,.2)",
|
||||
formatter: function (params) {
|
||||
return params.value
|
||||
|
||||
Reference in New Issue
Block a user