From bef1715b0f0504998bc78c4c8a04f41926c7718d Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期三, 16 十月 2024 09:39:10 +0800
Subject: [PATCH] 修改高级示例

---
 src/components/chat/chatComponents/common.ts |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/components/chat/chatComponents/common.ts b/src/components/chat/chatComponents/common.ts
index 4cdc0c8..e04c79e 100644
--- a/src/components/chat/chatComponents/common.ts
+++ b/src/components/chat/chatComponents/common.ts
@@ -62,12 +62,14 @@
 		grid: {
 			// bottom: 120,
 			// right: '15%',
-			left: 35,
+			top: 65,
+			left: 65,
 			right: 45,
 		},
 		tooltip: {
 			show: true,
 			trigger: 'axis',
+		
 		},
 		toolbox: {
 			show: true,
@@ -92,10 +94,10 @@
 					show: true,
 					icon: PATH_ICON.line,
 				},
-				dataView: {
-					readOnly: true,
-					optionToContent: timeDataOptionToContent,
-				},
+				// dataView: {
+				// 	readOnly: true,
+				// 	optionToContent: timeDataOptionToContent,
+				// },
 				saveAsImage: {},
 			},
 		},

--
Gitblit v1.9.3