sometimes highlightMostFrequentPath works

This commit is contained in:
Cindy Chang
2024-08-27 16:03:01 +08:00
parent 3f993741c8
commit 554411ace1
2 changed files with 14 additions and 11 deletions

View File

@@ -486,7 +486,8 @@ export default {
this.baseTraceId = await this.baseTraces[0]?.id;
this.createCy(this.mapType);
await mapPathStore.setCytoscape(this.cytoscapeGraph);
await mapPathStore.createAllPaths();
await mapPathStore.createPaths();
await mapPathStore.highlightMostFrequentPath();
await this.allMapDataStore.getFilterParams();
await this.allMapDataStore.getTraceDetail();