#[report]
Define a dashboard report
#[flux::report( title = "Performance Dashboard", layout = "grid(2, 2)" )] struct MyDashboard;
Note: Charts are added via separate ChartDef entries. This macro sets up the dashboard structure.