FCLT#56933 jqPlot open plaatje scaled niet juist en legenda swatches komen niet op de juiste plek (hoogte)

svn path=/Website/trunk/; revision=41579
This commit is contained in:
2019-03-14 15:53:37 +00:00
parent fb6796bb27
commit 9b1ddff8e9

View File

@@ -314,7 +314,7 @@ function fac_usrrap_list_graph (model, scf_params)
, stackSeries: true
//, series:[{label:'a'},{label:'b'}]
, legend: { show: (l_yas_count > 1)
, placement: (l_yas_count > 1?'outsideGrid' : 'insideGrind')
, placement: (l_yas_count > 1?'outsideGrid' : 'insideGrid')
, location: 'ne'
, labels: l_labels
}
@@ -428,7 +428,7 @@ function fac_usrrap_list_graph (model, scf_params)
, title: l_init.title
, seriesColors: l_colors
, legend: { show: (l_yas_count > 1)
, placement: (l_yas_count > 1?'outsideGrid' : 'insideGrind')
, placement: (l_yas_count > 1?'outsideGrid' : 'insideGrid')
, location: 'ne'
, labels: l_labels
}