Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created October 3, 2016 04:49
Show Gist options
  • Save lohithgn/5f866fe03652fe9da51f11c47d416242 to your computer and use it in GitHub Desktop.
Save lohithgn/5f866fe03652fe9da51f11c47d416242 to your computer and use it in GitHub Desktop.
kendo ui data source for the chart
$scope.chartDataSource = new kendo.data.DataSource({
data:$scope.initialData
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment