|
@@ -187,6 +187,7 @@ export const chartOption = {
|
|
|
|
|
|
return obj[type]
|
|
return obj[type]
|
|
}
|
|
}
|
|
|
|
+ return type
|
|
},
|
|
},
|
|
getSeriesData() {
|
|
getSeriesData() {
|
|
let data = [], count = this.count
|
|
let data = [], count = this.count
|
|
@@ -345,7 +346,7 @@ export const chartOption = {
|
|
color: this.form.setting.config.color[0]?.color
|
|
color: this.form.setting.config.color[0]?.color
|
|
},
|
|
},
|
|
barWidth: this.form.setting.barWidth,
|
|
barWidth: this.form.setting.barWidth,
|
|
- label: this.getDataLabel()
|
|
|
|
|
|
+ label: this.getDataLabel(),
|
|
}]
|
|
}]
|
|
let grid = {
|
|
let grid = {
|
|
show: this.form.setting.gridBackgroundColor?true:false,
|
|
show: this.form.setting.gridBackgroundColor?true:false,
|