Type declaration
collapsed: string[]
filters: {
hideEmpty: boolean;
hideNoSet: boolean;
maxVisible: number;
minVisible: number;
}
hideEmpty: boolean
hideNoSet: boolean
maxVisible: number
minVisible: number
firstOverlapDegree: number
horizontal: boolean
plots: {
histograms: Histogram[];
scatterplots: Scatterplot[];
}
secondOverlapDegree: number
selected: Row | null
sortBy: string
useUserAlt: boolean
userAltText: AltText | null
version: "0.1.0"
visibleAttributes: ColumnName[]
A configuration object for an UpSet plot.