Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

可以补充一下图表那一块,字段的含义吗?猜了老半天,没猜到 #27

Open
KingPuiWong opened this issue Sep 9, 2024 · 0 comments

Comments

@KingPuiWong
Copy link

export interface ChartValue {   
  x: string   
  y: number 
} 

export interface ChartXLabel {   
  [key: string]: string 
} 

export interface ChartItem {   
  key: string   
  values: ChartValue[]   
  xlabels: ChartXLabel 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant