0
votes

I'm trying to find a way to execute some javascript after the kendo chart has been drawn.

example here

I can't seem to find anything in the documentation.

Thanks

1
could you not just run some code after the databound event? docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/… - David Shorthose
Thanks! Can you add this as the answer and I'll give you credit. I hate answering my own questions. - RayLoveless

1 Answers

1
votes

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