wujingjing
2024-11-29 a7c0c52ed984e5dbae736a469fdac701d1a68a7f
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]: '',
};