Type Alias BaseConfig

BaseConfig: {
    color_by?: FieldName | LegacyColorBy;
    id: string;
    legend: string;
    param: FieldName[];
    size: [x: number, y: number];
    title: string;
    title_color?: string;
    type: string;
}

Type declaration

  • Optionalcolor_by?: FieldName | LegacyColorBy
  • id: string
  • legend: string
  • param: FieldName[]
  • size: [x: number, y: number]
  • title: string
  • Optionaltitle_color?: string
  • type: string