I\'ve followed angular-chart.js documentation, and created a chart, but am unable to render a legend with it. I don\'t understand why its not working.
Documentation:
I had Similar Problem So I have extended the width of the Pie Chart and Placed Legends Right Side of the Graph and Looks Pretty Well
You can add this in the Controller
$scope.options = { legend: { display: true, position: 'right' } };
In HTML you can add
chart-series="series"