Skip to content

FormatCells

Configure gradient/heatmap cell formatting for table cells.

Applies a color gradient to numeric cells based on their values, interpolating between min_color and max_color.

Example

format_cells:
  scope: column
  min_color: "#ff0000"
  max_color: "#00ff00"

Attributes

Field Type Default Description
path string None A unique path to this object
scope None Scope for gradient calculation: 'row' computes min/max per row, 'column' per column, 'table' across all numeric cells.
min_color string None Hex color for minimum values, e.g. '#ff0000'
max_color string None Hex color for maximum values, e.g. '#00ff00'