Skip to main content

DottedChartOptions

Options for get_dotted_chart.
Used as Input

1

function accept this type

Used as Output

0

functions return this type

Type Definition

21 nested items
DottedChartOptionsOptions for get_dotted_chart.
color_axis*:DottedChartColorAxisColor-axis mode for the dotted chart.
variant 1:"Activity"Color by activity (using concept:name event attribute).
variant 2:"Resource"Color by resource (using org:resource event attribute).
variant 3:"Case"Color by case (using concept:name trace attribute).
timestamp_key*:StringEvent attribute key used to extract the timestamp.
x_axis*:DottedChartXAxisX-axis mode for the dotted chart.
variant 1:"Time"Absolute event timestamp (in milliseconds).
variant 2:"TimeSinceCaseStart"Elapsed time since the first event in the case (in milliseconds).
variant 3:"TimeRelativeToCaseDuration"Relative position within the case duration (0.0..1.0).
variant 4:"StepNumberSinceCaseStart"Event index within the case (starting at 0).
y_axis*:DottedChartYAxisY-axis mode for the dotted chart.
variant 1:"Case"Group by case (using concept:name trace attribute).
variant 2:"Resource"Group by resource (using org:resource event attribute).

Example JSON Value

{
  "color_axis": "Activity",
  "timestamp_key": "example",
  "x_axis": "Time",
  "y_axis": "Case"
}

Functions Accepting This Type(1)