ZhangXianQiang
2024-03-04 c2b99128ae30b4f3ecc9afbb99e39194079ee8e0
1
2
3
4
5
6
export interface DefaultConfigType {
  
    colors: Array<String>;
      unit:string,
      showValue:Boolean
  }