Skip to main content
Basic Usage

Examples

Basic Usage

Basic Usage

Calendar Heatmap with Custom Colors

Calendar Heatmap with Custom Colors

Calendar Heatmap with Conditional Colors

Calendar Heatmap with Conditional Colors

Calendar Heatmap with Conditional Colors and Legend

Calendar Heatmap with Conditional Colors and Legend

Attributes

string
Name of the table to query. Omit when using metric.
string
Semantic metric name to display, from metrics/*.yaml. Use instead of the raw data/value/x/y attributes.
array
IDs of filters to apply to the query
options group
Filter data to a time period. date_range is an OBJECT with range (the period) and optionally date (which column to filter on when the table has more than one). Shape: date_range={ range="last 12 months" date="order_date" }. range accepts predefined values (last 7 days, month to date), dynamic patterns (Last 90 days), custom windows (2020-01-01 to 2023-03-01), or partial ranges (from 2020-01-01, until 2023-03-01). Pass a plain string for range — the whole object is NOT a string.Example:
Attributes:
  • range: string - Time period to filter. Use presets like ‘last 7 days’, dynamic patterns like ‘Last 90 days’, custom ranges like ‘2020-01-01 to 2023-03-01’, or partial ranges like ‘from 2020-01-01’.
    • Allowed values:
      • today
      • yesterday
      • last 7 days
      • last 30 days
      • last 3 months
      • last 6 months
      • last 12 months
      • previous week
      • previous month
      • previous quarter
      • previous year
      • this week
      • this month
      • this quarter
      • this year
      • next week
      • next month
      • next quarter
      • next year
      • week to date
      • month to date
      • quarter to date
      • year to date
      • all time
  • date: string - Date column to filter on. Required when the data has multiple date columns.
string
required
Column name for dates
string
Column name for cell values. Omit when using metric.
string
Title to display above the chart
string
Subtitle to display below the title
string
Information tooltip text (can only be used with title)
URL to link the info text to (can only be used with info)
Create a custom link title for the info link, placed after the info text (can only be used with info_link)
string
Format for values (defaults to num, or the metric format in metric mode). See Value Formatting for available formats.
boolean
default:"true"
Show color scale legend
boolean
default:"true"
Show borders between calendar cells
options group
Color and styling options for the heatmapExample:
Attributes:
  • color_scale: array of strings - Array of hex colors for the heatmap gradient. A single-color array auto-expands to [background, color].
  • color_palette: array of strings - Deprecated. Use color_scale.
  • conditional_colors: string - SQL CASE expression returning hex colors based on value
  • color_map: map of key-value pairs - Maps hex colors to legend labels when using conditional_colors
number
Time in seconds between automatic data refreshes (minimum 30). Overrides the page-level auto-refresh setting for this component.
string
Custom SQL WHERE condition to apply to the query. For date filters, use date_range instead.
string
Custom SQL HAVING condition to apply to the query after GROUP BY
number
Maximum number of rows to return from the query. Note: When used with tables, limit will disable subtotals to prevent incomplete subtotal rows.
string
Column name(s) with optional direction (e.g. “column_name”, “column_name desc”)
string
Custom SQL QUALIFY condition to filter windowed results
number
Set the width of this component (in percent) relative to the page width
string
Link this chart to others sharing the same id, syncing their tooltips, axis-pointer, and zoom
array
Extra columns to include in the tooltip on hover. Each entry is { value, label?, fmt?, color_by_sign?, down_is_good? }. See the tooltip fields guide for examples.
map
Raw ECharts options deep-merged over the chart’s final configuration. Use for anything the structured props do not expose — graphic, visualMap, tooltip styling, and so on. Partial overrides win key-by-key without clobbering Studio’s computed siblings. For overrides scoped to the data series, use echarts_series_options.Example:
map
Raw ECharts series options deep-merged into the chart series. Use for series-level styling the structured props do not expose.Example: