mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 03:09:18 +00:00
fix: Instance Relation and Endpoint Relation dashboards show up (#209)
This commit is contained in:
@@ -96,6 +96,10 @@ limitations under the License. -->
|
||||
}
|
||||
instance.on("click", (params: EventParams) => {
|
||||
currentParams.value = params;
|
||||
if (props.option.series.type === "sankey") {
|
||||
emits("select", currentParams.value);
|
||||
return;
|
||||
}
|
||||
if (!menus.value || !chartRef.value) {
|
||||
return;
|
||||
}
|
||||
@@ -113,6 +117,9 @@ limitations under the License. -->
|
||||
menus.value.style.top = params.event.offsetY + 2 + "px";
|
||||
}
|
||||
});
|
||||
if (props.option.series.type === "sankey") {
|
||||
return;
|
||||
}
|
||||
document.addEventListener(
|
||||
"click",
|
||||
() => {
|
||||
|
Reference in New Issue
Block a user