UpsetConfig: { allSets: Column[]; attributePlots: AttributePlots; bookmarks: Bookmark[]; collapsed: string[]; elementSelection: ElementSelection | null; filters: { hideEmpty: boolean; hideNoSet: boolean; maxVisible: number; minVisible: number; }; firstAggregateBy: AggregateBy; firstOverlapDegree: number; horizontal: boolean; intersectionSizeLabels: boolean; plotInformation: PlotInformation; plots: { histograms: Histogram[]; scatterplots: Scatterplot[]; }; secondAggregateBy: AggregateBy; secondOverlapDegree: number; selected: Row | null; setSizeLabels: boolean; showHiddenSets: boolean; sortBy: string; sortByOrder: SortByOrder; sortVisibleBy: SortVisibleBy; useUserAlt: boolean; userAltText: AltText | null; version: "0.1.1"; visibleAttributes: ColumnName[]; visibleSets: ColumnName[]; } 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
intersectionSizeLabels: boolean
plots: {
histograms: Histogram[];
scatterplots: Scatterplot[];
}
secondOverlapDegree: number
selected: Row | null
setSizeLabels: boolean
showHiddenSets: boolean
sortBy: string
useUserAlt: boolean
userAltText: AltText | null
version: "0.1.1"
visibleAttributes: ColumnName[]
A configuration object for an UpSet plot.