数据分析ui补充完善,接入数据库
This commit is contained in:
5
types/analytics/common.uts
Normal file
5
types/analytics/common.uts
Normal file
@@ -0,0 +1,5 @@
|
||||
// types/analytics/common.uts
|
||||
|
||||
export type TimePeriod = { value: string; label: string }
|
||||
export type ChartType = { value: string; label: string }
|
||||
export type Metric = { key: string; label: string }
|
||||
Reference in New Issue
Block a user