Stacked Area Chart (Labs)

A stacked area chart visualization node. The view can be accessed either via the “interactive view” action on the executed node or on KNIME WebPortal.
In the node configuration, you can choose the aggregation method and enable certain controls, which are then available in the view. This includes the ability to choose different columns for the category and frequency axis or the possibility to set a title. The configuration also offers a preview of the view, which should help to get the stacked area chart fast in the desired shape. Since missing values as well as NaN (not a number) or infinite values cannot be displayed in the view, they will be omitted.

Note, this node is currently under development. Future versions of the node might have improved or changed functionality.

Options

Horizontal dimension
Select the column that contains the values of the horizontal dimension. Note: Missing values are treated as separate values.
Aggregation
Select the aggregation method used on the selected frequency columns. In case of “None” execution fails if the horizontal dimension contains duplicate values. In case of “Occurrence Count” the occurrence of the number of rows that share the same value in the horizontal dimension is determined.
Frequency dimensions
Select the columns with frequencies which you wish to plot in the stacked area chart. Note: Missing values in the frequency column will be ignored with a corresponding warning message. Also, columns which include both positive and negative values can not be used as frequency columns and therefore will be excluded as well.
Max rows
Numerical value that restricts the number of rows used for this visualization.
Title
The title of the graph shown above the generated image. If left blank, no title will be shown.
Horizontal axis label
The label used for the horizontal axis. If left blank, no label will be shown.
Vertical axis label
The label used for the frequency axis. If left blank, no label will be shown.
Display legend
When checked, the chart’s legend is displayed.
Line thickness
Numeric value that defines the line size.
Show data point markers
When checked, markers show the location of each data point.
Marker size
Numeric value that defines the marker size.
Date & time format
Format that determines how date & time values should be displayed. At the moment only local date & time and local date types are supported. In general it is done with putting string templates of the individual pieces in curly brackets like '{yyyy}-{MM}-{dd}'. Refer to the echarts documentation for further information on how to format the values.
Enable image download
When checked, an image of the chart can be downloaded by clicking the image download button in the view.
Enable zoom
When checked, zooming in the chart is enabled.
Show tooltip
When checked, hovering over a data point will show information about the data.
Enable animation
When checked, the animation of the graph is active.

Input Ports

Icon
Data table containing the categories and values to be plotted in a stacked area chart.

Output Ports

This node has no output ports

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

Stacked Area Chart (Labs)
A stacked area chart visualization of the input data.

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.