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