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:
If you're using the 1.0.0-alpha branch based on chart.js 2, the correct syntax is:
$scope.options = {legend: {display: true}};
and in your html