From 3c8ba56f8ea1950067fac67f378e0e87bec3a23e Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 14 十月 2024 13:35:34 +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