From e883ee246dd894b4bf4dbdb178d59287cdf95cc8 Mon Sep 17 00:00:00 2001 From: Ruud Lipper Date: Fri, 21 Oct 2016 08:06:37 +0000 Subject: [PATCH] ARAI#38177 svn path=/Website/branches/v2016.2/; revision=31186 --- APPL/FAC/fac_usrgraph.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APPL/FAC/fac_usrgraph.inc b/APPL/FAC/fac_usrgraph.inc index 87e1d9601d..57c36fea68 100644 --- a/APPL/FAC/fac_usrgraph.inc +++ b/APPL/FAC/fac_usrgraph.inc @@ -364,7 +364,7 @@ function fac_graph_generate (usrgraph_key, fclt_key, params) , seriesDefaults: { renderer: $.jqplot.MeterGaugeRenderer , rendererOptions: { showTicks: true , showTickLabels: true - , label: L("lcl_Total") + " " + l_x + "/" + l_y + , label: l_init.title + " " + l_x + "/" + l_y , labelPosition: 'bottom' , labelHeightAdjust: -5 , background: '#f0f0f0'