@sqlrooms/mosaic / mosaicChartTypes
Variable: mosaicChartTypes
constmosaicChartTypes:object
Type Declaration
| Name | Type | Default value |
|---|---|---|
histogram | ChartTypeDefinition<{ field?: string; }> | histogramChartType |
countPlot | ChartTypeDefinition<{ field?: string; }> | countPlotChartType |
lineChart | ChartTypeDefinition<{ x?: string; xInterval?: "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year"; yFields?: object[]; }> | lineChartChartType |
heatmap | ChartTypeDefinition<{ x?: string; y?: string; }> | heatmapChartType |
boxPlot | ChartTypeDefinition<{ x?: string; y?: string; }> | boxPlotChartType |
bubbleChart | ChartTypeDefinition<{ x?: string; y?: string; size?: string; }> | bubbleChartChartType |
customSpec | ChartTypeDefinition<{ vgPlotSpec?: unknown; }> | customSpecChartType |
