diff --git a/src/views/dashboard/related/ebpf/components/EBPFStack.vue b/src/views/dashboard/related/ebpf/components/EBPFStack.vue index 1e6b4e66..988f2193 100644 --- a/src/views/dashboard/related/ebpf/components/EBPFStack.vue +++ b/src/views/dashboard/related/ebpf/components/EBPFStack.vue @@ -98,7 +98,7 @@ limitations under the License. --> .setColorMapper((d, originalColor) => (d.highlight ? "#6aff8f" : originalColor)); const tip = (d3tip as any)() .attr("class", "d3-tip") - .direction("w") + .direction("s") .html((d: { data: StackElement } & { parent: { data: StackElement } }) => { const name = d.data.name.replace("<", "<").replace(">", ">"); const valStr = @@ -119,7 +119,7 @@ limitations under the License. --> }`; return `