This function creates a bar graph with aggregated time-series data from the variables including custom colours, axes and bar padding 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_time_bar_graph",
"var_name",
["x_axis_title", "y_axis_title"],
"location_id",
["colour1", "colour2", ...],
"width",
"height",
"bar_padding",
"legend"]
e.g: "graph_last10": ["create_time_bar_graph", "graph_data_poss_last10", ["y_axis", "x_axis"], "#B2", ["yellow", "fulcrum", "green"], 500, 300]