refactor create paths method and highlight path method
This commit is contained in:
@@ -486,7 +486,7 @@ export default {
|
||||
this.baseTraceId = await this.baseTraces[0]?.id;
|
||||
await this.createCy(this.mapType);
|
||||
await mapPathStore.setCytoscape(this.cytoscapeGraph);
|
||||
await mapPathStore.createPaths();
|
||||
await mapPathStore.createInsightWithPath();
|
||||
await mapPathStore.highlightMostFrequentPath();
|
||||
await this.allMapDataStore.getFilterParams();
|
||||
await this.allMapDataStore.getTraceDetail();
|
||||
|
||||
Reference in New Issue
Block a user