I'm trying to find a way to execute some javascript after the kendo chart has been drawn.
I can't seem to find anything in the documentation.
Thanks
I'm trying to find a way to execute some javascript after the kendo chart has been drawn.
I can't seem to find anything in the documentation.
Thanks
AS per the comment I made.
You could just add the databound event within the initialization as per:
dataBound: function(e){ do something here....}
for further reading: http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#events-dataBound