Feature/18753 #2

Merged
giancarlo.panichi merged 4 commits from Feature/18753 into master 2020-04-14 15:14:08 +02:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 464022838a - Show all commits

View File

@ -328,8 +328,10 @@ public class Chart extends HTMLPanel {
datasets : datasetsArray
};
var label = [ reportElementData.getLabel(), ' [',
reportElementData.getCategory(), ']' ].filter(Boolean).join("");
//var label = [ reportElementData.getLabel(), ' [',
// reportElementData.getCategory(), ']' ].filter(Boolean).join("");
var label = reportElementData.getLabel();
var scalesType = @org.gcube.portlets.user.accountingdashboard.client.application.mainarea.report.chartjs.Chart::getScales(Lorg/gcube/portlets/user/accountingdashboard/client/application/mainarea/report/chartjs/Chart;)(this);