fix:修改legend 跟图例不对应的问题
This commit is contained in:
@@ -502,6 +502,7 @@ export default {
|
||||
}
|
||||
if (promIndex >= this.selectedEndpoints.length) {
|
||||
legend.name = 'process_' + legend.name
|
||||
chartData.name = legend.name
|
||||
legend.alias = 'process_' + legend.alias
|
||||
}
|
||||
this.legend.push(legend)
|
||||
|
||||
Reference in New Issue
Block a user