wujingjing
2025-01-06 985aa40f5a3d15d4f196297697430d877b473e04
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]: '',
};