mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
revert
This commit is contained in:
parent
d240fb5b20
commit
929d0b117b
@ -36,6 +36,10 @@ const option = computed(() => getOption());
|
||||
|
||||
function getOption() {
|
||||
return {
|
||||
tooltip: {
|
||||
trigger: "item",
|
||||
confine: true,
|
||||
},
|
||||
series: {
|
||||
type: "sankey",
|
||||
left: 40,
|
||||
@ -68,8 +72,6 @@ function getOption() {
|
||||
opacity: 0.12,
|
||||
},
|
||||
tooltip: {
|
||||
trigger: "item",
|
||||
confine: true,
|
||||
position: "bottom",
|
||||
formatter: (param: { data: any; dataType: string }) => {
|
||||
if (param.dataType === "edge") {
|
||||
|
Loading…
Reference in New Issue
Block a user