Basic
Operators in the Basic category
Home > Visualization > Basic
Operators
| Operator | Description |
|---|
| Bar Chart | Visualize data in a Bar Chart |
| Bubble Chart | A 3D Scatter Plot; Bubbles are graphed using x and y labels, and their sizes determined by a z-value. |
| Dot Plot | Visualize data using a dot plot |
| Dumbbell Plot | Visualize data in a Dumbbell Plot. A dumbbell plot (also known as a lollipop chart) is typically used to compare two distinct values or time points for the same entity. |
| Figure Factory Table | Visualize data in a figure factory table |
| Filled Area Plot | Visualize data in a filled area plot |
| Gantt Chart | A Gantt chart is a type of bar chart that illustrates a project schedule. The chart lists the tasks to be performed on the vertical axis, and time intervals on the horizontal axis. The width of the horizontal bars in the graph shows the duration of each activity. |
| Hierarchy Chart | Visualize data in hierarchy |
| Icicle Chart | Visualize hierarchical data from root to leaves |
| Line Chart | View the result in line chart |
| Pie Chart | Visualize data in a Pie Chart |
| Range Slider | Visualize data in a Range Slider |
| Sankey Diagram | Visualize data using a Sankey diagram |
| Scatter Plot | View the result in a scatterplot |
| Tables Plot | Visualize data in a table chart. |
| Time Series Plot | Visualize trends and patterns over time. |
Total: 16 operators
1 - Bar Chart
Visualize data in a Bar Chart
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Fields | ✓ | String | - | Visualize categorical data in a Bar Chart |
| Category Column | | String | No Selection | Optional - Select a column to Color Code the Categories |
| Horizontal Orientation | | Boolean | false | Orientation Style |
| Pattern | | String | - | Add texture to the chart based on an attribute |
| Value Column | ✓ | String (integer, long, double) | - | The value associated with each category |
Output Ports
2 - Bubble Chart
A 3D Scatter Plot; Bubbles are graphed using x and y labels, and their sizes determined by a z-value.
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| X-Column | ✓ | String | - | Data column for the x-axis |
| Y-Column | ✓ | String | - | Data column for the y-axis |
| Z-Column | ✓ | String | - | Data column to determine bubble size |
| Enable Color | | Boolean | false | Colors bubbles using a data column |
| Color-Column | ✓ | String | - | Picks data column to color bubbles with if color is enabled |
Output Ports
3 - Dot Plot
Visualize data using a dot plot
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Count Attribute | ✓ | String | - | The attribute for the counting of the dot plot |
Output Ports
4 - Dumbbell Plot
Visualize data in a Dumbbell Plot. A dumbbell plot (also known as a lollipop chart) is typically used to compare two distinct values or time points for the same entity.
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Category Column Name | ✓ | String | - | The name of the category column |
| Dumbbell Start Value | ✓ | String | - | The start point value of each dumbbell |
| Dumbbell End Value | ✓ | String | - | The end value of each dumbbell |
| Measurement Column Name | ✓ | String (integer, long, double) | - | The name of the measurement column |
| Compared Column Name | ✓ | String | - | The column name that is being compared |
| Dots | | List | - | |
| ↳ Dot Column Value | ✓ | String (integer, long, double) | - | Value for dot axis |
| Show Legends? | | Boolean | false | Whether to show legends in the graph |
Output Ports
5 - Figure Factory Table
Visualize data in a figure factory table
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Font Size | | Double | 12 | Font size of the Figure Factory Table |
| Font Color (Hex Code) | | String | #000000 | Font color of the Figure Factory Table |
| Row Height | | Double | 30 | Row height of the Figure Factory Table |
| Add Attribute | ✓ | List | [1 items] | List of columns to include in the figure factory table |
| ↳ Attribute Name | ✓ | String | - | |
Output Ports
6 - Filled Area Plot
Visualize data in a filled area plot
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| X-axis Attribute | ✓ | String | - | The attribute for your x-axis |
| Y-axis Attribute | ✓ | String | - | The attribute for your y-axis |
| Line Group | | String | - | The attribute for group of each line |
| Color | | String | - | Choose an attribute to color the plot |
| Split Plot by Line Group | ✓ | Boolean | false | Do you want to split the graph |
| Pattern | | String | - | Add texture to the chart based on an attribute |
Output Ports
7 - Gantt Chart
A Gantt chart is a type of bar chart that illustrates a project schedule. The chart lists the tasks to be performed on the vertical axis, and time intervals on the horizontal axis. The width of the horizontal bars in the graph shows the duration of each activity.
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Pattern | | String | - | Add texture to the chart based on an attribute |
| Start Datetime Column | ✓ | String (timestamp) | - | The start timestamp of the task |
| Finish Datetime Column | ✓ | String (timestamp) | - | The end timestamp of the task |
| Task Column | ✓ | String | - | The name of the task |
| Color Column | | String | - | Column to color tasks |
Output Ports
8 - Hierarchy Chart
Visualize data in hierarchy
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Chart Type | ✓ | treemap, sunburst | - | Treemap or Sunburst |
| Hierarchy Path | ✓ | List | - | Hierarchy of attributes from a higher-level category to lower-level category |
| ↳ Attribute Name | ✓ | String | - | |
| Value Column | ✓ | String (integer, long, double) | - | The value associated with the size of each sector in the chart |
Output Ports
9 - Icicle Chart
Visualize hierarchical data from root to leaves
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Hierarchy Path | ✓ | List | - | Hierarchy of attributes from a root (higher-level category) to leaves (lower-level category) |
| ↳ Attribute Name | ✓ | String | - | |
| Value Column | ✓ | String (integer, long, double) | - | The value associated with the size of each sector in the chart |
Output Ports
10 - Line Chart
View the result in line chart
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Y Label | | String | Y Axis | The label for y axis |
| X Label | | String | X Axis | The label for x axis |
| Lines | ✓ | List | - | |
| ↳ Y Value | ✓ | String | - | Value for y axis |
| ↳ X Value | ✓ | String | - | Value for x axis |
| ↳ Line Mode | ✓ | line, dots, line with dots | line with dots | |
| ↳ Line Name | | String | - | |
| ↳ Line Color | | String | - | Must be a valid CSS color or hex color string |
Output Ports
11 - Pie Chart
Visualize data in a Pie Chart
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Value Column | ✓ | String (integer, long, double) | - | The value associated with slice of pie |
| Name Column | ✓ | String | - | The name of the slice of pie |
Output Ports
12 - Range Slider
Visualize data in a Range Slider
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Y-axis | ✓ | String | - | The name of the column to represent y-axis |
| X-axis | ✓ | String | - | The name of the column to represent the x-axis |
| Handle Duplicates | | Nothing, Mean, Sum | NOTHING | How to handle duplicate values in y-axis |
Output Ports
13 - Sankey Diagram
Visualize data using a Sankey diagram
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Source Attribute | ✓ | String | - | The source node of the Sankey diagram |
| Target Attribute | ✓ | String | - | The target node of the Sankey diagram |
| Value Attribute | ✓ | String | - | The value/volume of the flow between source and target |
Output Ports
14 - Scatter Plot
View the result in a scatterplot
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| X-Column | ✓ | String (integer, double) | - | X Column |
| Y-Column | ✓ | String (integer, double) | - | Y Column |
| Alpha Value | | Double | 1.0 | Alpha (opacity) value from 0.0 (transparent) to 1.0 (opaque) |
| Color-Column | | String | - | Dots will be assigned different colors based on their values of this column |
| log scale X | | Boolean | false | Values in X-column is log-scaled |
| log scale Y | | Boolean | false | Values in Y-column is log-scaled |
| Hover column | | String | - | Column value to display when a dot is hovered over |
Output Ports
15 - Tables Plot
Visualize data in a table chart.
Home > Visualization > Basic
| Property | Requirement | Type | Default | Description |
|---|
| Add Attribute | ✓ | List| - | List of columns to include in the table chart | | ↳ Attribute Name | ✓ | String | - | |
Output Ports16 - Time Series PlotVisualize trends and patterns over time. Home > Visualization > Basic | Property | Requirement | Type | Default | Description |
|---|
| Time Column | ✓ | String | - | The column containing time/date values (e.g., Date, Timestamp) | | Value Column | ✓ | String | - | The numerical column to plot on the Y-axis (e.g., Sales, Temperature) | | Category Column | | String | No Selection | Optional - A categorical column to create separate lines | | Facet Column | | String | No Selection | Optional - A column to create separate subplots | | Plot Type | ✓ | String | line | Select the type of time series plot (line, area) | | Show Range Slider | | Boolean | false | Display a range slider at the bottom of the plot |
Output Ports |