mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 22:13:12 +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,
|
enterable: true,
|
||||||
confine: true,
|
confine: true,
|
||||||
extraCssText: "max-height: 300px; overflow: auto; border: none;",
|
extraCssText: "max-height:85%; overflow: auto;",
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
type: "scroll",
|
type: "scroll",
|
||||||
|
@ -99,7 +99,7 @@ limitations under the License. -->
|
|||||||
},
|
},
|
||||||
enterable: true,
|
enterable: true,
|
||||||
confine: true,
|
confine: true,
|
||||||
extraCssText: "max-height: 300px; overflow: auto; border: none;",
|
extraCssText: "max-height:85%; overflow: auto;",
|
||||||
};
|
};
|
||||||
const tips = {
|
const tips = {
|
||||||
formatter(params: any) {
|
formatter(params: any) {
|
||||||
|
Loading…
Reference in New Issue
Block a user