fix : 域名/APP详情页服务质量曲线-overrall去掉曲线名
This commit is contained in:
@@ -542,6 +542,9 @@ export default {
|
||||
}
|
||||
},
|
||||
initECharts (chartParams) {
|
||||
if(chartParams.showLegend === false ) {
|
||||
this.chartOption.legend.show = false
|
||||
}
|
||||
const queryParams = { startTime: parseInt(this.timeFilter.startTime / 1000), endTime: parseInt(this.timeFilter.endTime / 1000), ...this.entity }
|
||||
get(replaceUrlPlaceholder(chartParams.url, queryParams)).then(response => {
|
||||
if (response.code === 200) {
|
||||
|
||||
Reference in New Issue
Block a user