mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 新增左侧图表数据
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
export enum ChatCategoryEnum {
|
||||
BAR = '柱状图',
|
||||
PIE = '饼图'
|
||||
PIE = '饼图',
|
||||
LINE = '折线图',
|
||||
MORE = '更多'
|
||||
}
|
||||
Reference in New Issue
Block a user