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🔗
NewHeatmapColorOptions🔗
NewHeatmapColorOptions creates a new HeatmapColorOptions object.
NewYAxisConfig🔗
NewYAxisConfig creates a new YAxisConfig object.
NewCellValues🔗
NewCellValues creates a new CellValues object.
NewFilterValueRange🔗
NewFilterValueRange creates a new FilterValueRange object.
NewHeatmapTooltip🔗
NewHeatmapTooltip creates a new HeatmapTooltip object.
NewHeatmapLegend🔗
NewHeatmapLegend creates a new HeatmapLegend object.
NewExemplarConfig🔗
NewExemplarConfig creates a new ExemplarConfig object.
NewRowsHeatmapOptions🔗
NewRowsHeatmapOptions creates a new RowsHeatmapOptions object.
NewOptions🔗
NewOptions creates a new Options object.
NewFieldConfig🔗
NewFieldConfig creates a new FieldConfig object.
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.