wujingjing
2025-01-19 1a20b21d285bc008f6a45fad132bc808a377f853
src/components/chat/chatComponents/types.ts
@@ -2,14 +2,7 @@
   Scatter = 'scatter',
   Line = 'line',
   Bar = 'bar',
   Score = 'score'
   Score = 'score',
   Pie='pie'
}
export const chartTypeMapName = {
   [ChartTypeEnum.Line]: '折线图',
   [ChartTypeEnum.Scatter]: '散点图',
   [ChartTypeEnum.Bar]: '柱状图',
   [ChartTypeEnum.Score]: '',
};