add_limit_line# ReportPlotter.add_limit_line(plot_data, hatch_above=True, properties=None, name='')# Add a new limit_line to the chart. Parameters: plot_datalistData to be inserted. Data has to be cartesian with x and y. propertiesdict, optionalProperties of the trace. {x_label:prop, y_label:prop, trace_style : “-“, trace_width : 1.5, trace_color : None, symbol_style : ‘v’, fill_symbol : None, symbol_color : “C0” } namestrLine name. Returns: bool