Type Alias DualContourLegacyConfig
DualContourLegacyConfig: {
category1?: string | string[];
category2?: string | string[];
contour_bandwidth: number;
contour_fill: boolean;
contour_intensity: number;
contour_opacity: number;
contourParameter?: string;
}
Type declaration
Optional
category1?: string | string[]
Optional
category2?: string | string[]
contour_bandwidth: number
contour_fill: boolean
contour_intensity: number
contour_opacity: number
Optional
contourParameter?: string
In future I think we want something more flexible & expressive, but this should be somewhat compatible with the previous implementation