I\'m creating a fairly simple pie chart with Chart.JS like so:
var data = { labels: [ \"Bananas (18%)\", \"Lettuce, Romaine (14%)\",
Another way to right align the legend is to add:
legend: { position:"right" }
To the Chart options
JSfiddle