Fabio Sinibaldi 2018-07-16 13:32:37 +00:00
parent 6a149e0372
commit 1b3ca0d283
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ public class AccountingDaoImpl implements AccountingDao{
// Prepare reports for each Dimension
LinkedList<ReportElement> reports=new LinkedList<>();
for(Dimension entry: foundDimensions){
String xLabel=entry.getLabel();
String yLabel="time";
String xLabel="Time";
String yLabel=entry.getLabel();
String category=entry.getGroup();
// Report 1 series for selected Scope