Financial
Operators in the Financial category
Home > Visualization > Financial
Operators
| Operator | Description |
|---|
| Bullet Chart | Visualize data using a Bullet Chart that shows a primary quantitative bar and delta indicator. Optional elements such as qualitative ranges (steps) and a performance threshold are displayed only when provided. |
| Candlestick Chart | Visualize data in a Candlestick Chart |
| Funnel Plot | Visualize data in a Funnel Plot |
| Gauge Chart | Visualize a single value with a radial gauge chart, showing progress towards a goal with optional steps, threshold, and delta. |
| Waterfall Chart | Visualize data as a waterfall chart |
Total: 5 operators
1 - Bullet Chart
Visualize data using a Bullet Chart that shows a primary quantitative bar and delta indicator. Optional elements such as qualitative ranges (steps) and a performance threshold are displayed only when provided.
Home > Visualization > Financial
| Property | Requirement | Type | Default | Description |
|---|
| Value | ✓ | String | - | The actual value to display on the bullet chart |
| Delta Reference | ✓ | String | - | The reference value for the delta indicator. e.g., 100 |
| Threshold Value | | String | - | The performance threshold value. e.g., 100 |
| Steps | | List | [] | Optional: Each step includes a start and end value e.g., 0, 100 |
| ↳ Start | | String | - | |
| ↳ End | | String | - | |
Output Ports
2 - Candlestick Chart
Visualize data in a Candlestick Chart
Home > Visualization > Financial
| Property | Requirement | Type | Default | Description |
|---|
| Date Column | ✓ | String | - | The date of the candlestick |
| Opening Price Column | ✓ | String | - | The opening price of the candlestick |
| Highest Price Column | ✓ | String | - | The highest price of the candlestick |
| Lowest Price Column | ✓ | String | - | The lowest price of the candlestick |
| Closing Price Column | ✓ | String | - | The closing price of the candlestick |
Output Ports
3 - Funnel Plot
Visualize data in a Funnel Plot
Home > Visualization > Financial
| Property | Requirement | Type | Default | Description |
|---|
| X Column | ✓ | String | - | Data column for the x-axis |
| Y Column | ✓ | String | - | Data column for the y-axis |
| Color Column | | String | - | Column to categorically colorize funnel sections |
Output Ports
4 - Gauge Chart
Visualize a single value with a radial gauge chart, showing progress towards a goal with optional steps, threshold, and delta.
Home > Visualization > Financial
| Property | Requirement | Type | Default | Description |
|---|
| Gauge Value | ✓ | String | - | The primary value displayed on the gauge chart |
| Delta | | String | - | The baseline value used to calculate the delta from the gauge value |
| Threshold Value | | String | - | Defines a boundary or target value shown on the gauge chart |
| Steps | | List | - | List of step ranges for the gauge |
| ↳ Start | | String | - | |
| ↳ End | | String | - | |
Output Ports
5 - Waterfall Chart
Visualize data as a waterfall chart
Home > Visualization > Financial
| Property | Requirement | Type | Default | Description |
|---|
| X Axis Values | ✓ | String | - | The column representing categories or stages |
| Y Axis Values | ✓ | String | - | The column representing numeric values for each stage |
Output Ports