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