ref 18753: Add menu to Accounting Dashboard pages

https://support.d4science.org/issues/18753

Added TOC menu in reports
This commit is contained in:
Giancarlo Panichi 2020-04-10 20:56:18 +02:00
parent b820edce39
commit 464022838a
1 changed files with 4 additions and 2 deletions

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);