Expected Behavior
Key statistics values have 3 decimal places.
Actual Behavior
They vary from 0 to 1.

Proposed Solution
Move format from Element (e.g.: CAGR):
https://github.com/QuantConnect/Lean/blob/master/Report/ReportElements/CAGRReportElement.cs#L63
to template.
https://github.com/QuantConnect/Lean/blob/master/Report/template.html#L72
Checklist
Expected Behavior
Key statistics values have 3 decimal places.
Actual Behavior
They vary from 0 to 1.
Proposed Solution
Move format from Element (e.g.: CAGR):
https://github.com/QuantConnect/Lean/blob/master/Report/ReportElements/CAGRReportElement.cs#L63
to template.
https://github.com/QuantConnect/Lean/blob/master/Report/template.html#L72
Checklist
masterbranch