This function creates a line graph with aggregated time-series data from the variables including custom colours, axes and line sizes. It is an effective way to present data as a metric/s performance over time. To create a data variable for this function ensure you use the 'create_time_graph_data' function in the variables section. A legend or key is added by default but just set this to 'false' if it is not needed.
Basic format: "content_name": ["create_line_graph",
"var_name",
["x_axis_title", "y_axis_title"],
"location_id",
["colour1", "colour2", ...],
"line_size",
"width",
"height",
"legend"]
e.g: "line_graph_poss_last5": ["create_line_graph", "graph_data_poss_last5", ["Time (mins)", "Last 5m Totals (s)"], "#C2", ["yellow", "blue", "green"], 1, 400, 300]