This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
jiaxing.liao
/
shalu-dashboard-ui
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
5e89fff4f8
Branches
Tags
master
shalu-dashbo...
/
components
/
charts
/
chartEnum.ts
chartEnum.ts
108 B
Historique
Raw
1
2
3
4
5
6
7
/* 数据来源 */
export enum DataSourceType {
/* 静态数据 */
STATIC,
/* 接口数据 */
API,
}