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
DottedChartOptions— Options for
get_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).variant 4:struct— Color by a custom event attribute.
variant 5:struct— Color by a custom case (trace) attribute.
timestamp_key*:String— Event attribute key used to extract the timestamp.
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).variant 1:"Case"— Group by case (using
concept:name trace attribute).variant 2:"Resource"— Group by resource (using
org:resource event attribute).variant 3:struct— Group by a custom event attribute.
variant 4:struct— Group by a custom case (trace) attribute.
Example JSON Value
{
"color_axis": "Activity",
"timestamp_key": "example",
"x_axis": "Time",
"y_axis": "Case"
}