From 44367fcf62c12e6625d2d231086dfdb83d66b79c Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 21 十月 2024 17:16:35 +0800
Subject: [PATCH] 表格和图表自适应高度

---
 src/components/chat/chatComponents/types.ts |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/components/chat/chatComponents/types.ts b/src/components/chat/chatComponents/types.ts
index fd95684..a16fc65 100644
--- a/src/components/chat/chatComponents/types.ts
+++ b/src/components/chat/chatComponents/types.ts
@@ -2,16 +2,14 @@
 	Scatter = 'scatter',
 	Line = 'line',
 	Bar = 'bar',
+	Score = 'score'
 }
 
 export const chartTypeMapName = {
 	[ChartTypeEnum.Line]: '鎶樼嚎鍥�',
 	[ChartTypeEnum.Scatter]: '鏁g偣鍥�',
 	[ChartTypeEnum.Bar]: '鏌辩姸鍥�',
+	[ChartTypeEnum.Score]: '',
+
 };
 
-export const chartTypeMapEchart = {
-	[ChartTypeEnum.Scatter]: 'scatter',
-	[ChartTypeEnum.Line]: 'line',
-	[ChartTypeEnum.Bar]: 'bar',
-};

--
Gitblit v1.9.3