From 1b3ca0d28327689f63832663c87394b771ea2487 Mon Sep 17 00:00:00 2001 From: "fabio.sinibaldi" Date: Mon, 16 Jul 2018 13:32:37 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/accounting/accounting-summary-access@169796 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../accounting/summary/access/impl/AccountingDaoImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/accounting/accounting/summary/access/impl/AccountingDaoImpl.java b/src/main/java/org/gcube/accounting/accounting/summary/access/impl/AccountingDaoImpl.java index 1c94aba..f36921f 100644 --- a/src/main/java/org/gcube/accounting/accounting/summary/access/impl/AccountingDaoImpl.java +++ b/src/main/java/org/gcube/accounting/accounting/summary/access/impl/AccountingDaoImpl.java @@ -87,8 +87,8 @@ public class AccountingDaoImpl implements AccountingDao{ // Prepare reports for each Dimension LinkedList 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