From 768a63bdae68f9440d4b7f5768c3ea7f9308f2ab Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 06 十一月 2024 14:08:58 +0800
Subject: [PATCH] 流更改

---
 src/components/chat/chatComponents/types.ts |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

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

--
Gitblit v1.9.3