odc.xiaohui
2024-02-29 48ede89bf3b0a18f3be5ff05d95877e3d1a05465
1
2
3
4
5
6
export interface DefaultConfigType {
  
    colors: Array<String>;
      unit:string,
      showValue:Boolean
  }