openseries.report_html

openseries.report_html(data, bar_freq='BYE', filename=None, title=None, directory=None, output_type='file', include_plotlyjs='cdn', *, auto_open=False, add_logo=True, vertical_legend=True)[source]

Generate a responsive HTML report page with line and bar plots and a table.

Parameters:
  • data (OpenFrame)

  • bar_freq (LiteralBizDayFreq)

  • filename (str | None)

  • title (str | None)

  • directory (Path | None)

  • output_type (LiteralPlotlyOutput)

  • include_plotlyjs (LiteralPlotlyJSlib)

  • auto_open (bool)

  • add_logo (bool)

  • vertical_legend (bool)

Return type:

tuple[Figure, str]