mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
fix: sankey graph
This commit is contained in:
parent
0511a7c869
commit
401d223fdf
@ -96,6 +96,10 @@ limitations under the License. -->
|
|||||||
}
|
}
|
||||||
instance.on("click", (params: EventParams) => {
|
instance.on("click", (params: EventParams) => {
|
||||||
currentParams.value = params;
|
currentParams.value = params;
|
||||||
|
if (props.option.series.type === "sankey") {
|
||||||
|
emits("select", currentParams.value);
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (!menus.value || !chartRef.value) {
|
if (!menus.value || !chartRef.value) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user