mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 15:14:46 +00:00
fix echarts tooltips
This commit is contained in:
parent
5bb4218bfe
commit
b1fe8ca5e0
@ -113,7 +113,7 @@ limitations under the License. -->
|
|||||||
},
|
},
|
||||||
enterable: true,
|
enterable: true,
|
||||||
confine: true,
|
confine: true,
|
||||||
extraCssText: "max-height:85%; overflow: auto;",
|
extraCssText: "max-width: 100%; max-height: 75%; white-space: normal; overflow: auto;",
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
type: "scroll",
|
type: "scroll",
|
||||||
|
@ -111,7 +111,7 @@ limitations under the License. -->
|
|||||||
},
|
},
|
||||||
enterable: true,
|
enterable: true,
|
||||||
confine: true,
|
confine: true,
|
||||||
extraCssText: "max-height:85%; overflow: auto;",
|
extraCssText: "max-width: 100%; max-height: 75%; white-space: normal; overflow: auto;",
|
||||||
};
|
};
|
||||||
const tips = {
|
const tips = {
|
||||||
show: !props.config.noTooltips,
|
show: !props.config.noTooltips,
|
||||||
|
Loading…
Reference in New Issue
Block a user