FSN#36315 UDR staafgrafiek niet juist bij positieve en negatieve waarden
svn path=/Website/trunk/; revision=29296
This commit is contained in:
@@ -273,7 +273,11 @@ function fac_usrrap_list_graph (model, scf_params)
|
||||
}
|
||||
, stackSeries: true
|
||||
//, series:[{label:'a'},{label:'b'}]
|
||||
, legend: {show: (l_yas_count > 1)}
|
||||
, legend: { show: (l_yas_count > 1)
|
||||
, placement: (l_yas_count > 1?'outsideGrid' : 'intsideGrind')
|
||||
, location: 'ne'
|
||||
, labels: l_labels
|
||||
}
|
||||
, title: l_init.title
|
||||
, seriesColors: l_colors
|
||||
, axes: { xaxis: { renderer: $.jqplot.CategoryAxisRenderer
|
||||
|
||||
Reference in New Issue
Block a user