Options🔗
Definition🔗
public class Options {
public Boolean calculate;
public HeatmapCalculationOptions calculation;
public HeatmapColorOptions color;
public FilterValueRange filterValues;
public RowsHeatmapOptions rowsFrame;
public VisibilityMode showValue;
public Integer cellGap;
public Float cellRadius;
public CellValues cellValues;
public YAxisConfig yAxis;
public HeatmapLegend legend;
public HeatmapTooltip tooltip;
public ExemplarConfig exemplars;
public HeatmapSelectionMode selectionMode;
}