The Chart component renders module data as a configurable chart. Use it to visualize data as bar, line, pie, bubble, donut, and other chart types. Each data series is configured in the Inputs table with its chart type, category labels, and numeric values.
How to read settings tables
The tables below describe each configurable option as it displays in the UnqorkAI platform. Values are formatted as follows:
inline code— a value to type exactly as shown | Bold — a value selected from a drop-down, radio button, tab, or choice chip | ON/OFF — toggle state | ✓ — checkbox checked | ☐ — checkbox unchecked
General Settings
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Property ID |
| Text input |
| A unique ID for this component instance. |
Display Settings
Field Text
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Label Text |
| Text input | — | Identifies the component on the canvas. |
Formatting
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Chart Title |
| Text input | — | A title displayed inside the chart. |
Chart Subtitle |
| Text input | — | A subtitle displayed below the chart title. |
Chart Height (in px) |
| Number input |
| The chart's pixel height. |
Print Chart Label |
| Text input |
| The label for the print chart action in the chart context menu. |
Download CSV Label |
| Text input |
| The label for the CSV download action. |
Download XLS Label |
| Text input |
| The label for the Excel download action. |
Download PDF Label |
| Text input |
| The label for the PDF download action. |
Data Settings
Series Configuration
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Stack Series |
| Toggle | OFF | Stacks each data series on top of the previous one instead of displaying them side by side. |
Inputs
Defines each data series to plot on the chart.
Action | Description |
|---|---|
Copy Table | Copies the current Inputs configuration to the clipboard. |
Replace Table | Replaces the current Inputs configuration with a copied one. |
Filter Field | Filters the rows displayed in the table. |
Add Input | Adds a new data series row to the table. |
Column | Field | Description |
|---|---|---|
ID |
| The component whose data populates this series. Select from the components available in the module. |
Label |
| The display label for this series in the chart legend. |
Chart Type |
| The chart type for this series (for example, bar, line, pie). |
Categories |
| The Property ID of the field providing category labels for the x-axis. |
Values |
| The Property ID of the field providing numeric values for this series. |
Colors |
| The Property ID of the field providing custom colors for data points. |
Size |
| The Property ID of the field providing size values (for bubble charts). |
Inner Size |
| The Property ID of the field providing inner size values (for donut charts). |
Event Outputs
Defines module fields populated when an end-user interacts with a chart element (for example, clicking a data point to filter).
Action | Description |
|---|---|
Copy Table | Copies the current Event Outputs configuration to the clipboard. |
Replace Table | Replaces the current Event Outputs configuration with a copied one. |
Filter Field | Filters the rows displayed in the table. |
Add Event Output | Adds a new output row to the table. |
Column | Field | Description |
|---|---|---|
ID |
| The component to populate with the selected data value. Select from the components available in the module. |
Filter Category |
| The category used for filtering when a chart element is selected. |
Advanced Settings
Additional Display Options
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Chart Theme |
| Drop-down | Default | The chart's color theme. Options include: Default and Ultramarine. |
Override Series Colors |
| Text input | — | Overrides the default series colors with a custom hex value (for example, |
Axes Configuration
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Series Axis Type |
| Drop-down | Category | The x-axis scale type. Options include: Category, Linear, Logarithmic, and Datetime. |
Series Axis Label Text |
| Text input | — | Label displayed on the x-axis. |
Reverse Series Axis |
| Toggle | OFF | Reverses the x-axis (series axis) from large to small. |
Value Axis Type |
| Drop-down | Linear | The y-axis scale type. Options include: Category, Linear, Logarithmic, and Datetime. |
Value Axis Label Text |
| Text input | — | Label displayed on the y-axis. |
Secondary Value Axis Label Text |
| Text input | — | Label for a secondary y-axis when two series are plotted. |
Value Axis Maximum |
| Text input | — | Sets a fixed maximum value for the y-axis. |
Reverse Value Axis |
| Toggle | OFF | Reverses the y-axis (value axis) from large to small. |
Label Configuration
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Series Label Format |
| Text input |
| Highcharts format string for data point labels. |
Tooltip Format |
| Text input |
| Highcharts format string for the tooltip on hover. |
Show Legend |
| Toggle | OFF | Displays a legend identifying each data series. |
↳ Enable Dynamic Legend |
| Toggle | OFF | For line charts, shows only the keys for series currently plotted. Visible when Show Legend is ON. |
Additional Data Options
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Month Format |
| Drop-down | — | Controls how month names display on datetime axes. Options: Short (Jan), Long (January), Number (1). |
Drilldown |
| Text input | — | Configures drilldown behavior for nested category hierarchies. |
Aggregation |
| Text input | — | Configures aggregation when one variable tracks cascading status. |
Top |
| Text input | — | Limits the number of top records returned. |