1 - Basic

Operators in the Basic category

Home > Visualization > Basic

Operators

OperatorDescription
Bar ChartVisualize data in a Bar Chart
Bubble ChartA 3D Scatter Plot; Bubbles are graphed using x and y labels, and their sizes determined by a z-value.
Dot PlotVisualize data using a dot plot
Dumbbell PlotVisualize 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 TableVisualize data in a figure factory table
Filled Area PlotVisualize data in a filled area plot
Gantt ChartA 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 ChartVisualize data in hierarchy
Icicle ChartVisualize hierarchical data from root to leaves
Line ChartView the result in line chart
Pie ChartVisualize data in a Pie Chart
Range SliderVisualize data in a Range Slider
Sankey DiagramVisualize data using a Sankey diagram
Scatter PlotView the result in a scatterplot
Tables PlotVisualize data in a table chart.
Time Series PlotVisualize trends and patterns over time.

Total: 16 operators

1.1 - Bar Chart

Visualize data in a Bar Chart

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
FieldsString-Visualize categorical data in a Bar Chart
Category ColumnStringNo SelectionOptional - Select a column to Color Code the
Categories
Horizontal OrientationBooleanfalseOrientation Style
PatternString-Add texture to the chart based on an attribute
Value ColumnString (integer, long, double)-The value associated with each category

Output Ports

PortMode
0Single Snapshot

1.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

Input Properties

PropertyRequirementTypeDefaultDescription
X-ColumnString-Data column for the x-axis
Y-ColumnString-Data column for the y-axis
Z-ColumnString-Data column to determine bubble size
Enable ColorBooleanfalseColors bubbles using a data column
Color-ColumnString-Picks data column to color bubbles with if color
is enabled

Output Ports

PortMode
0Single Snapshot

1.3 - Dot Plot

Visualize data using a dot plot

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
Count AttributeString-The attribute for the counting of the dot plot

Output Ports

PortMode
0Single Snapshot

1.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

Input Properties

PropertyRequirementTypeDefaultDescription
Category Column NameString-The name of the category column
Dumbbell Start ValueString-The start point value of each dumbbell
Dumbbell End ValueString-The end value of each dumbbell
Measurement Column NameString (integer, long, double)-The name of the measurement column
Compared Column NameString-The column name that is being compared
DotsList-
↳ Dot Column ValueString (integer, long, double)-Value for dot axis
Show Legends?BooleanfalseWhether to show legends in the graph

Output Ports

PortMode
0Single Snapshot

1.5 - Figure Factory Table

Visualize data in a figure factory table

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
Font SizeDouble12Font size of the Figure Factory Table
Font Color (Hex Code)String#000000Font color of the Figure Factory Table
Row HeightDouble30Row height of the Figure Factory Table
Add AttributeList[1 items]List of columns to include in the figure factory
table
↳ Attribute NameString-

Output Ports

PortMode
0Single Snapshot

1.6 - Filled Area Plot

Visualize data in a filled area plot

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
X-axis AttributeString-The attribute for your x-axis
Y-axis AttributeString-The attribute for your y-axis
Line GroupString-The attribute for group of each line
ColorString-Choose an attribute to color the plot
Split Plot by Line GroupBooleanfalseDo you want to split the graph
PatternString-Add texture to the chart based on an attribute

Output Ports

PortMode
0Single Snapshot

1.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

Input Properties

PropertyRequirementTypeDefaultDescription
PatternString-Add texture to the chart based on an attribute
Start Datetime ColumnString (timestamp)-The start timestamp of the task
Finish Datetime ColumnString (timestamp)-The end timestamp of the task
Task ColumnString-The name of the task
Color ColumnString-Column to color tasks

Output Ports

PortMode
0Single Snapshot

1.8 - Hierarchy Chart

Visualize data in hierarchy

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
Chart Typetreemap, sunburst-Treemap or Sunburst
Hierarchy PathList-Hierarchy of attributes from a higher-level
category to lower-level category
↳ Attribute NameString-
Value ColumnString (integer, long, double)-The value associated with the size of each sector
in the chart

Output Ports

PortMode
0Single Snapshot

1.9 - Icicle Chart

Visualize hierarchical data from root to leaves

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
Hierarchy PathList-Hierarchy of attributes from a root (higher-level
category) to leaves (lower-level category)
↳ Attribute NameString-
Value ColumnString (integer, long, double)-The value associated with the size of each sector
in the chart

Output Ports

PortMode
0Single Snapshot

1.10 - Line Chart

View the result in line chart

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
Y LabelStringY AxisThe label for y axis
X LabelStringX AxisThe label for x axis
LinesList-
↳ Y ValueString-Value for y axis
↳ X ValueString-Value for x axis
↳ Line Modeline, dots, line with dotsline with dots
↳ Line NameString-
↳ Line ColorString-Must be a valid CSS color or hex color string

Output Ports

PortMode
0Single Snapshot

1.11 - Pie Chart

Visualize data in a Pie Chart

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
Value ColumnString (integer, long, double)-The value associated with slice of pie
Name ColumnString-The name of the slice of pie

Output Ports

PortMode
0Single Snapshot

1.12 - Range Slider

Visualize data in a Range Slider

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
Y-axisString-The name of the column to represent y-axis
X-axisString-The name of the column to represent the x-axis
Handle DuplicatesNothing, Mean, SumNOTHINGHow to handle duplicate values in y-axis

Output Ports

PortMode
0Single Snapshot

1.13 - Sankey Diagram

Visualize data using a Sankey diagram

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
Source AttributeString-The source node of the Sankey diagram
Target AttributeString-The target node of the Sankey diagram
Value AttributeString-The value/volume of the flow between source and
target

Output Ports

PortMode
0Single Snapshot

1.14 - Scatter Plot

View the result in a scatterplot

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
X-ColumnString (integer, double)-X Column
Y-ColumnString (integer, double)-Y Column
Alpha ValueDouble1.0Alpha (opacity) value from 0.0 (transparent) to
1.0 (opaque)
Color-ColumnString-Dots will be assigned different colors based on
their values of this column
log scale XBooleanfalseValues in X-column is log-scaled
log scale YBooleanfalseValues in Y-column is log-scaled
Hover columnString-Column value to display when a dot is hovered over

Output Ports

PortMode
0Single Snapshot

1.15 - Tables Plot

Visualize data in a table chart.

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
Add AttributeList
-List of columns to include in the table chart
↳ Attribute NameString-

Output Ports

PortMode
0Single Snapshot

1.16 - Time Series Plot

Visualize trends and patterns over time.

Home > Visualization > Basic

Input Properties

PropertyRequirementTypeDefaultDescription
Time ColumnString-The column containing time/date values (e.g.,
Date, Timestamp)
Value ColumnString-The numerical column to plot on the Y-axis (e.g.,
Sales, Temperature)
Category ColumnStringNo SelectionOptional - A categorical column to create
separate lines
Facet ColumnStringNo SelectionOptional - A column to create separate subplots
Plot TypeStringlineSelect the type of time series plot (line, area)
Show Range SliderBooleanfalseDisplay a range slider at the bottom of the plot

Output Ports

PortMode
0Single Snapshot

2 - Statistical

Operators in the Statistical category

Home > Visualization > Statistical

Operators

OperatorDescription
Box/Violin PlotVisualize data using either a Box Plot or a Violin Plot. Box plots are drawn as a box with a vertical line down the middle which is mean value, and has horizontal lines attached to each side (known as “whiskers”). Violin plots provide more detail by showing a smoothed density curve on each side, and also include a box plot inside for comparison.
Continuous Error BandsVisualize error or uncertainty along a continuous line
Empirical Cumulative Distribution PlotVisualize the empirical cumulative distribution of a numeric column.
HistogramVisualize data in a Histogram Chart
Histogram2DDisplays a bivariate histogram as a density heatmap
Scatter Matrix ChartVisualize datasets in a Scatter Matrix
Strip ChartVisualize distribution of data points as a strip plot
Tree PlotVisualize hierarchical data as a top-down, interactive, auto-sizing tree

Total: 8 operators

2.1 - Box/Violin Plot

Visualize data using either a Box Plot or a Violin Plot. Box plots are drawn as a box with a vertical line down the middle which is mean value, and has horizontal lines attached to each side (known as “whiskers”). Violin plots provide more detail by showing a smoothed density curve on each side, and also include a box plot inside for comparison.

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
Value ColumnString (integer, long, double)-Data column for box plot
Quartile Methodlinear, inclusive, exclusivelinear
Horizontal OrientationBooleanfalseOrientation style
Violin PlotBooleanfalseCheck this box to overlay a violin plot on the
box plot; otherwise, show only the box plot

Output Ports

PortMode
0Single Snapshot

2.2 - Continuous Error Bands

Visualize error or uncertainty along a continuous line

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
X LabelStringX AxisLabel used for x axis
Y LabelStringY AxisLabel used for y axis
BandsList-
↳ Y-Axis Upper BoundString-Represents upper bound error of y-values
↳ Y-Axis Lower BoundString-Represents lower bound error of y-values
↳ Fill ColorString-Must be a valid CSS color or hex color string
↳ Y ValueString-Value for y axis
↳ X ValueString-Value for x axis
↳ Line Modeline, dots, line with dotsline with dots
↳ Line NameString-
↳ Line ColorString-Must be a valid CSS color or hex color string

Output Ports

PortMode
0Single Snapshot

2.3 - Empirical Cumulative Distribution Plot

Visualize the empirical cumulative distribution of a numeric column.

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
Value ColumnString (integer, long, double)-Numeric column used to compute the empirical
cumulative distribution
Color ColumnString-Optional column for coloring ECDF lines by group
Separate By ColumnString-Optional column for splitting ECDF plots into
subplots
Y Axis ModeStringprobabilityDisplay cumulative probability, raw count, or
cumulative sum
CDF ModeStringstandard‘standard’ shows P(X ≤ x), ‘reversed’ shows P(X ≥
x), ‘complementary’ shows 1 - P(X ≤ x)
OrientationStringverticalPlot ECDF vertically or horizontally
Show MarkersBooleanfalseDisplay sample markers on the ECDF line
Marginal PlotStringnoneOptional marginal plot to display alongside the
ECDF

Output Ports

PortMode
0Single Snapshot

2.4 - Histogram

Visualize data in a Histogram Chart

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
Color ColumnString-Column for differentiating data by its value
SeparateBy ColumnString-Column for separating histogram chart by its value
Distribution TypeString-Distribution type (rug, box, violin)
PatternString-Add texture to the chart based on an attribute
Value ColumnString-Column for counting values

Output Ports

PortMode
0Single Snapshot

2.5 - Histogram2D

Displays a bivariate histogram as a density heatmap

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
X ColumnString-Numeric column for the X axis bins
Y ColumnString-Numeric column for the Y axis bins
X BinsInteger10Number of bins along the X axis (Default: 10)
Y BinsInteger10Number of bins along the Y axis (Default: 10)
Normalizationdensity, probability, percentdensityType of histogram normalization

Output Ports

PortMode
0Single Snapshot

2.6 - Scatter Matrix Chart

Visualize datasets in a Scatter Matrix

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
Selected AttributesList-The axes of each scatter plot in the matrix
Color ColumnString-Column to color points

Output Ports

PortMode
0Single Snapshot

2.7 - Strip Chart

Visualize distribution of data points as a strip plot

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
X-Axis ColumnString-Column containing numeric values for the x-axis
Y-Axis ColumnString-Column containing categorical values for the
y-axis
Color ByString-Optional - Color points by category
Facet ColumnString-Optional - Create separate subplots for each
category

Output Ports

PortMode
0Single Snapshot

2.8 - Tree Plot

Visualize hierarchical data as a top-down, interactive, auto-sizing tree

Home > Visualization > Statistical

Input Properties

PropertyRequirementTypeDefaultDescription
Edge List ColumnString-Column with [parent, child] pairs

Output Ports

PortMode
0Single Snapshot

3 - Scientific

Operators in the Scientific category

Home > Visualization > Scientific

Operators

OperatorDescription
Carpet PlotVisualize data in a Carpet Plot
Contour PlotDisplays terrain or gradient variations in a Contour Plot
DendrogramVisualize data in a Dendrogram
HeatmapVisualize data in a HeatMap Chart
Network GraphVisualize data in a network graph
Parallel Coordinates PlotVisualize multivariate data using parallel coordinate axes
Polar ChartDisplays data points in a polar scatter plot
Quiver PlotVisualize vector data in a Quiver Plot
Radar ChartVisualize data in a Radar Chart
Radar PlotView the result in a radar plot.
Ternary ContourShows how a measured value changes across all mixtures of three components that sum to a constant
Ternary PlotPoints are graphed on a Ternary Plot using 3 specified data fields
Volcano PlotDisplays statistical significance versus effect size
Wind Rose ChartDisplays wind distribution using a polar bar chart

Total: 14 operators

3.1 - Carpet Plot

Visualize data in a Carpet Plot

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
First Parameter Axis ColumnString-Column representing the first parameter axis (a)
Second Parameter Axis ColumnString-Column representing the second parameter axis (b)
Value ColumnString-Column representing the value at each (a, b)
coordinate

Output Ports

PortMode
0Single Snapshot

3.2 - Contour Plot

Displays terrain or gradient variations in a Contour Plot

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
Grid SizeString10Grid resolution of the final image
Connect GapsBooleantrueAutomatically fill in the missing parts
xString-The column name of X-axis
yString-The column name of Y-axis
zString-The column name of color bar
Coloring Methodheatmap, lines, noneheatmap

Output Ports

PortMode
0Single Snapshot

3.3 - Dendrogram

Visualize data in a Dendrogram

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
Color ThresholdString-Value at which separation of clusters will be made
Value X ColumnString-The x values of points in dendrogram
Value Y ColumnString-The y value of points in dendrogram
LabelsString-The label of points in dendrogram

Output Ports

PortMode
0Single Snapshot

3.4 - Heatmap

Visualize data in a HeatMap Chart

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
Value X ColumnString-The values along the x-axis
Value Y ColumnString-The values along the y-axis
ValuesString-The values of the heatmap

Output Ports

PortMode
0Single Snapshot

3.5 - Network Graph

Visualize data in a network graph

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
Source ColumnString-Source node for edge in graph
Destination ColumnString-Destination node for edge in graph
TitleStringNetwork Graph

Output Ports

PortMode
0Single Snapshot

3.6 - Parallel Coordinates Plot

Visualize multivariate data using parallel coordinate axes

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
DimensionsList-List of numeric columns to visualize as parallel
axes (min: 1, At least one dimension is required)
Color ColumnString-Column used to color or group the lines

Output Ports

PortMode
0Single Snapshot

3.7 - Polar Chart

Displays data points in a polar scatter plot

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
rString-The column name for radial values (must be
numeric)
thetaString-The column name for angular values (must be
numeric)

Output Ports

PortMode
0Single Snapshot

3.8 - Quiver Plot

Visualize vector data in a Quiver Plot

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
xString-Column for the x-coordinate of the starting point
yString-Column for the y-coordinate of the starting point
uString-Column for the vector component in the x-direction
vString-Column for the vector component in the y-direction

Output Ports

PortMode
0Single Snapshot

3.9 - Radar Chart

Visualize data in a Radar Chart

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
Name ColumnString-Column containing entity names for each radar
Value ColumnsList-Columns containing numeric values for radar chart
axes
Fill OpacityDouble0.5Opacity value for radar chart fill from 0.0
(transparent) to 1.0 (opaque)

Output Ports

PortMode
0Single Snapshot

3.10 - Radar Plot

View the result in a radar plot.

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
AxesList-Numeric columns to use as radar axes
Trace Name ColumnStringNo SelectionOptional - Select a column to use for naming each
radar trace
Trace Color ColumnStringNo SelectionOptional - Select a column to use for coloring
each radar trace (note: if there are too many
traces with distinct coloring values, colors may
repeat)
Line Patternsolid, dash, dotsolidPattern of the lines connecting points on the
radar plot
Max NormalizeBooleantrueNormalize radar plot values by scaling them
relative to the maximum value on their respective
axes
Fill TraceBooleantrueFill the area within each radar trace
Show Point MarkersBooleantrueDisplay point markers on the radar plot
Show LegendBooleantrueDisplay the legend (note: without the legend, you
are unable to selectively hide or show traces in
the plot)

Output Ports

PortMode
0Single Snapshot

3.11 - Ternary Contour

Shows how a measured value changes across all mixtures of three components that sum to a constant

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
Variable 1String-First variable data field
Variable 2String-Second variable data field
Variable 3String-Third variable data field
Measured ValueString-Measured value data field

Output Ports

PortMode
0Single Snapshot

3.12 - Ternary Plot

Points are graphed on a Ternary Plot using 3 specified data fields

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
Variable 1String-First variable data field
Variable 2String-Second variable data field
Variable 3String-Third variable data field
Categorize by ColorBooleanfalseOptionally color points using a data field
Color Data FieldString-Specify the data field to color

Output Ports

PortMode
0Single Snapshot

3.13 - Volcano Plot

Displays statistical significance versus effect size

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
Effect Size (log2 Fold Change)String-Select the column representing the effect size or
magnitude of change between two experimental
groups. This value is typically a log2 fold
change and is used for the x-axis of the volcano
plot
P-Value ColumnString-Select the column representing the p-value
associated with the statistical test for each
feature. This value is transformed using
-log10(p-value) and plotted on the y-axis to
indicate statistical significance

Output Ports

PortMode
0Single Snapshot

3.14 - Wind Rose Chart

Displays wind distribution using a polar bar chart

Home > Visualization > Scientific

Input Properties

PropertyRequirementTypeDefaultDescription
Radial Values (r)String-Numeric values representing magnitude (e.g.,
frequency)
Angular Values (θ)String-Direction or angle categories (e.g., N, NE, E)
Color GroupString-Optional grouping column (e.g., wind strength)

Output Ports

PortMode
0Single Snapshot

4 - Financial

Operators in the Financial category

Home > Visualization > Financial

Operators

OperatorDescription
Bullet ChartVisualize 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 ChartVisualize data in a Candlestick Chart
Funnel PlotVisualize data in a Funnel Plot
Gauge ChartVisualize a single value with a radial gauge chart, showing progress towards a goal with optional steps, threshold, and delta.
Waterfall ChartVisualize data as a waterfall chart

Total: 5 operators

4.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

Input Properties

PropertyRequirementTypeDefaultDescription
ValueString-The actual value to display on the bullet chart
Delta ReferenceString-The reference value for the delta indicator.
e.g., 100
Threshold ValueString-The performance threshold value. e.g., 100
StepsList[]Optional: Each step includes a start and end
value e.g., 0, 100
↳ StartString-
↳ EndString-

Output Ports

PortMode
0Single Snapshot

4.2 - Candlestick Chart

Visualize data in a Candlestick Chart

Home > Visualization > Financial

Input Properties

PropertyRequirementTypeDefaultDescription
Date ColumnString-The date of the candlestick
Opening Price ColumnString-The opening price of the candlestick
Highest Price ColumnString-The highest price of the candlestick
Lowest Price ColumnString-The lowest price of the candlestick
Closing Price ColumnString-The closing price of the candlestick

Output Ports

PortMode
0Single Snapshot

4.3 - Funnel Plot

Visualize data in a Funnel Plot

Home > Visualization > Financial

Input Properties

PropertyRequirementTypeDefaultDescription
X ColumnString-Data column for the x-axis
Y ColumnString-Data column for the y-axis
Color ColumnString-Column to categorically colorize funnel sections

Output Ports

PortMode
0Single Snapshot

4.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

Input Properties

PropertyRequirementTypeDefaultDescription
Gauge ValueString-The primary value displayed on the gauge chart
DeltaString-The baseline value used to calculate the delta
from the gauge value
Threshold ValueString-Defines a boundary or target value shown on the
gauge chart
StepsList-List of step ranges for the gauge
↳ StartString-
↳ EndString-

Output Ports

PortMode
0Single Snapshot

4.5 - Waterfall Chart

Visualize data as a waterfall chart

Home > Visualization > Financial

Input Properties

PropertyRequirementTypeDefaultDescription
X Axis ValuesString-The column representing categories or stages
Y Axis ValuesString-The column representing numeric values for each
stage

Output Ports

PortMode
0Single Snapshot

5 - Media

Operators in the Media category

Home > Visualization > Media

Operators

OperatorDescription
HTML VisualizerRender the result of HTML content
Image VisualizerVisualize image content
URL VisualizerRender the content of URL
Word CloudGenerate word cloud for texts

Total: 4 operators

5.1 - HTML Visualizer

Render the result of HTML content

Home > Visualization > Media

Input Properties

PropertyRequirementTypeDefaultDescription
HTML contentString-

Output Ports

PortMode
0Single Snapshot

5.2 - Image Visualizer

Visualize image content

Home > Visualization > Media

Input Properties

PropertyRequirementTypeDefaultDescription
image content columnString-The Binary data of the Image

Output Ports

PortMode
0Single Snapshot

5.3 - URL Visualizer

Render the content of URL

Home > Visualization > Media

Input Properties

PropertyRequirementTypeDefaultDescription
URL contentString-

Output Ports

PortMode
0Single Snapshot

5.4 - Word Cloud

Generate word cloud for texts

Home > Visualization > Media

Input Properties

PropertyRequirementTypeDefaultDescription
Text columnString-
Number of most frequent wordsInteger100

Output Ports

PortMode
0Single Snapshot

6 - Advanced

Operators in the Advanced category

Home > Visualization > Advanced

Operators

OperatorDescription
Choropleth MapVisualize data using a Choropleth Map that uses shades of colors to show differences in properties or quantities between regions
Scatter3D ChartVisualize data in a Scatter3D Plot

Total: 2 operators

6.1 - Choropleth Map

Visualize data using a Choropleth Map that uses shades of colors to show differences in properties or quantities between regions

Home > Visualization > Advanced

Input Properties

PropertyRequirementTypeDefaultDescription
Locations ColumnString-Column used to describe location. Currently only
supports countries and needs to be three-letter
ISO country code
Color ColumnString (integer, long, double)-Column used to determine intensity of color of
the region

Output Ports

PortMode
0Single Snapshot

6.2 - Scatter3D Chart

Visualize data in a Scatter3D Plot

Home > Visualization > Advanced

Input Properties

PropertyRequirementTypeDefaultDescription
X ColumnString-Data column for the x-axis
Y ColumnString-Data column for the y-axis
Z ColumnString-Data column for the z-axis

Output Ports

PortMode
0Single Snapshot

7 - Nested Table

Visualize Data in a Depth Two Nested Table

Home > Visualization

Input Properties

PropertyRequirementTypeDefaultDescription
Add AttributeList-List of columns to include in the nested table
chart and their subgroup
↳ Attribute groupString-
↳ Original attribute NameString-
↳ New Attribute NameString-

Output Ports

PortMode
0Single Snapshot
Apache Texera is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the ASF. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
Apache Texera, Texera, Apache, the Apache logo, and the Apache Texera project logo are either
registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.