refactor create paths method and highlight path method

This commit is contained in:
Cindy Chang
2024-08-28 11:46:54 +08:00
parent 5164313082
commit f3b9f7cd41
4 changed files with 65 additions and 5 deletions

View File

@@ -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();