From 03b285447e6659eadd4346e0ecfb1f1bbfcd576e Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 28 Mar 2024 15:28:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=20AntV=E7=BB=84?= =?UTF-8?q?=E5=90=88=E5=9B=BE=E6=8F=92=E4=BB=B6=E6=8F=90=E7=A4=BA=E6=A1=86?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E7=BB=B4=E5=BA=A6=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #8326 --- .../view-chartmix-frontend/src/views/antv/chartmix/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/dataease-extensions-view/view-chartmix/view-chartmix-frontend/src/views/antv/chartmix/index.vue b/extensions/dataease-extensions-view/view-chartmix/view-chartmix-frontend/src/views/antv/chartmix/index.vue index ea135ba506..c57e12f574 100644 --- a/extensions/dataease-extensions-view/view-chartmix/view-chartmix-frontend/src/views/antv/chartmix/index.vue +++ b/extensions/dataease-extensions-view/view-chartmix/view-chartmix-frontend/src/views/antv/chartmix/index.vue @@ -375,7 +375,7 @@ export default { if (customAttr.tooltip) { params.tooltip = customAttr.tooltip.show ? { - showTitle: false, + showTitle: true, showMarkers: false, shared: true, // 内置:node 不显示 tooltip,edge 显示 tooltip