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

svn path=/Website/trunk/; revision=29295
This commit is contained in:
Erik Groener
2016-05-04 10:23:01 +00:00
parent c9740b396c
commit 925d1e77d9
2 changed files with 2 additions and 2 deletions

View File

@@ -273,7 +273,7 @@ function fac_usrrap_list_graph (model, scf_params)
}
, stackSeries: true
//, series:[{label:'a'},{label:'b'}]
, legend: {show: true}
, legend: {show: (l_yas_count > 1)}
, title: l_init.title
, seriesColors: l_colors
, axes: { xaxis: { renderer: $.jqplot.CategoryAxisRenderer

View File

@@ -318,7 +318,7 @@ function fac_graph_generate (usrgraph_key, fclt_key, params)
}
, stackSeries: true
//, series:[{label:'a'},{label:'b'}]
//, legend: {show: true}
//, legend: {show: (l_yas_count > 1)}
, title: l_init.title
, seriesColors: (l_userColors? l_userColors : l_colors)
, axes: { xaxis: { renderer: $.jqplot.CategoryAxisRenderer