Type Alias DualContourLegacyConfig

DualContourLegacyConfig: {
    category1?: string | string[];
    category2?: string | string[];
    contour_bandwidth: number;
    contour_fill: boolean;
    contour_intensity: number;
    contour_opacity: number;
    contourParameter?: string;
}

In future I think we want something more flexible & expressive, but this should be somewhat compatible with the previous implementation

Type declaration

  • Optionalcategory1?: string | string[]
  • Optionalcategory2?: string | string[]
  • contour_bandwidth: number
  • contour_fill: boolean
  • contour_intensity: number
  • contour_opacity: number
  • OptionalcontourParameter?: string