legend:{ show:true, renderer: $.jqplot.EnhancedLegendRenderer, location: 's' , placement : "outside", marginTop : "30px", rendererOptions: { numberRows: 1 } },
You can use the placement: "outside", as in the code above. And you can move it using the properties marginTop, marginBottom, marginRight, marginLeft.
Dilang
source share