feat: 新增左侧图表数据

This commit is contained in:
mtruning
2022-01-15 21:05:11 +08:00
parent 551a1f2d01
commit cb7a8298ec
38 changed files with 249 additions and 38 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
export enum ChatCategoryEnum {
BAR = '柱状图',
PIE = '饼图'
PIE = '饼图',
LINE = '折线图',
MORE = '更多'
}