builder.append(UifUtilities.boldFont(new JLabel(Strings.message("report.activity"))), 1,
CellConstraints.CENTER, CellConstraints.DEFAULT);
builder.append(UifUtilities.boldFont(new JLabel(Strings.message("report.stats"))), 1,
CellConstraints.CENTER, CellConstraints.DEFAULT);
LineChartConfig config = new SparklineConfig();
config.setValueXStep(2);
// Output data
if (stats != null)
{
int i = 0;