FSN#36315 UDR staafgrafiek niet juist bij positieve en negatieve waarden

svn path=/Website/trunk/; revision=29283
This commit is contained in:
Erik Groener
2016-05-04 07:01:43 +00:00
parent 80afac2304
commit 5e07688cce
2 changed files with 2 additions and 0 deletions

View File

@@ -268,6 +268,7 @@ function fac_usrrap_list_graph (model, scf_params)
var l_colors = (l_yas_count == 1?<%=S("udr_graph_colors1")%> : <%=S("udr_graph_colors2")%>);
var effectivedata = l_arr_y;
var props = { seriesDefaults:{ renderer: $.jqplot.BarRenderer
, rendererOptions: { fillToZero: true }
, pointLabels: { show: false }
}
, stackSeries: true

View File

@@ -313,6 +313,7 @@ function fac_graph_generate (usrgraph_key, fclt_key, params)
%>
var l_colors = (l_yas_count == 1?<%=S("udr_graph_colors1")%> : <%=S("udr_graph_colors2")%>);
var props = { seriesDefaults:{ renderer: $.jqplot.BarRenderer
, rendererOptions: { fillToZero: true }
, pointLabels: { show: false }
}
, stackSeries: true