From 1779677cece5864b62a65df4b01a4a69496e149a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 13 五月 2025 20:51:15 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/menu/components/chart/antv-X6/index.jsx | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/menu/components/chart/antv-X6/index.jsx b/src/menu/components/chart/antv-X6/index.jsx index 4c5cc7c..b5f7239 100644 --- a/src/menu/components/chart/antv-X6/index.jsx +++ b/src/menu/components/chart/antv-X6/index.jsx @@ -68,8 +68,8 @@ 'mk-rect', { inherit: 'rect', - width: 66, - height: 36, + width: 100, + height: 32, attrs: { body: { strokeWidth: 1, @@ -89,8 +89,8 @@ 'mk-polygon', { inherit: 'polygon', - width: 66, - height: 36, + width: 100, + height: 32, attrs: { body: { strokeWidth: 1, @@ -110,8 +110,8 @@ 'mk-circle', { inherit: 'circle', - width: 36, - height: 36, + width: 40, + height: 40, attrs: { body: { strokeWidth: 1, @@ -131,8 +131,8 @@ 'mk-ellipse', { inherit: 'ellipse', - width: 66, - height: 36, + width: 100, + height: 32, attrs: { body: { strokeWidth: 1, @@ -152,8 +152,8 @@ 'mk-star', { inherit: 'polygon', - width: 36, - height: 36, + width: 40, + height: 40, points: '100,10 40,198 190,78 10,78 160,198', attrs: { body: { @@ -175,8 +175,8 @@ 'mk-text', { inherit: 'rect', - width: 66, - height: 36, + width: 100, + height: 50, attrs: { body: { strokeWidth: 0, -- Gitblit v1.8.0