-
Notifications
You must be signed in to change notification settings - Fork 1
Visual Setup
The visual has 9 data fields for different capabilities. For basic functionalities only the first two are needed
The data field added here is used as a shared X-Axis for all plots. The datatype must be numeric or date. Null values are not supported.
Data fields that contain y-Values. For each data field a separate plot is created. The data type must be numeric. Null values will be ignored.
Length data for creating overlay rectangles or lines for individual plots. Values must be numeric and specify the length of the rectangle in data points of the X-Axis. For example when the value 11 is specified at data position 8 the rectangle is created from the x-position 8 until the x-position 19. Null values are ignored
Specifies the size of an overlay rectangle in y-direction. At each position where a numeric value was provided for Plot Overlay Width