Count Qualifiers: ["count_qualifiers", "row_name", [search_criteria] , "start_time", "end_time" ]
Count Attributes: ["count_attributes", "row_name", [search_criteria] , "start_time", "end_time" ]
Count Qualifier Patterns: ["count_qualifier_patterns", "row_name", [{q1_cat: q1_name}, {q2_cat: q2_name}] , "start_time", "end_time" ]
Sum Clip Durations: ["sum_clip_durations", "row_name", [search_criteria] , "start_time", "end_time" ]
Count Clips Table: ["count_clips_table", [clip_row_names], [qualifier_column_names], time_start, time_end ]
Min Time Start: ["min_time_start", "row_name"]
Max Time End: ["max_time_end", "row_name", [search_criteria] ]
Cartesian Extract: ["cartesian_extract", "row_name", [search_criteria], "cartesian_name", "x_max", "y_max"]
Cartesian Line Extract: ["cartesian_line_extract", "row_name", [search_criteria], "cartesian_start_name", "cartesian_end_name", "x_max", "y_max"]
Create Time Graph Data: ["create_time_graph_data", [row_names], "start_clip", "aggregate_type", timeframe_s]
Create Data Card: ["create_data_card", "content_title", "variable_name", "location_id", "color", "text_colour", "height", "time_bool", "href_link"]
Create Success Donut: ["create_success_donut", "content_title", "success_value", "failure_value", "location_id", "size", "color", "href_link"]
Create Contest Bar: ["create_contest_bar", "content_title", "success_value", "failure_value", "location_id", "width", "height", ["color1", "color2"] , "href_link"]
Create Possession Bar: ["create_possession_bar", "content_title", "success_value", "failure_value", "location_id", "width", "height", ["colour1", "colour2"] , "href_link"]
Create Text: ["create_text", "text", , "location_id", "size", "color", "align"]
Create Image: ["create_image", "source_path", "location_id", "width", "href_link"]
Create Button Link: ["create_button_link", "button_text", "location_id", "link_path", "colour", "alignment"]
Create Table: ["create_table", "content_title", "table_data", "location_id", "color"]
Create Div Background: ["create_div_background", "background_image_path", "location_id"]
Create Bootstrap Rows: ["create_bootstrap_rows", "no_of_rows", "location_id"]
Create Bootstrap Columns: ["create_bootstrap_columns", "no_of_columns", "location_id"]
Create Scatter Plot: ["create_scatter_plot",
["var_array1", "var_array2", ...],
"location_id",
"background_image_path",
"width",
"height",
["colour1", "colour2", ...],
"point_size",
"legend",
"heatmap_mode"
]
Create Vector Plot: ["create_vector_plot",
["var_array1", "var_array2", ...],
"location_id",
"background_image_path",
"width",
"height",
["colour1", "colour2", ...],
"line_size",
"legend"
]
Create Line Graph: ["create_line_graph",
"var_name",
["x_axis_title", "y_axis_title"],
"location_id",
["colour1", "colour2", ...],
"line_size",
"width",
"height",
"legend"]
Create Time Bar Graph: ["create_time_bar_graph",
"var_name",
["x_axis_title", "y_axis_title"],
"location_id",
["colour1", "colour2", ...],
"width",
"height",
"bar_padding",
"legend"]
Create Simple Bar Graph: ["create_simple_bar_graph",
["label1", "label2", ...],
["var1", "var2", ...],
["x_axis_title", "y_axis_title"],
"location_id",
["colour1", "colour2", ...],
"width",
"height",
"legend"]
Create Pie Chart: ["create_pie_chart",
["label1","label2", ...],
["value1","value2", ...],
"location_id",
["colour1", "colour2", ...],
"width",
"height",
"inner_radius",
"legend",
"href_link"]