Chapter 13 Logging and Reporting : Advanced logging : Customizing FortiOS reports with CLI : Adding a chart
  
Adding a chart
The following is an example of how to add a Client Reputation Summary chart to the report using the CLI:
config report layout
edit default
config body-item
edit 701
set type chart
set chart cr.summary
end
end