Type aliases
Aggregate
Aggregate: "count" | "sum" | "percent"
AxisSelectionType
AxisSelectionType: "exact" | "range"
Chart
Chart: "barchart" | "barchartH" | "barchartV" | "density" | "grid" | "scatterplot" | "stacks" | "strips" | "treemap"
ColorBin
ColorBin: "continuous" | "quantize" | "quantile"
EncodingRule
EncodingRule: { test?: string } & NumericValueRef
FacetStyle
FacetStyle: "wrap" | "cross"
InsightColumnRoles
InsightColumnRoles: "uid" | "x" | "y" | "z" | "group" | "size" | "color" | "facet" | "facetV" | "sort"
Orientation
Orientation: "horizontal" | "vertical"
TotalStyle
TotalStyle: "count-square" | "count-strip" | "sum-strip" | "sum-strip-percent" | "sum-treemap"
Type of selection scope on an axis.