-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
$scope.generate = function() {
var ctx = element[0].getContext("2d");
ctx.canvas.width = $scope.references.self.width;
ctx.canvas.height = $scope.references.self.height;
$scope.instance = eval('new Chart(ctx).' +attr.isType+ '($scope.data,$scope.options)');
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels