heatmap🔗
Objects🔗
- CellValues
- ExemplarConfig
- FieldConfig
- FilterValueRange
- HeatmapColorMode
- HeatmapColorOptions
- HeatmapColorScale
- HeatmapLegend
- HeatmapSelectionMode
- HeatmapTooltip
- Options
- RowsHeatmapOptions
- YAxisConfig
Builders🔗
- CellValuesBuilder
- ExemplarConfigBuilder
- FilterValueRangeBuilder
- HeatmapColorOptionsBuilder
- HeatmapLegendBuilder
- HeatmapTooltipBuilder
- PanelBuilder
- RowsHeatmapOptionsBuilder
- YAxisConfigBuilder
Functions🔗
VariantConfig🔗
VariantConfig returns the configuration related to heatmap panels.
This configuration describes how to unmarshal it, convert it to code, …
HeatmapColorOptionsConverter🔗
HeatmapColorOptionsConverter accepts a HeatmapColorOptions
object and generates the Go code to build this object using builders.
YAxisConfigConverter🔗
YAxisConfigConverter accepts a YAxisConfig
object and generates the Go code to build this object using builders.
CellValuesConverter🔗
CellValuesConverter accepts a CellValues
object and generates the Go code to build this object using builders.
FilterValueRangeConverter🔗
FilterValueRangeConverter accepts a FilterValueRange
object and generates the Go code to build this object using builders.
HeatmapTooltipConverter🔗
HeatmapTooltipConverter accepts a HeatmapTooltip
object and generates the Go code to build this object using builders.
HeatmapLegendConverter🔗
HeatmapLegendConverter accepts a HeatmapLegend
object and generates the Go code to build this object using builders.
ExemplarConfigConverter🔗
ExemplarConfigConverter accepts a ExemplarConfig
object and generates the Go code to build this object using builders.
RowsHeatmapOptionsConverter🔗
RowsHeatmapOptionsConverter accepts a RowsHeatmapOptions
object and generates the Go code to build this object using builders.
PanelConverter🔗
PanelConverter accepts a Panel
object and generates the Go code to build this object using builders.