I have used the KendoUI gantt chart in AngularJS (following is the demo URL http://demos.telerik.com/kendo-ui/gantt/angular) option in my project.
I need to update the gantt chart data source dynamically. I tried to update the data source in"$scope.ganttOptions" since that is where the data source is set as per the demo, but failed.
Any help on this would be greatly appreciated.
Thanks