mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 19:55:24 +00:00
update tooltips
This commit is contained in:
parent
63d21becde
commit
0b726b63ac
@ -140,6 +140,7 @@ function getOption() {
|
|||||||
zlevel: 1000,
|
zlevel: 1000,
|
||||||
z: 60,
|
z: 60,
|
||||||
backgroundColor: "rgb(50,50,50)",
|
backgroundColor: "rgb(50,50,50)",
|
||||||
|
confine: true,
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: 13,
|
fontSize: 13,
|
||||||
color: "#ccc",
|
color: "#ccc",
|
||||||
|
@ -38,6 +38,7 @@ function getOption() {
|
|||||||
return {
|
return {
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: "item",
|
trigger: "item",
|
||||||
|
confine: true,
|
||||||
},
|
},
|
||||||
series: {
|
series: {
|
||||||
type: "sankey",
|
type: "sankey",
|
||||||
|
Loading…
Reference in New Issue
Block a user