fix echarts tooltips (#449)

This commit is contained in:
Fine0830
2025-02-24 16:38:17 +08:00
committed by GitHub
parent 5bb4218bfe
commit 65607a5540
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ limitations under the License. -->
},
enterable: true,
confine: true,
extraCssText: "max-height:85%; overflow: auto;",
extraCssText: "max-width: 100%; max-height: 75%; white-space: normal; overflow: auto;",
},
legend: {
type: "scroll",

View File

@@ -111,7 +111,7 @@ limitations under the License. -->
},
enterable: true,
confine: true,
extraCssText: "max-height:85%; overflow: auto;",
extraCssText: "max-width: 100%; max-height: 75%; white-space: normal; overflow: auto;",
};
const tips = {
show: !props.config.noTooltips,