mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 07:44:01 +00:00
Fix tooltip style to support multiple metrics scrolling view in a metrics graph (#325)
This commit is contained in:
parent
e42734ba80
commit
70063c376f
@ -82,7 +82,7 @@ limitations under the License. -->
|
||||
},
|
||||
enterable: true,
|
||||
confine: true,
|
||||
extraCssText: "max-height: 300px; overflow: auto; border: none;",
|
||||
extraCssText: "max-height:85%; overflow: auto;",
|
||||
},
|
||||
legend: {
|
||||
type: "scroll",
|
||||
|
@ -99,7 +99,7 @@ limitations under the License. -->
|
||||
},
|
||||
enterable: true,
|
||||
confine: true,
|
||||
extraCssText: "max-height: 300px; overflow: auto; border: none;",
|
||||
extraCssText: "max-height:85%; overflow: auto;",
|
||||
};
|
||||
const tips = {
|
||||
formatter(params: any) {
|
||||
|
Loading…
Reference in New Issue
Block a user