Skip to content

Commit

Permalink
Change line style for direct connected AS (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgiakatos authored Apr 30, 2024
1 parent bc34f47 commit 7f9d89e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/charts/AsInterdependenciesChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,9 @@ const fetchHegemony = (data) => {
'<extra></extra>',
connectgaps: false,
}
if (elem.hege === 1) {
trace.name = trace.name + ' (direct)'
}
tracesLocal[elem.asn] = trace
traces.value.push(trace)
}
Expand Down

0 comments on commit 7f9d89e

Please sign in to comment.