apex_add_mini_charts_row
Add a row of mini sparkline charts to an APEX page. Each chart runs a SQL query to display a labeled value in a chosen color and chart type.
Instructions
Add a row of mini sparkline charts. Each: {label, sql, color}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| charts | Yes | List of 1–6 chart dicts, each with: - "region_name": Chart title - "chart_type": "bar" | "line" | "pie" | "donut" | "area" - "sql": SQL returning LABEL and VALUE - "label_column": (optional, default "LABEL") - "value_column": (optional, default "VALUE") - "series_name": (optional) - "height": (optional, default 220) | |
| page_id | Yes | Target page ID. | |
| sequence | No | Base display order (each chart gets sequence+i). | |
| animation | No | Animation style — "auto", "none", "fade", or "zoom". | auto |
| color_palette | No | List of hex colours, a named palette string, or None. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |