From 5cce97e0c068dc2a650945c0ab8a22a5e3c1dc39 Mon Sep 17 00:00:00 2001 From: yangyin <18723093654@163.com> Date: 星期三, 04 十二月 2024 16:21:34 +0800 Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test --- src/components/chat/chatComponents/types.ts | 20 +++++--------------- 1 files changed, 5 insertions(+), 15 deletions(-) diff --git a/src/components/chat/chatComponents/types.ts b/src/components/chat/chatComponents/types.ts index a98a373..d25144c 100644 --- a/src/components/chat/chatComponents/types.ts +++ b/src/components/chat/chatComponents/types.ts @@ -1,18 +1,8 @@ - export const enum ChartTypeEnum { - Scatter, - Line, - Bar, + 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