FSN#36315 UDR staafgrafiek niet juist bij positieve en negatieve waarden
svn path=/Website/trunk/; revision=29283
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user