This is the code that i have used
for inserting the chart and this is the controller that i have used
.controller('ExampleCtrl', function ($scope) {
$scope.labels = ["January", "February", "March", "April", "May", "June", "July"];
$scope.data = [
[65, 59, 80, 81, 56, 55, 40],
[28, 48, 40, 19, 86, 27, 90]
];
})
someone please do help me with this issue..!!!