Hello, I am working on recreating information in the backtest page because currently we are only able to get the report locally, not the other info in the backtest page  ( https://github.com/QuantConnect/lean-cli/issues/215 ).

I was able to create a Quanconnect.Chart object fine via the parsing the backtest json. However when I do qb.AddChart(drawdownChart)  , nothing is displayed. qb.Plot seems to require a value, which I don't need because i already added the series from the json. How can I display the chart in the research environment?
I am aware we can use charting librarys as seen here: https://www.quantconnect.com/docs/v2/research-environment/charting?ref=v1

But i figure there is probably a way to easily the display the Quantconnect.Chart object  ( https://www.quantconnect.com/docs/v2/writing-algorithms/charting ).