Skip to content

@sqlrooms/mosaic / mosaicChartTypes

Variable: mosaicChartTypes

const mosaicChartTypes: object

Type Declaration

NameTypeDefault value
histogramChartTypeDefinition<{ field?: string; }>histogramChartType
countPlotChartTypeDefinition<{ field?: string; }>countPlotChartType
lineChartChartTypeDefinition<{ x?: string; xInterval?: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year"; yFields?: object[]; }>lineChartChartType
heatmapChartTypeDefinition<{ x?: string; y?: string; }>heatmapChartType
boxPlotChartTypeDefinition<{ x?: string; y?: string; }>boxPlotChartType
bubbleChartChartTypeDefinition<{ x?: string; y?: string; size?: string; }>bubbleChartChartType
customSpecChartTypeDefinition<{ vgPlotSpec?: unknown; }>customSpecChartType