Merge pull request #8770 from ulleo/dev

feat(视图): AntV组合图插件提示框展示维度标题
This commit is contained in:
ulleo 2024-03-28 15:28:37 +08:00 committed by GitHub
commit ffccb5de07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -375,7 +375,7 @@ export default {
if (customAttr.tooltip) { if (customAttr.tooltip) {
params.tooltip = customAttr.tooltip.show ? { params.tooltip = customAttr.tooltip.show ? {
showTitle: false, showTitle: true,
showMarkers: false, showMarkers: false,
shared: true, shared: true,
// node tooltipedge tooltip // node tooltipedge tooltip